← 返回 Skills 市场
Okx Data Collector
作者
superStupidBear
· GitHub ↗
· v1.0.0
· MIT-0
105
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install okx-data-collector
功能描述
采集和分析OKX交易所的实时tick及多周期历史K线数据,支持策略需求分析和存储容量预估。
安全使用建议
This skill appears to do what it says: fetch historical OKX candles and save them locally. Before running: (1) review fetch_history.py yourself (it's short and readable); (2) be aware large date ranges generate large files and storage use; (3) respect OKX rate limits (script already has a small delay); (4) network access is required; (5) if you enable cloud upload (tencent-cos or similar), make sure you supply credentials only to the uploader skill and store them securely. If you want extra caution, run the script in an isolated environment or container.
功能分析
Type: OpenClaw Skill
Name: okx-data-collector
Version: 1.0.0
The skill is a legitimate tool for collecting historical market data from the OKX cryptocurrency exchange. The core logic in `fetch_history.py` uses the official OKX REST API to retrieve K-line data and save it locally in JSON and CSV formats, respecting rate limits and providing clear progress updates. The documentation in `SKILL.md` and `OKX_DATA_ANALYSIS.md` is consistent with the code's functionality and contains no evidence of malicious intent, data exfiltration, or prompt injection.
能力标签
能力评估
Purpose & Capability
Name/description (OKX data collection & analysis) match the included documentation and fetch_history.py. No unrelated binaries, env vars, or config paths are requested.
Instruction Scope
SKILL.md instructs running the provided fetch_history.py, viewing the included analysis doc, and optionally combining with a separate COS uploader skill. Instructions do not direct reading of system credentials or unrelated files, nor do they describe sending data to unexpected endpoints.
Install Mechanism
No install spec (instruction-only plus one small Python script). There are no downloads or archive extracts and the code uses standard requests to the official OKX API endpoint.
Credentials
The skill declares no required environment variables or credentials. The code uses only public API calls. Note: if you choose to integrate with the referenced tencent-cos-data-collector, that separate skill will require cloud credentials.
Persistence & Privilege
Skill is user-invocable, not forced-always. It does not request persistent privileges, modify other skills, or alter system-wide agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install okx-data-collector - 安装完成后,直接呼叫该 Skill 的名称或使用
/okx-data-collector触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of okx-data-collector skill:
- Supports real-time tick-level data collection via WebSocket.
- Enables batch historical K-line data fetching using REST API.
- Multiple time interval support: 1m, 5m, 15m, 1H, 4H, 1D, 1W, etc.
- Provides strategy-based data collection recommendations and storage size estimates.
- Includes usage guides, storage suggestions, and troubleshooting instructions.
元数据
常见问题
Okx Data Collector 是什么?
采集和分析OKX交易所的实时tick及多周期历史K线数据,支持策略需求分析和存储容量预估。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 105 次。
如何安装 Okx Data Collector?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install okx-data-collector」即可一键安装,无需额外配置。
Okx Data Collector 是免费的吗?
是的,Okx Data Collector 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Okx Data Collector 支持哪些平台?
Okx Data Collector 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Okx Data Collector?
由 superStupidBear(@ugpoor)开发并维护,当前版本 v1.0.0。
推荐 Skills