← Back to Skills Marketplace
Okx Data Collector
by
superStupidBear
· GitHub ↗
· v1.0.0
· MIT-0
105
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install okx-data-collector
Description
采集和分析OKX交易所的实时tick及多周期历史K线数据,支持策略需求分析和存储容量预估。
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install okx-data-collector - After installation, invoke the skill by name or use
/okx-data-collector - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Okx Data Collector?
采集和分析OKX交易所的实时tick及多周期历史K线数据,支持策略需求分析和存储容量预估。 It is an AI Agent Skill for Claude Code / OpenClaw, with 105 downloads so far.
How do I install Okx Data Collector?
Run "/install okx-data-collector" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Okx Data Collector free?
Yes, Okx Data Collector is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Okx Data Collector support?
Okx Data Collector is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Okx Data Collector?
It is built and maintained by superStupidBear (@ugpoor); the current version is v1.0.0.
More Skills