Skip to main content
GitHub 仓库

aomi

aomi 收录了来自 aomi-labs 的 4 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
4
Stars
10
更新
2026-08-03
Forks
3
职业覆盖
1 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

aomi-deploy
软件开发工程师

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.

2026-08-03
repowiki
软件开发工程师

Run and interpret `./scripts/repowiki` commands for an Aomi repository that contains `repowiki.toml`. Use when the user writes `/repowiki ...`, asks to pass arguments through to the repowiki CLI, wants a repowiki subcommand run with minor typo correction, or wants repowiki output explained in plain language.

2026-06-14
aomi-build
软件开发工程师

Use when the user wants to build, scaffold, or update an Aomi app/plugin from API docs, OpenAPI or Swagger specs, SDK docs, repository examples, endpoint notes, runtime interfaces, or product requirements. Converts specs into Aomi SDK crates with `lib.rs`, `client.rs`, and `tool.rs`, plus tool schemas, preambles, host-interop flows, and validation steps. Prefer real product integrations over docs-only helpers whenever a callable surface exists.

2026-04-30
aomi-transact
软件开发工程师

Drive the Aomi CLI to chat with the Aomi agent, inspect sessions, simulate pending wallet requests on a forked chain, and sign queued transactions or EIP-712 payloads with account-abstraction-first execution. MUST NOT fabricate, guess, echo, or log credential values on the skill's own initiative; credential values may pass to the CLI only when the user has explicitly supplied them for a specific setup step they asked for.

2026-04-30