← Back to Skills Marketplace
raphael2025

Ta Analyzer

by raphael2025 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
837
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install ta-analyzer
Description
Multi-timeframe technical analysis skill using CCXT. Calculates 20+ indicators including RSI, MACD, Bollinger Bands, Ichimoku, Stochastic, Williams %R, ADX,...
Usage Guidance
What to check before installing: - This skill requires the 'ccxt' library (index.js uses require('ccxt')), but package.json and the registry entry provide no install instructions. Ensure your runtime has ccxt installed or the platform will fail to load the skill. - Review the full index.js (complete file) for any network calls beyond ccxt or hard-coded endpoints; the provided file in the listing was truncated, so confirm there are no unexpected HTTP requests, telemetry, or obfuscated code paths. - The skill does not request API keys, but if you later configure it to use private endpoints (trades/account) CCXT could require Binance keys — do not provide credentials unless you trust the code and have audited it. - Because this is code run by the agent, consider running it in a sandboxed environment first and inspect network traffic during execution. - If you need higher assurance, ask the author to publish a package.json with explicit dependencies and an install spec or a well-known release URL (e.g., GitHub) so you can verify and reproduce the install steps. Given the minor packaging inconsistencies and incomplete visible source, proceed with caution rather than outright trust.
Capability Analysis
Type: OpenClaw Skill Name: ta-analyzer Version: 1.0.0 The ta-analyzer skill is a legitimate technical analysis tool that uses the CCXT library to fetch public market data from Binance and calculate various financial indicators (RSI, MACD, Bollinger Bands, etc.). The code in index.js implements standard mathematical formulas for these indicators and pattern recognition logic without any evidence of data exfiltration, unauthorized network calls, or malicious execution patterns.
Capability Assessment
Purpose & Capability
Name, description, SKILL.md, and index.js all describe fetching OHLCV via CCXT and computing many indicators — these are coherent and proportionate to a TA analyzer.
Instruction Scope
SKILL.md limits runtime instructions to fetching market data and computing indicators; it does not instruct the agent to read unrelated files, credentials, or to send data to arbitrary endpoints. No scope-creep in prose.
Install Mechanism
There is no install spec and package.json does not list ccxt (index.js does require('ccxt')). That is an implementation inconsistency: the skill depends on an external library but provides no installation step or declared dependency. This is likely a packaging oversight but could cause runtime failures or unexpected behavior depending on the execution environment.
Credentials
The skill requests no environment variables or credentials. CCXT can fetch public market data without API keys, so no extra secrets appear necessary and none are requested in SKILL.md or metadata.
Persistence & Privilege
No elevated privileges requested: always is false, there are no config paths or claims to modify other skills or system settings. Autonomous invocation is allowed by default (platform behavior) but the skill does not request extra persistence.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ta-analyzer
  3. After installation, invoke the skill by name or use /ta-analyzer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of ta-analyzer: - Provides multi-timeframe technical analysis using CCXT and Binance data. - Calculates 20+ indicators including RSI, MACD, Bollinger Bands, Ichimoku, Stochastic, ADX, and more. - Detects over 10 chart patterns (single & multi-candle, classic structures). - Auto-detects and clusters support/resistance levels. - Computes Fibonacci retracements, pivot points, and VWAP. - Returns comprehensive analysis with indicator values, pattern detections, trading signals, and price action insights.
Metadata
Slug ta-analyzer
Version 1.0.0
License
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is Ta Analyzer?

Multi-timeframe technical analysis skill using CCXT. Calculates 20+ indicators including RSI, MACD, Bollinger Bands, Ichimoku, Stochastic, Williams %R, ADX,... It is an AI Agent Skill for Claude Code / OpenClaw, with 837 downloads so far.

How do I install Ta Analyzer?

Run "/install ta-analyzer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Ta Analyzer free?

Yes, Ta Analyzer is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Ta Analyzer support?

Ta Analyzer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Ta Analyzer?

It is built and maintained by raphael2025 (@raphael2025); the current version is v1.0.0.

💬 Comments