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

aiusd-pro

v1.0.2

Published

AIUSD Pro — AI-powered trading agent with built-in reasoning.

Readme


AIUSD Pro delegates to a managed backend agent that handles all reasoning, tool selection, multi-step execution, and transaction confirmation. Speak naturally — the agent understands intent, manages context across turns, and executes end-to-end.

Looking for structured CLI tools without managed inference? See AIUSD Core.

Install

Claude Code / Codex / Cursor

npx skills add galpha-ai/aiusd-pro -y -g

OpenClaw

Install from ClawHub:

clawhub install aiusd-pro

Or manually — download SKILL.md into your skills directory:

mkdir -p ~/.openclaw/skills/aiusd-pro
curl -fsSL https://raw.githubusercontent.com/galpha-ai/aiusd-pro/main/SKILL.md \
  -o ~/.openclaw/skills/aiusd-pro/SKILL.md

npm

npm install -g aiusd-pro

Manual

git clone https://github.com/galpha-ai/aiusd-pro.git
cd aiusd-pro && npm install && npm run build

Quick Start

aiusd-pro login --browser                    # Authenticate
aiusd-pro send "What are my balances?"       # Ask anything
aiusd-pro send "Buy $100 of SOL"             # Execute trades
aiusd-pro send "Long ETH 10x"               # Complex strategies

How It Works

  1. Send — your message is posted to the AIUSD backend agent
  2. Reason — the agent selects tools, plans execution, and handles multi-step logic
  3. Execute — trades are placed, transactions are confirmed automatically
  4. Respond — results stream back in natural language

Sessions maintain full conversation context. Follow-ups, confirmations, and multi-turn workflows are handled automatically.

What You Can Do

| Domain | Examples | |--------|---------| | Spot Trading | "Buy $100 of SOL", "Sell all my ETH", "Swap TRUMP for USDC" | | Perpetuals | "Long ETH 10x", "Short BTC at $70k", "Close my position" | | Prediction Markets | "Bet $10 on Yes for Bitcoin 100k", "Search election markets" | | Account | "What's my balance?", "Show my deposit addresses" | | Staking | "Stake 500 AIUSD", "Unstake my AIUSD" | | Market Data | "What's trending?", "Show xStock prices" | | Monitoring | "Monitor @elonmusk with $100 budget" |

Authentication

aiusd-pro login --browser       # Sign in via browser
aiusd-pro login --new-wallet    # Create a new account
aiusd-pro logout                # Sign out

Session Management

aiusd-pro session new           # Start a new conversation
aiusd-pro session list          # List sessions
aiusd-pro session reset         # Reset current session
aiusd-pro cancel                # Cancel active operation

Supported Platforms

| Platform | Install | |----------|---------| | Claude Code | npx skills add galpha-ai/aiusd-pro | | Codex | npx skills add galpha-ai/aiusd-pro | | Cursor | npx skills add galpha-ai/aiusd-pro | | OpenClaw | clawhub install aiusd-pro | | GitHub Copilot | Symlink to .github/skills/ |

Core vs. Pro

| | Core | Pro | |---|------|-----| | Inference | Client-side LLM | Managed backend agent | | Interface | Structured CLI commands | Natural language | | Inference cost | None — bring your own LLM | Included | | Best for | Developers building custom agents | End users and turnkey integrations |

Security

  • Local-first — authentication tokens stored on-device (~/.aiusd/)
  • Open source — fully auditable skill code
  • Managed execution — trades execute through the AIUSD platform with custody controls

Links

License

MIT