← 返回 Skills 市场
128
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-coinbase
功能描述
Access Coinbase API to fetch balances, get EUR trading pairs, create market or limit crypto orders, and view order history and fills.
安全使用建议
What to check before installing: 1) Confirm the skill source and author — registry owner ID (kn7df...) does not match the _meta.json ownerId (@mtrab), which may indicate a copy/paste or provenance issue. 2) The registry metadata declares no credentials but the code requires an API key and a PEM private key file; ensure you provide keys only if you trust the author. 3) Prefer storing private keys in a secure location (environment variables or a secrets manager) rather than a plaintext file next to the script; if you must use files, restrict file permissions and don't commit them to version control. 4) Review the script for any unexpected network endpoints (it contacts https://api.coinbase.com paths, which is expected) and validate that these endpoints match your intended Coinbase environment. 5) Consider running the code in a restricted environment (dedicated VM/container, with least privileges) and test read-only operations (e.g., fetching balances/products) before allowing order creation. 6) If you need higher assurance, request provenance (author identity, signed release) or prefer an officially published Coinbase integration.
功能分析
Type: OpenClaw Skill
Name: openclaw-coinbase
Version: 1.0.0
The skill provides a legitimate integration with the Coinbase Developer Platform (CDP) API for trading and account management. The implementation in `scripts/coinbase.py` uses standard JWT authentication and follows Coinbase's official documentation for API interactions, with no evidence of data exfiltration, malicious execution, or prompt injection.
能力标签
能力评估
Purpose & Capability
The Python module implements Coinbase CDP API calls (balances, products, orders, fills) consistent with the skill description. However the registry metadata declares no required credentials or env vars, while the SKILL.md/README and the code require an API key and a PEM private key file — a mismatch between declared requirements and actual runtime needs.
Instruction Scope
Runtime instructions are narrowly scoped to Coinbase API usage (install cryptography/PyJWT, create .coinbase-api-key and .coinbase-api-secret files, call the provided functions). The instructions do not ask the agent to read unrelated system files or transmit data to non-Coinbase endpoints. Caveat: they require placing a private key file alongside the script, which raises local secrets-management concerns.
Install Mechanism
This is an instruction-only skill with no install spec and no external binary downloads; risk from installation mechanism is low. Dependencies are standard Python packages (cryptography, PyJWT) noted in README.
Credentials
The skill needs two sensitive secrets (API key and private key PEM) but declares no required env vars or primary credential in the registry. The code reads credential files from the script directory (.coinbase-api-key and .coinbase-api-secret), which is reasonably minimal for the stated purpose but the absence of declared credentials in metadata is an incoherence that should be resolved. Storing an unencrypted private key in the repo directory is a potential security risk.
Persistence & Privilege
The skill does not request always: true, does not modify other skills, and is user-invocable only. It does not request elevated persistent presence or system-wide changes.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-coinbase - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-coinbase触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Coinbase Skill 1.0.0
- New version converts the skill from a governance/risk analysis assistant to a developer-focused, trading API integration.
- Adds Python API functions for account balances, product info, order creation, and order history using the Coinbase API.
- Requires API key/private key setup and cryptography library for authenticated requests.
- All trading operations focus on EUR pairs (e.g., BTC-EUR).
- Previous institutional governance, recordkeeping, and risk-isolation documentation has been removed.
元数据
常见问题
Coinbase 是什么?
Access Coinbase API to fetch balances, get EUR trading pairs, create market or limit crypto orders, and view order history and fills. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 128 次。
如何安装 Coinbase?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-coinbase」即可一键安装,无需额外配置。
Coinbase 是免费的吗?
是的,Coinbase 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Coinbase 支持哪些平台?
Coinbase 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Coinbase?
由 MTrab(@mtrab)开发并维护,当前版本 v1.0.0。
推荐 Skills