Agent skill

crypto-ta-analyzer

Technical analysis with 29+ indicators (BB, Ichimoku, RSI, MACD). Generates 7-tier trading signals with divergence detection, volume confirmation, and squeeze alerts for crypto and stocks.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill crypto-ta-analyzer --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 13 KB
Bundled scripts: none
Path: skills/analysis/crypto-ta-analyzer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Crypto & Stock Technical Analysis Multi-indicator technical analysis system that generates high-confidence trading signals by combining 29+ proven algorithms. Features divergence detection, Bollinger Band squeeze alerts, volume confirmation, and a 7-tier signal system. Ideal for cryptocurrency and stock market analysis. ## Core Workflow ### 1. Data Acquisition Fetch historical price data from any supported source: **CoinGecko (via MCP tools):** ``` Use coingecko_get_historical_chart tool with: - coin_id: Target cryptocurrency (e.g., 'bitcoin', 'ethereum') - days: Time range ('7', '30', '90', '365', 'max') - vs_currency: Base currency (default 'usd') ``` **Other Supported Sources:** - Exchange APIs (Binance, Coinbase, etc.) - OHLCV format - Yahoo Finance - Stock data - Any price-only data - Automatic OHLC approximation **Minimum Requirements**: - At least 100 data points for reliable analysis (50 minimum) - Price data required, volume recommended - Recent data preferred for active trading signals ### 2. Convert Data to OHLCV Format The generic data converter auto-detects and normalizes any supported format: ```python from scripts.data_converter import normalize_ohlcv, validate_dat

What's inside
Steps it walks through
  1. Core Workflow
  2. 1. Data Acquisition
  3. 2. Convert Data to OHLCV Format
  4. 3. Run Technical Analysis
  5. 4. Interpret Results
  6. Available Indicators (29)
  7. Core Indicators (10) - Weight: 1.0
  8. Strong Indicators (5) - Weight: 0.75
  9. Supporting Indicators (14) - Weight: 0.5
  10. Usage Patterns
  11. Quick Analysis
  12. Comparative Analysis
  13. Deep Dive Analysis
  14. Trend Monitoring
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the crypto-ta-analyzer skill do?

Technical analysis with 29+ indicators (BB, Ichimoku, RSI, MACD). Generates 7-tier trading signals with divergence detection, volume confirmation, and squeeze alerts for crypto and stocks.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill crypto-ta-analyzer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going