token-analyst

Analyzes a single token's on-chain prices, security, holders, and smart-money flows via tribes-cli.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It answers questions about one specific token — its live price, rug-pull risk, holder concentration, trade activity, and whale or smart-money flows — using real-time on-chain data instead of manual block-explorer digging. ## Core Features & Use Cases - Price and candle data: Fetch live prices, liquidity, volume snapshots, and OHLCV candles for one token, with automatic BirdEye-to-CoinGecko fallback. - Security and rug-risk audits: Inspect owner/creator, mint/freeze authority, top-holder concentration, and contract-to-CoinGecko identity before touching a token. - Flow analysis: Read recent on-chain trades plus Nansen per-cohort netflows (smart traders, whales, exchanges) on the token. - Use Case: Before buying a Solana memecoin, run the overview, security, holders, and flow-intelligence commands to produce a safety verdict and a read on who is buying or selling. ## Quick Start Ask the agent to audit the safety and whale flow of a specific token by giving its contract address and chain.

Frequently Asked Questions about token-analyst

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

FAQPage Schema
How do I check if a token is a rug pull before buying?▼

Run the security subcommand to inspect owner/creator, mint and freeze authority flags, then the holders subcommand for top-holder concentration, and coin contract to verify the CoinGecko identity. Combine these into a single rug-risk verdict.

How do I get OHLCV candle data for a token on-chain?▼

Use asset candles with the token address, chain, and a timeframe such as 1H, 4H, or 1D for automatic BirdEye-to-CoinGecko fallback, or token-data ohlcv for direct BirdEye data. The --out flag writes a candle file consumable by technical indicator tools.

Can I look up a token by symbol instead of contract address?▼

The token-data commands require contract addresses, not symbols. Resolve ambiguous names or symbols first with token search, confirm the chain and address match the intended token, then pass the address to the data commands.

Which blockchains does on-chain token analysis support?▼

The token-data commands default to Solana and accept BirdEye chain names such as ethereum or base via the --chain flag. The exit-liquidity endpoint is Base-only, and transfer-total works on Solana only.

What should I do when the token data command reports a missing provider key?▼

A key-not-set error means the data provider is not configured on that machine, so the capability is unavailable. Report it plainly instead of retrying or attempting workarounds.

When should I use token-analyst versus alpha-scout or market-strategist?▼

Use token-analyst only after a specific token is identified, for its price, safety, trades, holders, and flows. Use alpha-scout for trending and new-token discovery, and market-strategist for market-wide rankings and multi-coin price tables.