npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@intentsolutionsio/aomi

v1.0.9

Published

Aomi for AI agents — drive the Aomi CLI from natural-language prompts (chat, simulate, sign on-chain transactions with account-abstraction-first execution) and scaffold new Aomi apps from API specs. B

Readme

Aomi — Agent Skills bundle

License: MIT Works with Claude Code · Cursor · Gemini · Codex · Copilot

Aomi for AI agents — drive on-chain action and build new app integrations through natural-language prompts. Works with Claude Code, Cursor, Gemini CLI, OpenAI Codex, VS Code Copilot, and any Agent Skills–compatible AI tool.

What's in this bundle

| Skill | Purpose | Risk tier | Audience | |-------|---------|-----------|----------| | aomi-transact | Drive the Aomi CLI to chat, simulate, and sign on-chain transactions with account-abstraction-first execution. Wraps swaps, lending, bridges, staking, perps, and CEX read across 25+ apps on EVM mainnets and L2s. | L2 (signs/broadcasts) | End-user / power-user | | aomi-build | Scaffold new Aomi apps and plugins from API docs, OpenAPI/Swagger specs, SDK docs, and product requirements. Generates Rust SDK crates with lib.rs, client.rs, tool.rs, plus tool schemas, preambles, and host-interop flows. | L0 (scaffolds code) | Developer |

The two skills are different audiences and different risk profiles. Bundling means the agent loads only the skill whose description triggers match — there is no token bloat for installing both.

Install

Via Claude Code (after Anthropic listing lands)

/plugin marketplace add anthropics/claude-code
/plugin install aomi

Via Self-hosted marketplace (canonical alternative)

/plugin marketplace add aomi-labs/skills
/plugin install aomi

Via gh extension

gh extension install ai-ecoverse/gh-upskill
gh upskill aomi-labs/skills --skill aomi

Via direct clone

git clone https://github.com/aomi-labs/skills
cp -r skills/plugins/aomi ~/.claude/skills/

Prerequisites

# Required for aomi-transact (the on-chain CLI driver)
npm install -g @aomi-labs/client      # version 0.1.30 or newer

aomi-build has no runtime prerequisites — it generates Rust source code from specs.

Usage

Once installed, ask your agent in natural language. The agent picks the right skill based on the prompt:

Triggers aomi-transact:

  • "What's the price of ETH?"
  • "Swap 1 USDC for WETH on Uniswap V3, send to my wallet."
  • "Stake 0.01 ETH with Lido."
  • "Bridge 50 USDC from Ethereum to Base via CCTP."

Triggers aomi-build:

  • "Use aomi-build to turn this OpenAPI spec into an Aomi app."
  • "Build an Aomi plugin from these REST endpoints."
  • "Convert this SDK README into an Aomi tool surface."

Bundle structure

aomi/
├── .claude-plugin/
│   └── plugin.json             # bundle manifest
├── README.md                   # this file
├── LICENSE                     # MIT
├── SECURITY.md                 # bundle-level OWASP AST01–AST10 walkthrough
└── skills/
    ├── transact/
    │   ├── SKILL.md            # main skill
    │   ├── agents/openai.yaml  # Codex/OpenAI host metadata
    │   ├── references/
    │   │   ├── account-abstraction.md
    │   │   ├── apps.md
    │   │   ├── drain-vectors.md
    │   │   ├── examples.md
    │   │   ├── session.md
    │   │   └── troubleshooting.md
    │   └── templates/
    │       └── aomi-workflow.sh
    └── build/
        ├── SKILL.md
        ├── agents/openai.yaml
        ├── references/
        │   ├── aomi-sdk-patterns.md
        │   ├── examples.md
        │   ├── host-routes.md
        │   ├── spec-to-tools.md
        │   └── troubleshooting.md
        └── templates/
            └── quick-scaffold.sh

Security posture

aomi-transact ships with a complete OWASP AST03 (Over-Privileged Skills) permission manifest in its frontmatter — risk_tier: L2, permissions.{files,network,shell,tools} declarations. aomi-build is risk_tier: L0 (scaffolds code, no runtime side effects).

The bundle has been scanned by four independent tools: Cisco AI Defense skill-scanner, pors/skill-audit, NMitchem/SkillScan, and Snyk agent-scan. Captured reports live at .scanner-reports/ in the repo root. Per-skill OWASP AST01–AST10 walkthroughs are in SECURITY.md.

License

MIT. See LICENSE.

About Aomi

Aomi Labs builds native harness around blockchains functioning like Claude Code on-chain. We specialize in executions against arbitrary protocol with non-custodial workflow, account abstraction, and full security with simulations. Aomi also host agentic applications deployed and owned by developers, companies, and agents. Aomi provides E2E integration with UI, Skills and SDKs.

Links: