build-on-aster is an open-source Claude Code plugin that teaches your AI coding assistant to build on Aster through this API — using your organization’s API key, with no internal access required.
What it does
With the plugin installed, you can ask Claude Code (or anySKILL.md-aware assistant) to:
- Build agents — wire up tools, models, knowledge bases, and skills in the right order
- Stand up knowledge bases — run the full upload → process → search pipeline
- Run agents — invoke an agent and read back its answer (the
POST /chat→ poll loop) - Maintain at scale — update prompts and tools, and manage agents across many organizations
- Package skills and manage your org (invitations, tags)
Install
Add the marketplace and install the plugin
/plugin marketplace add asterlabs-ai/build-on-aster then /plugin install build-on-aster@aster.Set your API key
Get a key from Control Hub → Settings → API Access (a 6-month, org-scoped bearer token), then expose it:
View the source on GitHub
asterlabs-ai/build-on-aster — open source (MIT). Read the SKILL.md, file issues, or contribute.Prefer a plain skill?
Not using the plugin system? Clone the repo and point anySKILL.md-aware tool at it:
