skillZs
LIVE SKILL TAGS
>>> LIVE SKILLS INDEX <<<
* OPEN SOURCE *
NO LOGIN, NO TRACKING
REAL INSTALL DATA
← back to all skills
dkyazzentwatwa/chatgpt-skills1.5k installs

crypto-ta-analyzer

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

How do I install this agent skill?

npx skills add https://github.com/dkyazzentwatwa/chatgpt-skills --skill crypto-ta-analyzer
view source ↗

Is this agent skill safe to install?

  • Gen Agent Trust Hubpass

    The crypto-ta-analyzer skill is a comprehensive technical analysis tool for financial data. It implements multiple technical indicators using standard numerical libraries like numpy and pandas to process historical price data. No malicious patterns, obfuscation, or unauthorized data access were found in the codebase.

  • Socketpass

    No alerts

  • Snykpass

    Risk: LOW · No issues

  • ZeroLeakspass

    Score: 93/100 · 2 sections analyzed

What does this agent skill do?

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/data_converter.py or scripts/coingecko_converter.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.

Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.

<a href="https://skillzs.dev/skills/dkyazzentwatwa/chatgpt-skills/crypto-ta-analyzer">View crypto-ta-analyzer on skillZs</a>