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

@moon-labs/moon-iq-skills

v0.3.0

Published

A small skills pack for Moon IQ / MoonIQ CLI workflows.

Readme

moon-iq-skills

A small skills pack for Moon IQ / MoonIQ CLI workflows.

This package ships a set of Anthropic-style skill folders (each containing a SKILL.md) prefixed with mooniq-. All skills follow the same structure and naming; see CONVENTIONS.md for folder names, frontmatter (name, description), and document structure.

Install

npm i -g @moon-labs/moon-iq-skills

List skills

moon-iq-skills list

Install skills into a project

Copy bundled skills into your repo/workspace ./skills directory:

moon-iq-skills install --to ./skills

Overwrite existing:

moon-iq-skills install --to ./skills --force

Skills

| Skill | Description | |-------|-------------| | mooniq-approval-audit | Review token approvals and delegations for security risks | | mooniq-auth | Authenticate and troubleshoot Moon IQ CLI | | mooniq-bridge-tokens | Bridge tokens cross-chain via token_bridge | | mooniq-buy-crypto | Buy crypto (USDC -> token) via token_buy | | mooniq-check-wallet | Check wallet balances and holdings | | mooniq-dca-bot | Agent strategy — schedule recurring buys (DCA) into a token | | mooniq-dip-buyer | Agent strategy — place limit orders on drawdowns (buy the dip) | | mooniq-discover-tokens | Search, trending, and token metadata/market data | | mooniq-env | Ensure CLI environment is set up correctly | | mooniq-explain-tx | Explain a transaction in plain English | | mooniq-kalshi-trading | Browse, search, and analyze Kalshi prediction markets | | mooniq-lending | Deposit, withdraw, rates, and lending recommendations | | mooniq-limit-orders | Create and manage limit orders | | mooniq-market-brief | Morning market briefing (trending, whales, yields) | | mooniq-onramp-offramp | Iron onramp/offramp (fiat in/out) | | mooniq-portfolio-rebalancer | Agent strategy — rebalance portfolio to target weights | | mooniq-portfolio-report | Portfolio summary with holdings, PnL, allocation | | mooniq-position-tracker | Track open positions with soft stop-loss / take-profit | | mooniq-price-chart | Historical price data and OHLCV candles for technical analysis | | mooniq-recurring-orders | Create and manage recurring (DCA) orders | | mooniq-rug-check | Analyze a token for rug pull risk indicators | | mooniq-sell-crypto | Sell crypto (token -> USDC) via token_sell | | mooniq-swap-tokens | Swap any token A -> token B via token_swap | | mooniq-tax-export | Export transaction history in tax-ready format | | mooniq-token-brief | Token market data brief (mcap, liquidity, volume) | | mooniq-token-screener | Screen tokens by market metrics (liquidity, volume, mcap, holders) | | mooniq-transfer-tokens | Transfer tokens to another wallet via token_transfer | | mooniq-tutorial | Interactive walkthrough of the Moon IQ CLI | | mooniq-wallet-profiler | Profile any wallet's activity, holdings, and trading style | | mooniq-watcher | Recurring watch loop for first movers, survivors, and alerts | | mooniq-whale-shadow | Agent strategy — copy or mirror whale trades | | mooniq-x402-request | Pay-per-request API calls to x402-protected endpoints | | mooniq-yield-scan | Find and compare best lending/yield rates |

Notes

  • The skills are intended to be discovered by agents that scan a skills/ directory.
  • The primary MoonIQ CLI package is published separately (install via npm i -g @moon-labs/moon-iq).