birdeye

Installation
SKILL.md

Script Usage

Script-mode skill — read this file, then invoke from a bash block:

python3 - <<'EOF'
import sys, json
sys.path.insert(0, "/data/workspace/skills/birdeye")
from exports import birdeye_token_overview, birdeye_token_security, birdeye_wallet_networth

# SOL overview
sol = birdeye_token_overview(address="So11111111111111111111111111111111111111112", chain="solana")
print(json.dumps(sol, indent=2))
EOF

Available functions in exports.py: birdeye_token_security, birdeye_token_overview, birdeye_wallet_networth. Read exports.py directly for exact signatures.

Related skills
Installs
84
GitHub Stars
13
First Seen
Mar 13, 2026