market-strategist

Analyzes crypto market-wide aggregates, rankings, movers, and category trends via CoinGecko data.

1|Updated Jun 17, 2026
One-click install
npx skills add https://github.com/tribes-protocol/trading-harness --skill market-strategist-tribes-protocol
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: market-strategist
Source: https://github.com/tribes-protocol/trading-harness/tree/main/skills/market-strategist
Command: npx skills add https://github.com/tribes-protocol/trading-harness --skill market-strategist-tribes-protocol

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Answering broad crypto market questions like "how is the market doing?" requires pulling global market cap, dominance, DeFi TVL, rankings, and movers from multiple endpoints and synthesizing them into a coherent read. This Skill wraps the CoinGecko-backed tribes-cli market command group so an agent can fetch structured JSON aggregates in seconds and do the interpretation itself. ## Core Features & Use Cases - Market-wide aggregates: Global market cap, 24h volume, BTC/ETH dominance, and DeFi TVL via global and defi subcommands. - Rankings and movers: Ranked coin tables, top gainers/losers across multiple durations, category performance, trending coins, and newly listed coins. - Trends and lookups: Market-cap history time series, multi-coin price checks, symbol-to-id search, and asset platform token lists. - Use Case: When asked "how's the crypto market?", run market global, market defi, market movers --duration 24h, and market top --limit 20, then synthesize trend direction, breadth, and drivers into a narrative briefing. ## Quick Start Ask the agent to give you a crypto market overview using the market-strategist skill, and it will pull global stats, DeFi data, movers, and top coins as JSON and summarize the trend.

Frequently Asked Questions about market-strategist

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get a crypto market overview with CoinGecko data?▼

Run the market global, market defi, market movers, and market top subcommands of tribes-cli market. Each returns structured JSON covering total market cap, dominance, DeFi TVL, gainers and losers, and ranked coins, which you then synthesize into a trend summary.

How do I find top crypto gainers and losers over different timeframes?▼

Use tribes-cli market movers with the --duration flag set to 1h, 24h, 7d, 14d, 30d, 60d, or 1y. The command returns top gainers and losers versus USD as structured JSON.

Can this skill analyze a single token's price or chart?▼

No, single-token analysis is out of scope. Use token-analyst for on-chain single-token data or fundamentals-analyst for one coin's profile; this skill only handles market-wide aggregates and multi-coin lookups.

How do I resolve a coin symbol to a CoinGecko id?▼

Run tribes-cli market search with --query followed by the name or symbol. CoinGecko ids like bitcoin are required for commands such as market price --ids, so search first when unsure of the exact id.

What happens if the CoinGecko provider key is not configured?▼

The command reports that the provider key is not set, meaning the capability is unavailable on that machine. The correct response is to report the limitation plainly rather than retrying or working around it.

Should market movers be checked before suggesting trades?▼

Yes, before presenting movers or rankings as trade ideas, verify Hyperliquid tradability with hyperliquid list-assets --all-dexes and split results into actionable, watchlist-only, and not-tradable markets.