← 返回 Skills 市场
Talib Technical Analysis
作者
Tang Weigang
· GitHub ↗
· v0.3.3
· MIT-0
143
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install talib-technical-analysis
功能描述
通过 Python 调用 150+ TA-Lib 技术分析指标(均线、MACD、RSI、布林带等),支持多市场金融数据的技术面量化计算。
安全使用建议
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.
功能分析
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.
能力标签
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install talib-technical-analysis - 安装完成后,直接呼叫该 Skill 的名称或使用
/talib-technical-analysis触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
常见问题
Talib Technical Analysis 是什么?
通过 Python 调用 150+ TA-Lib 技术分析指标(均线、MACD、RSI、布林带等),支持多市场金融数据的技术面量化计算。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 143 次。
如何安装 Talib Technical Analysis?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install talib-technical-analysis」即可一键安装,无需额外配置。
Talib Technical Analysis 是免费的吗?
是的,Talib Technical Analysis 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Talib Technical Analysis 支持哪些平台?
Talib Technical Analysis 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Talib Technical Analysis?
由 Tang Weigang(@tangweigang-jpg)开发并维护,当前版本 v0.3.3。
推荐 Skills