skills/shumi/SKILL.md
Crypto trade intelligence powered by AI. Use when the user asks about crypto markets, coin analysis, price trends, market sentiment, funding rates, delta-neutral strategies, narratives, category breakdowns, or any crypto trading question. Requires Node.js 18+.
npx skillsauth add mayrsascha/shumi-cli shumiInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Shumi is an AI-powered crypto analysis engine. It classifies queries, fetches real-time market data from multiple sources, and generates formatted analysis. Use it to answer any crypto market question.
IMPORTANT: Always run shumi as a simple, standalone command. Do NOT:
cd before running shumi — it works from any directory&&, ||, or ;>, 2>, or 2>/dev/null|$(...) or backticksCorrect: npx --yes shumi sentiment --coin BTC
Also correct (if globally installed): shumi sentiment --coin BTC
Wrong: cd /some/path && npx --yes shumi sentiment --coin BTC 2>/dev/null
One free query works without authentication. For continued use:
shumi login
This opens a browser for wallet authentication. Check status with shumi health.
shumi coin BTC # Full analysis: trend, streak, bands, sentiment
shumi coin ETH --interval 1w # Weekly interval
shumi coin SOL --history # With 24h historical comparison
shumi coin BTC --raw # Raw JSON (structured data for programmatic use)
shumi market # Market health: UP/HODL/DOWN distribution
shumi market --crossing # Include trend crossing data
shumi market --interval 1w # Weekly view
shumi sentiment # Overall market sentiment
shumi sentiment --coin BTC # Sentiment for a specific coin
shumi sentiment --category "AI" # Sentiment for a category
shumi sentiment --narrative "RWA" # Sentiment for a narrative
shumi trends # Fresh trends (newly started)
shumi trends --stale # Stale trends (longest running)
shumi trends --aligned # Coins aligned across all timeframes
shumi trends --limit 10 # Limit results
shumi scan --trend UP --category "DeFi" # Uptrending DeFi coins
shumi scan --exchange Hyperliquid # Coins listed on Hyperliquid
shumi scan --mcap-min 100000000 # Market cap > $100M
shumi scan --trend DOWN --limit 5 # Top 5 downtrending
shumi category # All categories
shumi category "DeFi" # DeFi trend breakdown
shumi narratives # All current narratives
shumi narratives "AI" # AI narrative sentiment
shumi delta-neutral # All opportunities
shumi delta-neutral --exchange Hyperliquid # Filter by exchange
shumi delta-neutral --dex-only # DEX only
shumi delta-neutral --symbol BTC # Specific coin
shumi search "Ethereum ETF approval" # Web search
shumi search "ETH merge" --answer # Direct answer instead of results
shumi tweets elonmusk # Recent tweets from handle
shumi ask "Why is HYPE pumping?" # Any crypto question
shumi ask "Compare SOL vs ETH L2 fees" # Complex analysis
Add --raw to any command to get JSON tool execution results instead of formatted text. Use this when you need to process the data programmatically:
shumi coin BTC --raw # Returns: { "steps": [{ "id": "btc", "tool": "getCoinBySymbol", "result": {...} }, ...] }
shumi market --raw # Returns: { "steps": [{ "id": "health", "tool": "getMarketHealth", "result": {...} }, ...] }
The steps array contains each tool's raw output with the full data payload.
| Flag | Available On | Description |
|------|-------------|-------------|
| --raw | All commands | JSON output instead of markdown |
| --interval <1d\|1w> | coin, market, sentiment, trends, scan, category, narratives | Time interval |
| --limit <n> | trends, scan, delta-neutral | Max results |
| Error | Meaning | Action |
|-------|---------|--------|
| "Authentication required" | Free query used up | Run shumi login |
| "Rate limit exceeded" | Too many requests | Wait and retry |
| "Authentication failed" | Token expired | Run shumi login again |
| Command hangs > 30s | Server processing complex query | Normal for multi-tool queries, wait up to 5 min |
--raw when you need to extract specific data points from the responseshumi ask accepts any natural language query — use it for questions that don't fit a specific commandshumi scan --trend UP --category "AI" --exchange Hyperliquid --limit 10shumi health is a quick way to verify connectivity and auth statusdevelopment
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.
development
Run, watch, debug, and extend OpenClaw QA testing with qa-lab and qa-channel. Use when Codex needs to execute the repo-backed QA suite, inspect live QA artifacts, debug failing scenarios, add new QA scenarios, or explain the OpenClaw QA workflow. Prefer the live OpenAI lane with regular openai/gpt-5.4 in fast mode; do not use gpt-5.4-pro or gpt-5.4-mini unless the user explicitly overrides that policy.
development
End-to-end Parallels smoke, upgrade, and rerun workflow for OpenClaw across macOS, Windows, and Linux guests. Use when Codex needs to run, rerun, debug, or interpret VM-based install, onboarding, gateway smoke tests, latest-release-to-main upgrade checks, fresh snapshot retests, or optional Discord roundtrip verification under Parallels.