Okx Data Collector
PassAudited by ClawScan on Apr 21, 2026.
Overview
The skill's code, documentation, and runtime instructions are consistent: it fetches OKX market data from the public API and saves it locally; it does not request secrets or perform unexpected actions.
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.
