By asterlabs-ai
Build, run, and automate agents on the Aster Agents platform via its public REST API using your org API key.
A Claude Code skill that teaches your AI coding assistant to build and run agents on the Aster Agents platform — entirely through the public REST API, using your organization's API key. No platform-internal access required.
With this skill installed, you can ask Claude Code (or any agent that reads SKILL.md) to:
POST /chat → poll loop)SKILL.md + files and attach them to agentsIt knows the platform's real contracts (verified against the implementation, not just the spec) and the gotchas that burn first-time integrators.
This repo is a Claude Code plugin marketplace. From inside Claude Code:
/plugin marketplace add asterlabs-ai/build-on-aster
/plugin install build-on-aster@aster
Or from the command line:
claude plugin marketplace add asterlabs-ai/build-on-aster
claude plugin install build-on-aster@aster
/plugin update pulls new versions as they ship. Claude invokes the skill automatically when a task involves managing or running an Aster org; you can also call it explicitly with /build-on-aster:build-on-aster.
Prefer a plain skill? Clone the repo and point any SKILL.md-aware tool at
SKILL.md(it's plain Markdown with a companionreference.md):git clone https://github.com/asterlabs-ai/build-on-aster ~/.claude/skills/build-on-aster
export ASTER_API_KEY="<your-key>"
Never hardcode the key; never commit it.
curl -s https://www.asteragents.com/api/agents \
-H "Authorization: Bearer $ASTER_API_KEY" | head
A JSON array of your org's agents means you're connected.
| File | Purpose |
|---|---|
SKILL.md | The teaching layer — workflows, behavioral rules, and gotchas |
reference.md | Full endpoint reference — exact request/response shapes for every operation |
.claude-plugin/ | Plugin + marketplace manifests (plugin.json, marketplace.json) |
For agent-building concepts (prompting, model choice, tools, knowledge bases), the skill points your assistant at the live docs: docs.asteragents.com.
Questions or issues: asteragents.com/support.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub asterlabs-ai/build-on-aster --plugin build-on-asterHarness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.