← Back to Skills Marketplace
tangweigang-jpg

Pandas Ta Indicators

by Tang Weigang · GitHub ↗ · v0.3.3 · MIT-0
cross-platform ⚠ suspicious
111
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install pandas-ta-indicators
Description
基于 pandas-ta 库计算技术分析指标(RSI、MACD、布林带、KAMA 等),支持多市场数据可视化与自定义参数调整。。
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
crypto
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pandas-ta-indicators
  3. After installation, invoke the skill by name or use /pandas-ta-indicators
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug pandas-ta-indicators
Version 0.3.3
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is Pandas Ta Indicators?

基于 pandas-ta 库计算技术分析指标(RSI、MACD、布林带、KAMA 等),支持多市场数据可视化与自定义参数调整。。 It is an AI Agent Skill for Claude Code / OpenClaw, with 111 downloads so far.

How do I install Pandas Ta Indicators?

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

Is Pandas Ta Indicators free?

Yes, Pandas Ta Indicators is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Pandas Ta Indicators support?

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

Who created Pandas Ta Indicators?

It is built and maintained by Tang Weigang (@tangweigang-jpg); the current version is v0.3.3.

💬 Comments