← Back to Skills Marketplace
149
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install simple-tech-analyzer
Description
提供MACD、KDJ、RSI和成交量的基础技术指标分析及买卖信号提示,支持实时交易时段更新。
Usage Guidance
Before installing, know that: (1) the code does not implement KDJ even though the description claims it, and it fetches daily bars not obvious real‑time ticks — so 'real‑time updates' may be misleading; (2) index.js requires a nonstandard module '@tdx-local' but the skill provides no install instructions or declared dependency — confirm whether your environment supplies that module or how it should be installed; (3) the SKILL.md contains a paid upgrade link (external site) used for lead generation — be cautious about sending private data there; (4) the skill asks for no secrets, and the code does not appear to exfiltrate data, but test it in a safe environment first. If you need full functionality (KDJ, true intraday updates), request the author clarify dependencies and update the code/manifest to match advertised features.
Capability Analysis
Type: OpenClaw Skill
Name: simple-tech-analyzer
Version: 1.0.0
The skill is a legitimate technical analysis tool for stock market data, implementing standard indicators like MACD and RSI in index.js. It uses a local data provider (@tdx-local) and contains no evidence of data exfiltration, malicious execution, or prompt injection. The SKILL.md file includes marketing information and links for a premium service (clawhub.ai), which is consistent with its stated purpose as a free introductory tool.
Capability Assessment
Purpose & Capability
The name/description promise MACD, KDJ, RSI and real‑time updates. The shipped code implements MACD, RSI and volume ratio but does NOT compute KDJ and uses daily bars (category '日线') rather than an obvious real‑time feed. The code requires a module '@tdx-local' (presumably to access 通达信 data) but the skill metadata lists no dependencies or install steps. These mismatches mean the skill may not deliver what it advertises or may fail at runtime.
Instruction Scope
SKILL.md is lightweight and instructs how to ask for an analysis and advertises an external paid upgrade link. It states the data source is '通达信本地数据', which aligns with the code's require('@tdx-local'). However SKILL.md does not tell the user they must have a local TDX service or the '@tdx-local' package available, which is an operational gap. The upgrade link directs users off-platform — this is promotional but not direct exfiltration.
Install Mechanism
There is no install spec despite an included index.js that requires '@tdx-local'. Without an install or declared dependency, the skill may fail at runtime or assume platform-provided modules. The absence of an install step for a nonstandard module is an incoherence and a deployment risk (not necessarily malicious).
Credentials
The skill requests no environment variables, credentials, or config paths. The code does not read env vars or secrets. This is proportionate to the stated (simple) functionality.
Persistence & Privilege
The skill does not request elevated persistence (always is false) and does not modify other skills or system settings. Autonomous invocation is allowed (platform default) but not combined with other high-risk flags.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install simple-tech-analyzer - After installation, invoke the skill by name or use
/simple-tech-analyzer - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
simple-tech-analyzer 1.0.0
- 初始发布,提供基础技术分析工具
- 支持MACD金叉/死叉、KDJ超买/超卖、RSI强弱分析
- 提供成交量异动提醒及基础买卖信号
- 实时分析,基于通达信本地数据
- 介绍升级服务,支持更高级缠论结构与买卖点功能
Metadata
Frequently Asked Questions
What is Simple Tech Analyzer?
提供MACD、KDJ、RSI和成交量的基础技术指标分析及买卖信号提示,支持实时交易时段更新。 It is an AI Agent Skill for Claude Code / OpenClaw, with 149 downloads so far.
How do I install Simple Tech Analyzer?
Run "/install simple-tech-analyzer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Simple Tech Analyzer free?
Yes, Simple Tech Analyzer is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Simple Tech Analyzer support?
Simple Tech Analyzer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Simple Tech Analyzer?
It is built and maintained by jialun (@15910701838); the current version is v1.0.0.
More Skills