← 返回 Skills 市场
Stock Data Export
作者
bingze00000
· GitHub ↗
· v1.0.0
· MIT-0
165
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install stock-data-export
功能描述
Exports A-share stock and index daily, weekly, or monthly data from Tushare API to Excel, CSV, or JSON for quantitative analysis and backtesting.
安全使用建议
This skill appears to do what it says (export data from Tushare), but the package metadata is inconsistent: SKILL.md requires a Tushare API token and _meta.json mentions the 'tushare' dependency, yet the registry entry lists no required env vars or install steps. Before installing or providing credentials: 1) Ask the publisher for the source code or a homepage so you can inspect how the token is used and where network requests go. 2) Confirm the exact environment variable or config key name the skill expects (e.g., TUSHARE_TOKEN) and whether the token is transmitted only to the official Tushare API. 3) If you must provide a token, use a token with minimal scope and run the skill in an isolated environment (sandbox/container). 4) Verify payment/ownership details (the package is marked paid but has no homepage). 5) If you need stronger assurance, request a version that includes an explicit install spec and the small script code so you (or someone you trust) can review it; absence of code now reduces install risk but also prevents verification.
功能分析
Type: OpenClaw Skill
Name: stock-data-export
Version: 1.0.0
The skill bundle contains only metadata and documentation (SKILL.md) for a stock data export tool using the Tushare API. There is no executable code provided, and the instructions in SKILL.md are consistent with the stated purpose of exporting financial data without any signs of prompt injection, data exfiltration, or malicious intent.
能力评估
Purpose & Capability
The stated purpose (exporting A‑share daily/weekly/monthly data from Tushare to CSV/Excel/JSON) is coherent. However, _meta.json lists a runtime requirement of 'tushare' (Python package) while the registry metadata claims no required env vars or binaries. SKILL.md explicitly says a Tushare API token is required. These mismatches indicate the manifest does not fully reflect what the skill needs to operate.
Instruction Scope
SKILL.md contains only user-facing command examples and a note that a Tushare token must be configured. It does not instruct the agent to read arbitrary system files, access unrelated cloud credentials, or contact unknown endpoints. The scope of instructions stays within the described purpose (fetching market data and exporting it).
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing will be downloaded or written by the platform installer. That lowers installation risk, but it also means the SKILL.md must accurately describe runtime dependencies (which it does not fully do).
Credentials
SKILL.md requires a Tushare API token, and _meta.json lists 'tushare' as a requirement, but the registry metadata declares no required environment variables and no primary credential. This omission is inconsistent and could mislead users about what secrets they'd need to provide. There's no justification for any additional credentials, but the manifest should declare at least the Tushare token requirement and how it should be supplied.
Persistence & Privilege
The skill does not request elevated persistence: always is false and there is no install script or config-writing behavior in the package. Autonomous model invocation is allowed (platform default) but not combined with other high-risk signals.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install stock-data-export - 安装完成后,直接呼叫该 Skill 的名称或使用
/stock-data-export触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Stock Data Export - A 股数据导出工具:
- Batch export of A 股 daily, weekly, and monthly data via Tushare API
- Supports single and multiple stock exports, as well as index data export
- Output formats: CSV (default), Excel (.xlsx), and JSON
- Exported fields include: trade date, open/close/high/low price, volume, turnover, and price change
- Requires user configuration of Tushare API Token
元数据
常见问题
Stock Data Export 是什么?
Exports A-share stock and index daily, weekly, or monthly data from Tushare API to Excel, CSV, or JSON for quantitative analysis and backtesting. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 165 次。
如何安装 Stock Data Export?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install stock-data-export」即可一键安装,无需额外配置。
Stock Data Export 是免费的吗?
是的,Stock Data Export 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Stock Data Export 支持哪些平台?
Stock Data Export 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Stock Data Export?
由 bingze00000(@bingze00000)开发并维护,当前版本 v1.0.0。
推荐 Skills