Skip to main content
Back to registry

trading-strategist

kukapay/crypto-skills

This skill generates data-driven trading strategies for cryptocurrencies by integrating multiple data sources and analytical tools.

Installs433
Install command
npx skills add https://github.com/kukapay/crypto-skills --skill trading-strategist
Security audits
Gen Agent Trust HubFAIL
SocketPASS
SnykWARN
About this skill
This skill generates data-driven trading strategies for cryptocurrencies by integrating multiple data sources and analytical tools. Use the scripts/calculate_ta.py script to compute indicators from historical data. Combine TA signals, price action, and sentiment score to recommend: → Fetch ETH data, calculate TA, get sentiment, output strategy. → Use longer history, focus on swing signals. - Binance Market Data : Real-time price, volume, and historical klines from Binance API - Technical Analysis (TA) : Calculated indicators including SMA, RSI, MACD, Bollinger Bands, Stochastic, and more - Market Sentiment : Aggregated sentiment scores from popular crypto RSS feeds - Fetch current ticker data from Binance API ( /api/v3/ticker/price and /api/v3/ticker/24hr ) - Retrieve historical klines ( /api/v3/klines with 30-100 days of data) - Aggregate sentiment using the market-sentiment skill - Buy/Sell/Hold signals - Entry/exit points - Risk management (stop-loss, position sizing) - Timeframes (swing, day trading) - Always include stop-loss recommendations - Suggest position sizes (1-5% of capital) - Warn about volatility and leverage risks - Note: Not financial advice - TA formulas: See references/ta_formulas.md - Sentiment interpretation: See references/sentiment_guide.md - scripts/calculate_ta.py : Python script for TA indicator calculations - scripts/fetch_binance.py : Helper for...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does trading-strategist do?

This skill generates data-driven trading strategies for cryptocurrencies by integrating multiple data sources and analytical tools.

Is trading-strategist good?

trading-strategist does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does trading-strategist work with?

trading-strategist currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, openclaw.

What are alternatives to trading-strategist?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install trading-strategist?

npx skills add https://github.com/kukapay/crypto-skills --skill trading-strategist

Related skills

Alternatives in Software Engineering