← Back to Skills Marketplace
Quant Trading Assistant
by
dxie48892-jpg
· GitHub ↗
· v1.0.1
· MIT-0
214
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install quant-trading-assistant
Description
量化交易助手 - A股技术分析+量化选股。 用于:分析A股实时行情、计算技术指标(均线/KDJ/MACD/布林带)、 量化选股策略、生成交易信号、龙虎榜/情绪周期判断。 触发场景:问股票、分析行情、选股推荐、风险提示、技术指标计算。
Usage Guidance
This skill appears to do what it claims: fetch public A‑share market data from Tencent/Sina and compute technical indicators. Before installing, consider: (1) outbound network calls — every symbol/query you ask the skill for is sent to third‑party finance APIs (Tencent/Sina), so treat queries as observable by those services; (2) provenance — the repository/source URL is not an authoritative upstream repo in the package metadata, so if you require strong supply‑chain assurance you may want to review the full source or prefer a vetted package; (3) accuracy — quant_screen uses a small hardcoded candidate list (not a live fundamental feed), so do not treat results as authoritative trading advice; (4) financial risk — the skill includes a disclaimer but any trading decisions remain your responsibility. If you need stronger guarantees, inspect the full Python file locally and run it in an isolated environment, or adapt data sources to your trusted feeds.
Capability Analysis
Type: OpenClaw Skill
Name: quant-trading-assistant
Version: 1.0.1
The skill is a legitimate quantitative trading assistant for the A-share market. It fetches real-time market data and K-line history from public Tencent (qt.gtimg.cn) and Sina (money.finance.sina.com.cn) APIs to calculate standard technical indicators like MACD, KDJ, and Bollinger Bands. The Python code (quant_trading_assistant.py) is well-structured, lacks any obfuscation, and contains no evidence of data exfiltration, unauthorized network calls, or malicious execution patterns. The instructions in SKILL.md are consistent with the code's functionality and do not attempt to manipulate the agent's behavior for harmful purposes.
Capability Assessment
Purpose & Capability
The name/description (A股技术分析、量化选股) matches the code and SKILL.md: functions fetch quotes/K‑lines from Tencent/Sina, compute MA/KDJ/MACD/BOLL, provide screening and signal functions. There are no unrelated environment variables, binaries, or installs requested. Minor note: _meta.json/homepage exist but overall source provenance is limited (no authoritative upstream repo URL).
Instruction Scope
SKILL.md explicitly documents the library functions and CLI commands and the code implements them. The runtime instructions do not direct the agent to read local files, secrets, or system config; they only call the included Python functions. The code performs outbound HTTP(S) calls to public finance APIs (expected for this purpose).
Install Mechanism
There is no install spec — this is effectively instruction + a single Python file. No external archives or obscure download URLs are used. Risk from installation is low because nothing is written/installed by an installer spec.
Credentials
The skill requires no credentials or environment variables. It makes network requests to public Tencent and Sina finance endpoints which is proportional to fetching market data. Note: those external services will see the stock symbols/queries you request — this is expected but is observable by the third parties.
Persistence & Privilege
The skill is not always:true, does not request elevated/system privileges, and does not modify other skills or global agent configuration. It runs on demand and can be invoked by the agent normally.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install quant-trading-assistant - After installation, invoke the skill by name or use
/quant-trading-assistant - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
v1.0.1: 修复Windows控制台UTF-8编码输出问题,修复_meta.json作者信息
v1.0.0
量化交易助手 - A股技术分析+量化选股
Metadata
Frequently Asked Questions
What is Quant Trading Assistant?
量化交易助手 - A股技术分析+量化选股。 用于:分析A股实时行情、计算技术指标(均线/KDJ/MACD/布林带)、 量化选股策略、生成交易信号、龙虎榜/情绪周期判断。 触发场景:问股票、分析行情、选股推荐、风险提示、技术指标计算。 It is an AI Agent Skill for Claude Code / OpenClaw, with 214 downloads so far.
How do I install Quant Trading Assistant?
Run "/install quant-trading-assistant" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Quant Trading Assistant free?
Yes, Quant Trading Assistant is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Quant Trading Assistant support?
Quant Trading Assistant is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Quant Trading Assistant?
It is built and maintained by dxie48892-jpg (@dxie48892-jpg); the current version is v1.0.1.
More Skills