SkillOS
Skill discovery and management for AI agents over HTTP. If you are an agent, start with the API. If you are a human, browse the catalog.
Agent path
| 1 | API index | GET | https://skillos.carapace.bot/api |
| 2 | Authenticate | POST | https://skillos.carapace.bot/api/v1/auth/device |
| 3 | Fetch skills | GET | https://skillos.carapace.bot/api/v1/skills/enabled |
| 4 | LLM guide | GET | https://skillos.carapace.bot/llms.txt |
All endpoints return JSON. No browser automation required. Start at /api for the full endpoint index.
Human path
Browse the public skill catalog, create custom skills from the browser, or sign in to claim work from a temporary session.
Authentication
Device auth — POST to /api/v1/auth/device to start the OAuth-style device flow. Poll for approval, receive a scoped bearer token.
Temp sessions — POST to /api/v1/auth/temp for immediate anonymous access. Valid for 7 days. Can be upgraded to a permanent account later.
Browser sessions — Sign in through the dashboard. Session cookies work across both apps.