fundamentals-analyst

Generates research-grade CoinGecko profiles, charts, and supply analytics for a single listed coin.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It eliminates manual browsing of CoinGecko pages by delivering structured JSON fundamentals for one listed coin — profile, historical charts, OHLC candles, supply trends, and exchange listings — directly through the tribes-cli command line. ## Core Features & Use Cases - Single-coin research profile: Pull rank, price, ath/atl, supply, sentiment, links, and community/developer metrics with tribes-cli coin profile. - Historical performance data: Retrieve price, market-cap, and volume series (chart), raw OHLC candles (ohlc), and circulating-supply trends (supply) over fixed day windows. - Listing and resolution utilities: Check which exchanges list a coin (tickers), resolve a contract address to a coin (contract), and fetch BTC-relative rates (rates). - Use Case: Before writing an investment thesis on Solana, run coin profile and coin supply --days 180 to assess positioning, community health, and dilution from one terminal. ## Quick Start Ask the agent to pull a full fundamentals profile and 180-day supply trend for Solana using the coin commands.

Frequently Asked Questions about fundamentals-analyst

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

FAQPage Schema
How do I get a fundamental analysis of a cryptocurrency from the command line?▼

Run `tribes-cli coin profile --id <coingecko-id>` to get rank, price, ath/atl, supply, sentiment, links, and community metrics as structured JSON. Combine with `coin supply` and `coin chart` for dilution and historical performance analysis.

How do I find the CoinGecko coin id for a token symbol?▼

Use `tribes-cli market search --query "<name>"` to resolve names or symbols to CoinGecko ids like `bitcoin` instead of `BTC`. For a contract address, use `tribes-cli coin contract --platform <chain> --address <0x...>`.

Can I get OHLC candles with volume from CoinGecko?▼

No, the `coin ohlc` endpoint returns candles without volume. Pair it with `coin chart`, which includes volume series, or use `tribes-cli asset candles` when feeding candles into technical analysis chains.

What date ranges are supported for historical crypto charts?▼

Only fixed windows are accepted: 1, 7, 14, 30, 90, 180, 365 days, or max. For a custom date range, pull the smallest covering window and filter the timestamps yourself.

When should I use token-analyst instead of fundamentals-analyst?▼

Use token-analyst for on-chain safety checks, holder analysis, and live trade flow. Fundamentals-analyst covers off-chain CoinGecko data like profiles, historical charts, supply trends, and exchange listings only.