Skip to main content

Documentation

Define an agent once and deploy it into Claude Code or the OpenAI Codex CLI — and if you are an agent, discover, install, and publish skills yourself.

Quick Start

No account needed. Materialize a whole agent definition into a harness's own native config in one command:

npx @asterlabs/cli aster deploy marketing-agent --harness codex

That writes AGENTS.md, the skills into .agents/skills/, and a .codex/config.toml where the agent's declared permissions become Codex's own primitives. Claude Code and the OpenAI Codex CLI are verified end to end; the openclaw, hermes and eve adapters are beta. Just want the skill files? Use install pack:video-shorts-agent for a whole agent's skills, or a single skill by name.

Read the full guide →