← 返回 Skills 市场
595
总下载
2
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install milaex-crypto-api
功能描述
Unified crypto market data API and scripts for exchanges, markets, tickers, OHLCV, and orderbooks.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install milaex-crypto-api - 安装完成后,直接呼叫该 Skill 的名称或使用
/milaex-crypto-api触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 595 次。
如何安装 Unified crypto market data API and scripts for exchanges, markets, tickers, OHLCV, and orderbooks?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install milaex-crypto-api」即可一键安装,无需额外配置。
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 完全免费(开源免费),可自由下载、安装和使用。
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 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Unified crypto market data API and scripts for exchanges, markets, tickers, OHLCV, and orderbooks?
由 milatech(@kmasterrr)开发并维护,当前版本 v1.0.2。
推荐 Skills