smithery/dkyazzentwatwa

crypto-ta-analyzer

Run multi-indicator technical analysis on crypto or market OHLCV data. Use for deterministic trend, momentum, volume, and divergence analysis.

Installation

$ npx skills add smithery/dkyazzentwatwa --skill crypto-ta-analyzer

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/dkyazzentwatwa.

npx skills add smithery/dkyazzentwatwa

Browse all from smithery/dkyazzentwatwa

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 850 B
  • docs SUMMARY.md 214 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Crypto TA Analyzer

Use the bundled indicators when the user needs explicit technical analysis rather than a narrative market opinion.

Workflow

  1. Get normalized OHLCV data first.
  2. Use scripts/dataconverter.py or scripts/coingeckoconverter.py when source formats need reshaping.
  3. Run scripts/ta_analyzer.py for the actual indicator stack and signal scoring.
  4. Explain indicator agreement, conflicts, and regime sensitivity instead of presenting one number without context.

Guardrails

  • Do not present signals as guaranteed outcomes.
  • Keep the distinction clear between deterministic indicator output and discretionary interpretation.