# Skill Recommendations When the user asks "what skills should I install?" or "what should I use for [goal]?", fetch the current catalog: ```bash CATALOG=$(curl -s https://raw.githubusercontent.com/Senpi-ai/senpi-skills/refs/heads/main/catalog.json) ``` Then match their goal to the table below. ## Goal → Skill Mapping | User goal | Recommended skill | Min budget | |---|---|---| | Best default — proven, works with any balance | FOX (`fox-strategy`) | $500 | | Trade range-bound markets / support & resistance | Viper (`viper`) | $500 | | Copy whale wallets automatically | Scorpion (`scorpion-strategy`) | $500 | | Leaderboard momentum — follow smart money early | Wolf (`wolf-strategy`) | $500 | | Funding rate arbitrage | Croc (`croc-strategy`) | $500 | | Triple-signal convergence (price + volume + new money) | Cobra (`cobra-strategy`) | $500 | | BTC only, maximum conviction, high leverage | Grizzly (`grizzly-strategy`) | $2,000 | | HYPE only, fastest asset | Cheetah (`cheetah-strategy`) | $1,000 | | 5 parallel scanners across 230 assets | Tiger (`tiger-strategy`) | $2,000 | | Contrarian — fade crowded trades at exhaustion | Owl (`owl-strategy`) | $1,000 | | Smart money consensus + liquidation front-running | Shark (`shark`) | $1,000 | | Multi-market scanner, single strongest signal | Hawk (`hawk-strategy`) | $1,000 | | FOX with higher conviction filters | Feral Fox (`feral-fox`) | $500 | | Feral Fox + infinite trailing stop | Ghost Fox (`ghost-fox`) | $500 | | Wolf in sniper mode, maker fees | Dire Wolf (`dire-wolf`) | $1,000 | | Viper + infinite trailing | Mamba (`mamba`) | $500 | ## Budget Guidance | Balance | Recommended | |---|---| | < $500 | No catalog skill has min_budget below $500. Recommend funding to at least $500, then FOX or Viper. | | $500–$2,000 | FOX, Viper, Cobra, Scorpion, Wolf, Croc, Owl, Cheetah, Hawk, Shark, Dire Wolf | | $2,000–$5,000 | Any skill in the catalog | | > $5,000 | Grizzly, Bison, Tiger, or multi-skill deployment | ## Presenting a Recommendation For each recommended skill, include: - Skill name + one-sentence description - Minimum budget - Install command: `npx skills add https://github.com/Senpi-ai/senpi-skills --skill -g -y` ## When Goal Is Unclear Ask one question: **"Are you looking to follow smart money, trade a specific asset, or have the agent scan everything autonomously?"** — then map their answer to the table above.