← 返回 Skills 市场
macd2

OpenClawCash

作者 macd2 · GitHub ↗ · v1.9.9
cross-platform ⚠ suspicious
553
总下载
0
收藏
0
当前安装
8
版本数
在 OpenClaw 中安装
/install agent-crypto-wallet
功能描述
Deprecated legacy skill entry. Use the current OpenClawCash skill instead.
使用说明 (SKILL.md)

Deprecated

This legacy OpenClawCash skill is deprecated and should no longer be used.

Use the current OpenClawCash skill instead: https://clawhub.ai/macd2/open-claw-cash

Do not continue setup with this legacy copy. Install the replacement skill from the URL above and follow its current instructions.

安全使用建议
This entry is deprecated and tells you not to use it — prefer the replacement OpenClawCash skill. Do not provide any API keys or secrets to this legacy entry. Before installing anything: (1) use the replacement link in the SKILL.md, (2) verify registry metadata matches the SKILL.md (the mismatch here is why this is flagged), and (3) never paste credentials into a skill that only redirects you elsewhere. If you must keep this record, treat it as informational only; do not set environment variables or grant secrets to it. If you need certainty, contact the skill owner or repository to confirm why the SKILL.md lists AGENTWALLETAPI_KEY and curl while the registry shows no requirements.
功能分析
Type: OpenClaw Skill Name: agent-crypto-wallet Version: 1.9.9 The skill bundle explicitly states in `SKILL.md` that it is deprecated and should no longer be used. It provides clear instructions to discontinue setup and install a replacement skill from an external URL. There are no active instructions or code within this bundle that perform any malicious or risky actions, such as data exfiltration or unauthorized execution. The declared `required_env_vars` and `required_binaries` are effectively inert due to the overriding deprecation notice.
能力评估
Purpose & Capability
The skill declares itself deprecated and directs users to a replacement; that purpose is consistent with the SKILL.md content. However, the registry metadata (no required env/binaries) conflicts with the SKILL.md front-matter that lists AGENTWALLETAPI_KEY and curl as required. This mismatch is unexpected for a deprecated/redirecting entry.
Instruction Scope
The runtime instructions simply mark the skill as deprecated and instruct the agent/user to install and use the replacement; they do not instruct reading files, contacting endpoints, or performing actions beyond telling the user to stop using this copy.
Install Mechanism
No install spec and no code files (instruction-only) — lowest-risk form. There is no download or extract behavior described.
Credentials
The SKILL.md lists a required_env_var (AGENTWALLETAPI_KEY) and required_binaries (curl) even though the registry metadata shows none and the instructions do not use them. A declared credential requirement that isn't used is an incoherence and could confuse users into supplying sensitive keys unnecessarily.
Persistence & Privilege
Skill is not always-enabled and does not request special persistence or system-level configuration. Defaults allow autonomous invocation, but there is no evidence this skill abuses that privilege.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install agent-crypto-wallet
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /agent-crypto-wallet 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.9.9
- Deprecated the legacy OpenClawCash (agent-crypto-wallet) skill. - All documentation and setup instructions have been removed. - Users are instructed to use the updated OpenClawCash skill at https://clawhub.ai/macd2/open-claw-cash.
v1.9.1
agent-crypto-wallet v1.9.1 - Improved guidance for automation-safe wallet import, recommending input of private key via stdin for better security. - Updated documentation to clarify that wallet import is optional and gated by explicit dashboard permissions. - Noted that dashboard wallet creation and private-key export require a strong passphrase, with new security restrictions. - Expanded safety information regarding CLI input practices and passphrase storage. - No code changes; documentation and usage guidance improvements only.
v1.9.0
Version 1.9.0 - Added explicit documentation for required and optional environment variables (`AGENTWALLETAPI_KEY`, `AGENTWALLETAPI_URL`) and required binaries (`curl`, optional: `jq`). - Improved safety guidance, including recommendation to use read-only calls first and requirement for explicit `--yes` confirmation for write actions in CLI. - Clarified trust and risk model for wallet import and API-key permission gating. - Updated CLI documentation to make explicit which commands are safe/read-only and which require confirmation. - Metadata section updated to reflect new requirements and version.
v1.8.5
agent-crypto-wallet 1.8.1 → 1.8.5 - Added new `/api/agent/wallet` endpoint to fetch a specific wallet’s details (with balances) by ID or label. - Clarified that `/wallets` is for discovery (listing) and does not include balances. - Updated CLI usage examples to demonstrate new `wallet` subcommand for fetching detailed wallet info. - Improved description of `/supported-tokens` to note guidance fields in response. - Revised workflow to recommend sequence: list wallets, fetch detailed wallet, then check balances or quote/swap. - Documentation and examples refined for clarity and expanded endpoint coverage.
v1.8.0
Major update: Expanded from EVM-only ("AgentWalletApi") to multi-chain ("OpenclawCash") with Solana support and advanced agent APIs. - Skill now supports both EVM and Solana wallets (token transfers, balance checks, transaction history, swaps). - Added agent-safe wallet creation/import endpoints, gated by API-key dashboard controls. - Expanded CLI tool with transaction history and Solana support. - Renamed endpoints and documentation to reflect new OpenclawCash platform and host URL. - Enhanced troubleshooting and host override section in setup instructions. - Updated example payloads and tables to include Solana, chain parameter, and expanded policy/error coverage.
v1.4.0
AgentWalletApi v1.2.1 → v1.4 adds swap and quote support, and expands token handling: - Added Uniswap swap and quote endpoints, enabling token swaps programmatically. - CLI tool now supports `quote` and `swap` commands. - All endpoints accept any valid ERC-20 contract address, not just a curated list. - Improved documentation for multi-step workflows including swaps. - Clarified error codes and agent integration guidance.
v1.2.0
- Added bash setup script (`scripts/setup.sh`) to generate a `.env` config for the API key. - Introduced CLI utility (`scripts/agentwalletapi.sh`) for direct command-line API calls (list wallets, check balances, send funds, list tokens). - Added detailed setup and CLI usage instructions to documentation. - Published comprehensive endpoint details in a new reference file (`references/api-endpoints.md`). - Updated documentation to reflect new version (1.3), enhanced setup process, and improved security guidance for API key handling.
v1.0.0
AgentWalletApi — Crypto Wallet API for AI Agents Give your AI agent its own Ethereum wallet. AgentWalletApi provides a simple, AI-friendly REST API that lets any agent send ETH and ERC-20 tokens, check balances, and manage wallets — without needing to understand Web3 complexity. What this skill enables: Instant wallet access — Agents discover available wallets, balances, and supported tokens through simple GET/POST endpoints Token transfers in one call — Send ETH, USDC, USDT, DAI, WETH, WBTC, UNI, or LINK with a single POST request using human-readable amounts (e.g., "amount": "100" for 100 USDC) Built-in governance — Wallet owners set spending limits and address whitelists; the API enforces them automatically so agents can only operate within approved boundaries Works with any framework — OpenAI Agents, LangChain, CrewAI, AutoGPT, or any LLM that can make HTTP requests Mainnet and Sepolia support — Test on Sepolia with free testnet ETH, then switch to Mainnet for production No Web3 knowledge required — The agent just needs an API key and this skill file; no ABI encoding, gas estimation, or nonce management Getting started: Sign up at agentwalletapi.com, create a wallet, generate an API key, and give your agent this skill file. It handles the rest.
元数据
Slug agent-crypto-wallet
版本 1.9.9
许可证
累计安装 0
当前安装数 0
历史版本数 8
常见问题

OpenClawCash 是什么?

Deprecated legacy skill entry. Use the current OpenClawCash skill instead. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 553 次。

如何安装 OpenClawCash?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install agent-crypto-wallet」即可一键安装,无需额外配置。

OpenClawCash 是免费的吗?

是的,OpenClawCash 完全免费(开源免费),可自由下载、安装和使用。

OpenClawCash 支持哪些平台?

OpenClawCash 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 OpenClawCash?

由 macd2(@macd2)开发并维护,当前版本 v1.9.9。

💬 留言讨论