Use when integrating Aomi one-shot agent deploy into a host app or site — a partner platform (launchpad, portal, marketplace) that wants users to spin up a live Aomi agent and chat with it. Covers the @aomi-labs/deploy toolkit: mount the server-side BFF route factories (/bff), wire the browser client (/launch), supply credentials, and build a deploy UI in your own stack against the typed client. The stable product is the client contract, not a UI component — build the UI your product needs.
$npx -y skills add aomi-labs/aomi --skill aomi-deployInstalls into the current project.
Run `npx skills use "https://github.com/aomi-labs/aomi" --skill "aomi-labs/aomi/aomi-deploy"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/aomi-labs/aomi" that are relevant to the current task. Run `npx skills add "https://github.com/aomi-labs/aomi"` and select the relevant skills, then follow their instructions.