@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-skillsList skills
moon-iq-skills listInstall skills into a project
Copy bundled skills into your repo/workspace ./skills directory:
moon-iq-skills install --to ./skillsOverwrite existing:
moon-iq-skills install --to ./skills --forceSkills
| 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).
