← Back to Skills Marketplace
kmasterrr

Unified crypto market data API and scripts for exchanges, markets, tickers, OHLCV, and orderbooks

by milatech · GitHub ↗ · v1.0.2
cross-platform ✓ Security Clean
595
Downloads
2
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install milaex-crypto-api
Description
Unified crypto market data API and scripts for exchanges, markets, tickers, OHLCV, and orderbooks.
Usage Guidance
This package appears to be a straightforward Milaex market-data client. Before installing: (1) Verify you trust the source/homepage (https://api.milaex.com) and that you intended to use Milaex; (2) Only supply a real MILAEX_API_KEY if you trust the code and host — the key will be sent in the x-api-key header to the configured base URL; (3) Be aware of two persistence items: the SKILL.md suggests storing the key in ~/.clawdbot/openclaw.json (this will persist the secret in your agent config), and the client honors an optional MILAEX_BASE_URL env var — do not set this to an untrusted host (it would cause your API key to be sent there); (4) The only runtime dependency is the 'requests' Python package (pip install --user requests); (5) If you want extra caution, inspect the included scripts (they are small and readable) or run the provided test_unauthorized.py with a dummy key to verify behavior before supplying your real key.
Capability Analysis
Type: OpenClaw Skill Name: milaex-crypto-api Version: 1.0.2 The skill bundle is a legitimate client for the Milaex crypto market data API. All scripts interact with the `https://api.milaex.com` endpoint, which is explicitly stated and defaulted in `scripts/milaex_client.py`. The `SKILL.md` documentation is clear, provides accurate instructions, and contains no evidence of prompt injection attempts against the AI agent. While the `MILAEX_BASE_URL` environment variable allows configuring the API endpoint, it defaults to the legitimate Milaex API, and there are no instructions or indications within the bundle to set it to a malicious or unauthorized domain. The code uses standard Python libraries (`requests`) and practices, and there is no evidence of data exfiltration, malicious execution, persistence mechanisms, or obfuscation.
Capability Assessment
Purpose & Capability
Name/description, required binary (python3), required env var (MILAEX_API_KEY), and the included scripts all align with a market-data client for the Milaex API. The code only implements endpoints described in the SKILL.md (exchanges, markets, tickers, OHLCV, orderbooks).
Instruction Scope
SKILL.md instructs running the included scripts and storing MILAEX_API_KEY in the agent config or env. The client code also supports an optional MILAEX_BASE_URL environment variable (used to override the API base URL) which is not listed in the 'Required env vars' section; this is harmless by itself but worth noting because it changes where requests (and the API key) are sent.
Install Mechanism
There is no install spec that downloads/extracts arbitrary code. This is an instruction + code bundle; the only dependency is the well-known 'requests' Python package and the SKILL.md documents installing it via pip --user. No untrusted URLs or archive extraction are present.
Credentials
Only MILAEX_API_KEY is required, which matches the skill's purpose. The optional MILAEX_BASE_URL env var (present in the client code, not required) can redirect requests to a non-Milaex host if set — in that situation the API key would be sent to the configured host. The number and sensitivity of env vars requested are otherwise proportionate.
Persistence & Privilege
always:false and the skill does not request elevated privileges. The SKILL.md recommends storing the API key in the OpenClaw/Clawdbot config (~/.clawdbot/openclaw.json) so the agent can inject the env var; that persists the secret in agent config and is an expected convenience but something users should consciously accept.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install milaex-crypto-api
  3. After installation, invoke the skill by name or use /milaex-crypto-api
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- Added a homepage field linking to the Milaex API documentation. - Expanded setup instructions to include obtaining an API key and configuring it via Clawdbot or shell environment variables. - Clarified recommended API key storage method for Clawdbot users with example configuration. - No changes to code or scripts; documentation improvements only.
v1.0.1
- Added skill metadata block, including emoji and requirements for binaries and environment variables. - Updated API access notes: clarified API key process and removed mention of default monthly cap. - Removed documentation for the optional MILAEX_BASE_URL configuration variable. - No changes to scripts or functionality; documentation only.
v1.0.0
Initial release of Milaex: a unified crypto market data skill. - Provides real-time and normalized market data across multiple exchanges via the Milaex REST API. - Supports queries for exchanges, markets/pairs, tickers, OHLCV/candles, and orderbooks. - Outputs consistent JSON and handles errors with clear payloads and HTTP codes. - Includes ready-to-use Python scripts and shell wrappers for all endpoints. - Requires only an API key; offers clear setup and usage instructions.
Metadata
Slug milaex-crypto-api
Version 1.0.2
License
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is Unified crypto market data API and scripts for exchanges, markets, tickers, OHLCV, and orderbooks?

Unified crypto market data API and scripts for exchanges, markets, tickers, OHLCV, and orderbooks. It is an AI Agent Skill for Claude Code / OpenClaw, with 595 downloads so far.

How do I install Unified crypto market data API and scripts for exchanges, markets, tickers, OHLCV, and orderbooks?

Run "/install milaex-crypto-api" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Unified crypto market data API and scripts for exchanges, markets, tickers, OHLCV, and orderbooks free?

Yes, Unified crypto market data API and scripts for exchanges, markets, tickers, OHLCV, and orderbooks is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Unified crypto market data API and scripts for exchanges, markets, tickers, OHLCV, and orderbooks support?

Unified crypto market data API and scripts for exchanges, markets, tickers, OHLCV, and orderbooks is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Unified crypto market data API and scripts for exchanges, markets, tickers, OHLCV, and orderbooks?

It is built and maintained by milatech (@kmasterrr); the current version is v1.0.2.

💬 Comments