shumi

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+.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "shumi" with this command: npx skills add mayrsascha/shumi-cli/mayrsascha-shumi-cli-shumi

Shumi — Crypto Trade Intelligence

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.

Invocation Rules

IMPORTANT: Always run shumi as a simple, standalone command. Do NOT:

  • Use cd before running shumi — it works from any directory
  • Chain commands with &&, ||, or ;
  • Redirect output with >, 2>, or 2>/dev/null
  • Pipe output with |
  • Wrap in subshells $(...) or backticks

Correct: 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

Setup

One free query works without authentication. For continued use:

shumi login

This opens a browser for wallet authentication. Check status with shumi health.

Commands

Coin Analysis

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)

Market Overview

shumi market                      # Market health: UP/HODL/DOWN distribution
shumi market --crossing           # Include trend crossing data
shumi market --interval 1w        # Weekly view

Sentiment

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

Trends

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

Scan / Filter

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

Categories & Narratives

shumi category                    # All categories
shumi category "DeFi"             # DeFi trend breakdown
shumi narratives                  # All current narratives
shumi narratives "AI"             # AI narrative sentiment

Delta-Neutral (Funding Rate Arbitrage)

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

Web Search & Tweets

shumi search "Ethereum ETF approval"      # Web search
shumi search "ETH merge" --answer          # Direct answer instead of results
shumi tweets elonmusk                      # Recent tweets from handle

Free-Form

shumi ask "Why is HYPE pumping?"           # Any crypto question
shumi ask "Compare SOL vs ETH L2 fees"    # Complex analysis

Using --raw for Structured Data

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.

Common Options

FlagAvailable OnDescription
--rawAll commandsJSON output instead of markdown
--interval <1d|1w>coin, market, sentiment, trends, scan, category, narrativesTime interval
--limit <n>trends, scan, delta-neutralMax results

Error Handling

ErrorMeaningAction
"Authentication required"Free query used upRun shumi login
"Rate limit exceeded"Too many requestsWait and retry
"Authentication failed"Token expiredRun shumi login again
Command hangs > 30sServer processing complex queryNormal for multi-tool queries, wait up to 5 min

Tips

  • Use --raw when you need to extract specific data points from the response
  • shumi ask accepts any natural language query — use it for questions that don't fit a specific command
  • Combine scan filters: shumi scan --trend UP --category "AI" --exchange Hyperliquid --limit 10
  • shumi health is a quick way to verify connectivity and auth status

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Web3

china-sportswear-outdoor-sourcing

Comprehensive sportswear and outdoor equipment sourcing guide for international buyers – provides detailed information about China's athletic apparel, footwear, outdoor gear, and accessories manufacturing clusters, supply chain structure, regional specializations, and industry trends (2026 updated).

Archived SourceRecently Updated
Web3

china-lighting-sourcing

Comprehensive lighting industry sourcing guide for international buyers – provides detailed information about China's LED, smart, outdoor, automotive, and specialty lighting manufacturing clusters, supply chain structure, regional specializations, and industry trends (2026 updated).

Archived SourceRecently Updated
Web3

china-furniture-sourcing

Comprehensive furniture industry sourcing guide for international buyers – provides detailed information about China's residential, office, hotel, outdoor, and custom furniture manufacturing clusters, supply chain structure, regional specializations, and industry trends (2026 updated).

Archived SourceRecently Updated