← Back to Skills Marketplace
tangweigang-jpg

Talib Technical Analysis

by Tang Weigang · GitHub ↗ · v0.3.3 · MIT-0
cross-platform ✓ Security Clean
143
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install talib-technical-analysis
Description
通过 Python 调用 150+ TA-Lib 技术分析指标(均线、MACD、RSI、布林带等),支持多市场金融数据的技术面量化计算。
Usage Guidance
This skill is an instruction-only blueprint for computing TA-Lib indicators and building ZVT pipelines; it does not request secrets or install code. Before using it: 1) verify you have a dedicated Python 3.12+ virtual environment and do not run it in an environment containing sensitive credentials; 2) review seed.yaml and references/* files (they are included and instruct the agent to reload seed.yaml) to ensure the semantic locks and preconditions match your trading/operational policies; 3) expect the agent to run small python checks (import zvt, test kdata access) and to touch a writable ZVT_HOME path (~/.zvt by default) — run those checks manually if you prefer; 4) if you plan to compute indicators using the TA-Lib C layer, audit your runtime for the anti-patterns listed (FFI dtype, initialization, NaN handling, thread safety) to avoid silent corruption; and 5) run any trading/backtest code in an isolated environment (sandbox or ephemeral VM) and do not provide unrelated cloud or broker credentials to this skill unless explicitly required and vetted.
Capability Analysis
Type: OpenClaw Skill Name: talib-technical-analysis Version: 0.3.3 The skill bundle is a highly structured framework for performing technical analysis using TA-Lib and the ZVT quantitative trading library. It contains extensive documentation, 'semantic locks,' and 'fatal constraints' (e.g., in SKILL.md and references/seed.yaml) designed to prevent common financial programming errors such as look-ahead bias, memory corruption in C-FFI layers, and incorrect data alignment. While the instructions for the AI agent are complex and prescriptive, they are entirely aligned with the stated purpose of ensuring the reliability and accuracy of financial indicators. No evidence of data exfiltration, malicious code execution, or harmful prompt injection was found.
Capability Tags
crypto
Capability Assessment
Purpose & Capability
The skill describes Python-based TA-Lib technical analysis and the SKILL.md consistently documents pipelines, semantic locks, anti-patterns, and preconditions for ZVT usage. Minor mismatch: SKILL.md claims compatibility with Python 3.12+ and the 'uv' package manager but the registry metadata did not list any required binaries — this is a small metadata/documentation inconsistency rather than a functional mismatch.
Instruction Scope
SKILL.md is an instruction-only blueprint that asks the agent to run precondition checks (python -c import zvt, get_kdata, and a filesystem write/read test), to read the included seed.yaml and reference files, and to follow strict semantic locks before executing trading logic. Those instructions stay within the skill's domain (data fetch, indicator computation, backtest/HTML generation). They do direct the agent to execute short python checks and touch a test file in the ZVT home directory if needed — expected for initialization but worth being aware of.
Install Mechanism
No install spec and no code files are included; this is instruction-only so nothing will be downloaded or written by an installer. That lowers installation risk.
Credentials
The skill declares no required environment variables, credentials, or config paths. The preconditions reference ZVT_HOME (with a sensible default) and may prompt you to create/write ~/.zvt; nothing requests unrelated credentials or secrets.
Persistence & Privilege
always:false (not force-included). disable-model-invocation is false (default autonomous invocation) which is normal for skills; nothing in the skill requests to modify other skills or system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install talib-technical-analysis
  3. After installation, invoke the skill by name or use /talib-technical-analysis
  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 TA-Lib 技术分析; 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 talib-technical-analysis
Version 0.3.3
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is Talib Technical Analysis?

通过 Python 调用 150+ TA-Lib 技术分析指标(均线、MACD、RSI、布林带等),支持多市场金融数据的技术面量化计算。 It is an AI Agent Skill for Claude Code / OpenClaw, with 143 downloads so far.

How do I install Talib Technical Analysis?

Run "/install talib-technical-analysis" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Talib Technical Analysis free?

Yes, Talib Technical Analysis is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Talib Technical Analysis support?

Talib Technical Analysis is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Talib Technical Analysis?

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

💬 Comments