Agent OS does not include a skill store app. It consumes a registry URL (if you set one) to list and install skills by slug. The store itself is a separate application (e.g. SulalaHub-style) that you may run or use.
https://your-store.example.com/api/sulalahub/registry). The dashboard and POST /api/skills/install use this to fetch the skill list and install by slug.url field in each registry entry.If you deploy a separate store app (e.g. from a store repo), configure it with its own env vars, for example:
NEXT_PUBLIC_STORE_URL so the registry returns correct skill URLs.ADMIN_SECRET to protect the admin panel.See that app’s README and .env.example for full store configuration. Agent OS only needs the registry URL pointing at that store.