← Back to list
birdeye-api Checked
Solana token market data via Birdeye — prices, OHLCV, trades, token metadata, security checks, an…
8.6Overall rating
Installation
🤖 Install via AI
Copy the prompt below and send it to your AI assistant (e.g. Claude Code) — it will follow the instructions and install automatically.
Install the "birdeye-api" skill by following the instructions at https://skill123.me/install/birdeye-api.
⌨️ Command line install
Run in your terminal — downloads and installs to ~/.claude/skills/.
curl -fsSL https://skill123.me/install/birdeye-api.sh | bash
📦 Download ZIP
Download the zip and extract it into your skills directory (e.g. ~/.claude/skills/), then restart your session.
⬇ Download v1.0.0 · 16 KBAbout this skill
Overview
Solana token market data via Birdeye — prices, OHLCV, trades, token metadata, security checks, and trader activity
Source
- Repo: https://github.com/agiprolabs/claude-trading-skills
- Path: skills/birdeye-api
Score breakdown
Trigger
6.0
Description is What-only with rich endpoint keywords; When-Not (use Yellowstone gRPC for real-time) appears only in SKILL.md body, not the description; no trigger variants, no Chinese keywords.
Structure
9.3
253-line SKILL.md; three focused references (endpoints, error_handling, token_overview_fields) + two scripts; Files table; inline pointers to references.
Workflow
8.0
Tool wrapper pattern with per-endpoint CU costs, pagination windows (1000-candle limit quantified), WebSocket subscription reference, tier/rate-limit tables, retry/backoff in scripts; no demo mode or verification step.
Content
10.0
Concise, concrete request examples with real params and response schemas; consistent formatting.
Engineering
10.0
Valid frontmatter; shebangs, env-key check with clear guidance, deps declared; all referenced paths exist.
Security
10.0
Manifest: GET to public-api.birdeye.so only (official, declared); env read BIRDEYE_API_KEY sent solely as auth header to Birdeye; no local file reads, no writes, no persistence; capabilities match declared scope. No injection, no secrets.
Solid tool-wrapper for Birdeye: endpoint docs with CU costs, pagination math, 422 gotcha warnings, pricing/CU budgeting table, dedicated error-handling reference, scripts with 429 backoff. Description lacks When-Not in frontmatter (only in body note); scripts lack --demo mode.
