← 返回 Skills 市场
Pandas Ta Indicators
作者
Tang Weigang
· GitHub ↗
· v0.3.3
· MIT-0
111
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install pandas-ta-indicators
功能描述
基于 pandas-ta 库计算技术分析指标(RSI、MACD、布林带、KAMA 等),支持多市场数据可视化与自定义参数调整。。
安全使用建议
This skill looks like a documentation/blueprint for a ZVT-based TA pipeline rather than a small, self-contained 'pandas-ta' helper. Before installing or running it:
- Treat it as code-generation + orchestration, not only a plotting tool. Expect the agent to run Python commands, check or create ~/.zvt, and (depending on host integration) attempt package installs.
- Do not provide broker or data-provider credentials (joinquant, brokers, etc.) unless you verify exactly where and how they'll be used. The SKILL.md mentions trading_execution but requests no credentials — ask the author how trade execution is implemented and which credentials would be needed.
- Inspect seed.yaml and references locally (they are included) to understand required packages and the precondition checks the skill will perform. If you permit the agent to run precondition commands, run them in a sandbox or review the exact commands first.
- If you only want indicator calculations/visuals, prefer running the code the skill generates manually in a controlled environment rather than letting the agent execute installs or backtests automatically.
If you want me to, I can: (1) extract and list the concrete precondition commands and filesystem paths the skill would run/access, (2) summarize which packages you would need to install manually, or (3) produce a minimal, offline-only example that computes RSI/MACD/Bollinger using pandas-ta without any ZVT/backtest/trading steps.
功能分析
Type: OpenClaw Skill
Name: pandas-ta-indicators
Version: 0.3.3
The skill bundle is a highly structured framework for financial technical analysis and quantitative trading based on the 'zvt' and 'pandas-ta' libraries. While it contains numerous 'fatal' constraints and 'semantic locks' (e.g., in SKILL.md and references/seed.yaml), these are domain-specific safety guards intended to prevent financial modeling errors such as look-ahead bias, incorrect volatility calculations, or improper order sequencing. There is no evidence of malicious intent, data exfiltration, or unauthorized system access; the instructions provided to the AI agent are focused on maintaining the integrity and accuracy of the financial pipeline.
能力标签
能力评估
Purpose & Capability
Name/description say: compute TA indicators and visualize them. The SKILL.md repeatedly references ZVT, a full data/backtest/trading pipeline and requires 'Python 3.12+ with uv package manager' in metadata, but the skill declares no install steps, no required binaries, and no credentials. The inclusion of 'trading_execution' in the pipeline and many semantic locks (order execution rules) is disproportionate for a pure 'indicators+visualization' helper because trading execution normally requires broker credentials and explicit install/runtime steps which are not requested here.
Instruction Scope
SKILL.md and seed.yaml instruct the agent to reload seed.yaml, run precondition python checks (examples use python3 -c 'import zvt; ...'), verify imports and run install recipes, and consult workspace paths. Those instructions implicitly ask the agent to run local commands, access the host workspace, check or create ~/.zvt, and potentially trigger pip installs — actions beyond merely computing indicators. The skill also enforces semantic 'fatal' locks for trading logic (next-bar execution, sell-before-buy) which indicate a permission to produce trading code or workflows; the SKILL.md does not limit or require explicit user confirmation before such actions.
Install Mechanism
There is no explicit install spec (instruction-only), which is lower risk. However seed.yaml and SKILL.md describe an install/verification protocol (run host_adapter.install_recipes[], verify packages via import checks) and demand Python 3.12+ with the uv package manager — a mismatch between declared manifest (no install) and the textual runtime requirements. That mismatch could lead an agent to request or attempt package installs at runtime if implemented by the host adapter.
Credentials
The skill declares no required environment variables or credentials, which is appropriate for indicator computation. But it references data providers that sometimes require accounts (joinquant) and references trading execution in pipeline/locks without declaring any broker API credentials. This omission is an incoherence: if the skill were to execute trades or fetch protected data, additional credentials would normally be required.
Persistence & Privilege
Flags show always:false and normal autonomous invocation allowed. The skill does not request persistent 'always' privilege nor modify other skills' configs. The main persistence-related instruction is to read/reload seed.yaml and to use host workspace paths; that is an instruction-level behavior rather than an explicit elevated platform privilege.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pandas-ta-indicators - 安装完成后,直接呼叫该 Skill 的名称或使用
/pandas-ta-indicators触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.3.3
v0.3.3: bilingual metadata injected. H1 shows Pandas-TA 技术指标; tagline replaced with skill-specific Chinese hook; tags upgraded to Level 1-4.
v0.3.1
Remove install.sh — knowledge-only bundle. Host AI consumes directly from URL; no user-side installation needed. Fixes ClawHub suspicious flag.
v0.3.0
Doramagic crystal portfolio v0.3.0. Full 5-layer bp-009 standard. github.com/tangweigang-jpg/doramagic-skills
元数据
常见问题
Pandas Ta Indicators 是什么?
基于 pandas-ta 库计算技术分析指标(RSI、MACD、布林带、KAMA 等),支持多市场数据可视化与自定义参数调整。。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 111 次。
如何安装 Pandas Ta Indicators?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pandas-ta-indicators」即可一键安装,无需额外配置。
Pandas Ta Indicators 是免费的吗?
是的,Pandas Ta Indicators 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Pandas Ta Indicators 支持哪些平台?
Pandas Ta Indicators 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pandas Ta Indicators?
由 Tang Weigang(@tangweigang-jpg)开发并维护,当前版本 v0.3.3。
推荐 Skills