← Back to Skills Marketplace
Openclast Wallet
by
fabriziogianni7
· GitHub ↗
· v1.0.0
1293
Downloads
0
Stars
5
Active Installs
1
Versions
Install in OpenClaw
/install openclast-wallet
Description
Guides the agent in Openclast/Openclaw wallet usage, approvals, and safety rules. Use when users ask about wallet setup, balances, transactions, approvals, or key export.
Usage Guidance
This skill appears coherent for guiding wallet operations, but review these points before installing:
- It is instruction-only and has no declared credentials, yet the guide references an example env gate (MOLTBOT_ALLOW_WALLET_EXPORT). That env var is not required by the registry metadata—treat it as a recommended safety measure, not as an installed requirement.
- The guide instructs creating wallet-config.json in the project root. Ensure you do not commit that file (it may contain sensitive settings or keys). Prefer using OS keychain / secrets manager and .gitignore for config files.
- Key export is explicitly dangerous; follow the guide's confirmation and environment-gate advice. If your host cannot securely export keys, avoid exporting and use safer alternatives.
- The skill expects host-provided wallet tools (wallet_send, wallet_balance, etc.) or a wallet CLI; only use this skill if those host tools are trusted and available.
- Although always:false, the platform allows autonomous invocation by default—if you are concerned about an agent making transactions automatically, review agent permissions and the wallet config (notify vs auto mode) before enabling.
If you need tighter guarantees, ask the skill author to declare any env gates in metadata, and document exactly where local files are written and what they contain.
Capability Analysis
Type: OpenClaw Skill
Name:
Developer:
Version:
Description: OpenClaw Agent Skill
The skill bundle is benign. The `SKILL.md` file provides clear, security-focused instructions for the AI agent regarding wallet usage, emphasizing mandatory user approval for transactions, strict warnings against private key export, validation of inputs, and secure storage practices (e.g., OS keychain). There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts aimed at subverting the agent for harmful purposes. The CLI commands mentioned are consistent with legitimate setup and installation within the OpenClaw ecosystem.
Capability Assessment
Purpose & Capability
Name and description match the SKILL.md: it guides wallet setup, balances, transactions, approvals, and key export. The instructions reference wallet CLI commands, config files, approval flows, chain IDs, and block explorers—all reasonable for a wallet helper.
Instruction Scope
The SKILL.md stays within wallet-related operations (setup, read balances, prepare/send txs, require approvals, key export warnings). It references host tooling (wallet_send, wallet_balance, etc.) and recommends creating wallet-config.json in the project root. Note: it suggests use of well-known public RPCs and example env gates (see environment note). It does not instruct reading unrelated system files or exfiltrating data, but it does instruct the agent to create a local config file which may contain sensitive data if misused.
Install Mechanism
Instruction-only skill with no install spec and no bundled code—lowest-risk install footprint. No downloads or package installs are requested.
Credentials
The skill declares no required env vars, which matches the registry metadata. However the SKILL.md references an example environment gate (MOLTBOT_ALLOW_WALLET_EXPORT=1) that is not listed in requires.env. This is an illustrative suggestion rather than a required credential, but users should be aware the instructions reference environment gates and OS keychain usage even though none are formally required.
Persistence & Privilege
The skill is not always-on and does not request elevated or persistent platform privileges. It may direct creation of wallet-config.json and expects the host to provide wallet CLI/tools; creating local config files is expected for a wallet skill but can store sensitive data if committed to source control—users should manage that carefully.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclast-wallet - After installation, invoke the skill by name or use
/openclast-wallet - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of openclast-wallet skill.
- Provides guidance on Openclast/Openclaw wallet setup, usage, approvals, balance queries, transactions, and key export safety.
- Enforces explicit approval for all outgoing transactions and contract operations.
- Includes strict warnings and checks for private key export.
- Details config-driven rules for transaction limits, chain support, and safety defaults.
- Outlines expected agent tools and CLI flows for common operations.
- Ensures users receive block explorer links after confirmed transactions.
- Maps common chain names to their respective chain IDs for user convenience.
Metadata
Frequently Asked Questions
What is Openclast Wallet?
Guides the agent in Openclast/Openclaw wallet usage, approvals, and safety rules. Use when users ask about wallet setup, balances, transactions, approvals, or key export. It is an AI Agent Skill for Claude Code / OpenClaw, with 1293 downloads so far.
How do I install Openclast Wallet?
Run "/install openclast-wallet" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Openclast Wallet free?
Yes, Openclast Wallet is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Openclast Wallet support?
Openclast Wallet is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Openclast Wallet?
It is built and maintained by fabriziogianni7 (@fabriziogianni7); the current version is v1.0.0.
More Skills