skills/trading-strategist/SKILL.md
Provides trading strategies for cryptocurrencies based on Binance market data, calculated technical analysis indicators, and aggregated market sentiment from crypto RSS news feeds. Use when users ask for trading advice, strategy recommendations, or analysis combining price data, TA, and sentiment for crypto assets like ETH, BTC, or altcoins.
npx skillsauth add kukapay/crypto-skills trading-strategistInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill generates data-driven trading strategies for cryptocurrencies by integrating multiple data sources and analytical tools.
/api/v3/ticker/price and /api/v3/ticker/24hr)/api/v3/klines with 30-100 days of data)Use the scripts/calculate_ta.py script to compute indicators from historical data.
Combine TA signals, price action, and sentiment score to recommend:
For ETH, generate a trading strategy based on current market data.
→ Fetch ETH data, calculate TA, get sentiment, output strategy.
Analyze BTC with 50-day history, include sentiment, recommend swing trade.
→ Use longer history, focus on swing signals.
scripts/calculate_ta.py: Python script for TA indicator calculationsscripts/fetch_binance.py: Helper for Binance API calls</content>
<parameter name="filePath">./skills/trading-strategies/SKILL.mdtools
Comprehensive tool for finding and analyzing DeFi yield opportunities across protocols, chains, and asset types. Use when users want to earn yield on crypto assets (staking, lending, liquidity farming, aggregators). Supports exhaustive parallel research using librarian agents, direct web searches, and GitHub repository analysis.
development
Generate, build, and deploy custom ERC20 tokens on EVM networks. Use when users want to create and deploy their own ERC20 tokens with custom parameters like name, symbol, decimals, and initial supply. Supports deployment to various networks including Sepolia testnet and requires Foundry (forge/cast) for blockchain interactions.
tools
Comprehensive tool for scouting trending meme coins on DEX platforms like DexScreener. Use for discovering trending tokens, analyzing price movements, volume data, and risk assessments. Supports multiple timeframes (5m, 1h, 6h, 24h) and includes risk checking capabilities for specific tokens.
testing
Aggregate news from popular cryptocurrency RSS feeds, analyze sentiment of articles, and calculate an overall market sentiment score with detailed explanation. Use when assessing crypto market sentiment for trading decisions, research, or monitoring trends from RSS sources.