← 返回 Skills 市场
Ta Analyzer
作者
raphael2025
· GitHub ↗
· v1.0.0
837
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install ta-analyzer
功能描述
Multi-timeframe technical analysis skill using CCXT. Calculates 20+ indicators including RSI, MACD, Bollinger Bands, Ichimoku, Stochastic, Williams %R, ADX,...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ta-analyzer - 安装完成后,直接呼叫该 Skill 的名称或使用
/ta-analyzer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Ta Analyzer 是什么?
Multi-timeframe technical analysis skill using CCXT. Calculates 20+ indicators including RSI, MACD, Bollinger Bands, Ichimoku, Stochastic, Williams %R, ADX,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 837 次。
如何安装 Ta Analyzer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ta-analyzer」即可一键安装,无需额外配置。
Ta Analyzer 是免费的吗?
是的,Ta Analyzer 完全免费(开源免费),可自由下载、安装和使用。
Ta Analyzer 支持哪些平台?
Ta Analyzer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Ta Analyzer?
由 raphael2025(@raphael2025)开发并维护,当前版本 v1.0.0。
推荐 Skills