dkyazzentwatwa/chatgpt-skills

crypto-ta-analyzer

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

All-time #7395 First seen Jan 23, 2026
8-week activity · all time api

Installation

$ npx skills add dkyazzentwatwa/chatgpt-skills --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 dkyazzentwatwa/chatgpt-skills · top by installs.

npx skills add dkyazzentwatwa/chatgpt-skills

Browse all from dkyazzentwatwa/chatgpt-skills

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

Also listed on

Alternate registries and mirrors of this skill.

Repository health

Stars 99
Default branch main
Open issues 2
Status Active

Package contents

Files included with this skill beyond the listing page.

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

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1,600 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.