aomi-build

Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

Aomi Build

Overview

Aomi Build scaffolds production-ready Rust SDK crates for Aomi apps and plugins from OpenAPI/Swagger specs, SDK docs, or product requirements. Generates lib.rs, client.rs, tool.rs with typed tool schemas, host-interop flows, and validation steps.

When to Use

  • Scaffold a new Aomi app from an OpenAPI spec or REST API
  • Wrap an existing SDK as agent-callable Aomi tools
  • Extend an Aomi runtime with new protocol integrations

Do not use this skill for executing transactions — use aomi-transact for that.

Prerequisites

  • Rust toolchain (2024 edition) and cargo on PATH
Related skills
Installs
13
GitHub Stars
3
First Seen
Apr 9, 2026