coinank-openapi
call coinank openapi to get data
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/a4205586/coinank-openapi-skillWhat This Skill Does
The coinank-openapi skill is a specialized agentic tool designed to bridge the gap between OpenClaw and the vast market data provided by Coinank. By integrating directly with the https://open-api.coinank.com infrastructure, this skill allows users to fetch real-time and historical cryptocurrency market insights, derivatives data, and exchange statistics directly within their chat environment. It is designed for high-precision data retrieval, ensuring that users can execute analytical queries without leaving the workspace. The skill intelligently manages OpenAPI definition files stored in the local reference directory, ensuring that only necessary data structures are loaded into memory, which optimizes both performance and security. Whether you need to pull liquidation data, funding rates, or open interest metrics, this skill streamlines the process through automated path parsing and secure header injection of your API key.
Installation
To integrate the Coinank OpenAPI skill into your OpenClaw environment, use the following command in your terminal:
clawhub install openclaw/skills/skills/a4205586/coinank-openapi-skill
Ensure that your environment variables are configured correctly. You must set the COINANK_API_KEY in your system environment to allow the skill to authenticate with the Coinank platform securely. Without this key, the skill will be unable to establish a connection to the remote endpoints.
Use Cases
- Market Analysis: Automatically pull open interest and funding rate history for specific trading pairs to identify market trends.
- Risk Monitoring: Retrieve real-time liquidation data to monitor market volatility and sentiment.
- Automated Reporting: Incorporate specific API calls into longer agent workflows to generate daily summaries of derivative market status.
Example Prompts
- "Check the current open interest for BTC on all major exchanges using the coinank skill."
- "Get the funding rate history for ETH for the last 24 hours and save it to my analysis folder."
- "Show me the latest liquidation data for the SOL/USDT pair for the current trading session."
Tips & Limitations
- Timestamp Handling: Always allow the agent to manage timestamps. If you do not specify a time range, the skill is configured to automatically fetch the most recent data using millisecond-precision Unix timestamps.
- File Management: The skill operates by reading from
{baseDir}/references/*.json. Ensure your reference directory is maintained correctly. Do not attempt to modify these files manually unless you are updating the OpenAPI schema. - Security: This skill requires network access and reads files from your local system. Only use it in environments where you trust the source of your OpenAPI definition files. It does not perform any file-write operations, making it a read-only integration.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-a4205586-coinank-openapi-skill": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, external-api