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

@trading-boy/cli

v1.2.16

Published

Trading Boy CLI — crypto context intelligence for traders and AI agents. Query real-time prices, funding rates, whale activity, and DeFi risk for 100+ Solana tokens and 229 Hyperliquid perpetuals.

Readme

@trading-boy/cli

Crypto context intelligence for traders and AI agents. Real-time market data, on-chain analytics, DeFi risk scoring, and an adaptive learning engine — all from the command line.

Website: cabal.ventures | Docs: cabal.ventures/docs

Install

npm install -g @trading-boy/cli

Requires Node.js 20+.

Quick Start

# 1. Subscribe (free tier available)
trading-boy subscribe --plan starter -e [email protected]

# 2. Query a token
trading-boy query SOL

# 3. Get full context intelligence
trading-boy context SOL

# 4. Register a trader profile
trading-boy trader register --name MyTrader

# 5. Log a trade
trading-boy journal entry SOL --direction LONG --price 148.50 --size 500

What You Get

  • Real-time prices for 100+ Solana SPL tokens and 229 Hyperliquid perpetuals
  • Funding rates & open interest from Binance perp markets
  • On-chain analytics — whale transactions, exchange flows, smart money tracking
  • DeFi risk scoring — protocol dependency trees, contagion risk, concentration analysis
  • Trading journal — context-linked decisions with outcome tracking and confidence calibration
  • Behavioral guardrails — bias detection, overtrading alerts, pattern analysis
  • Adaptive learning — signals improve based on your personal trading outcomes
  • Edge analytics — win rate, best/worst setups, confidence calibration scores
  • Agent integration — MCP server for Claude, GPT, and other AI agents

Commands

trading-boy context <token>       # Full 6-layer context package
trading-boy query <token>         # Quick price + funding summary
trading-boy watch <token>         # Live watch mode
trading-boy catalysts             # Upcoming events
trading-boy risk <protocol>       # DeFi risk assessment
trading-boy narrative list        # Active market narratives

trading-boy journal entry <token> # Log a trade entry
trading-boy journal exit <token>  # Log a trade exit
trading-boy decisions             # View decision history
trading-boy edge <traderId>       # Edge profile analytics
trading-boy behavioral            # Behavioral pattern analysis

trading-boy subscribe             # Subscribe via Stripe
trading-boy login                 # Store API key
trading-boy trader register       # Create trader profile
trading-boy billing manage        # Manage subscription

Run trading-boy --help for the full command list.

Pricing

| Plan | Price | Tokens | Trades/mo | |------|-------|--------|-----------| | Starter | Free | 5 | 50 | | Pro | $29/mo | 25 | 500 | | Edge | $99/mo | 100 | Unlimited |

All plans include every feature. Limits apply to traded tokens and logged trades only — queries are unlimited.

API & Agent Integration

Trading Boy exposes an MCP server for AI agent integration and a REST API for programmatic access.

# Start the MCP server (for Claude, GPT, etc.)
trading-boy mcp

# REST API is hosted at https://api.cabal.ventures

License

MIT