← Back to Skills Marketplace
macd2

OpenClawCash

by macd2 · GitHub ↗ · v1.9.9
cross-platform ⚠ suspicious
553
Downloads
0
Stars
0
Active Installs
8
Versions
Install in OpenClaw
/install agent-crypto-wallet
Description
Deprecated legacy skill entry. Use the current OpenClawCash skill instead.
README (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.

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install agent-crypto-wallet
  3. After installation, invoke the skill by name or use /agent-crypto-wallet
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug agent-crypto-wallet
Version 1.9.9
License
All-time Installs 0
Active Installs 0
Total Versions 8
Frequently Asked Questions

What is OpenClawCash?

Deprecated legacy skill entry. Use the current OpenClawCash skill instead. It is an AI Agent Skill for Claude Code / OpenClaw, with 553 downloads so far.

How do I install OpenClawCash?

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

Is OpenClawCash free?

Yes, OpenClawCash is completely free (open-source). You can download, install and use it at no cost.

Which platforms does OpenClawCash support?

OpenClawCash is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created OpenClawCash?

It is built and maintained by macd2 (@macd2); the current version is v1.9.9.

💬 Comments