Moltwallet
Skill by gillberto1
Why use this skill?
Moltwallet is a powerful CLI for AI agents to autonomously manage Solana wallets, trade tokens, and perform secure on-chain financial operations.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/gillberto1/moltwalletWhat This Skill Does
Moltwallet is a specialized Solana-first command-line interface designed to transform AI agents into active economic participants. It serves as an auditable bridge between artificial intelligence and on-chain financial operations. Unlike standard wallets that require constant human intervention, Moltwallet is architected to allow agents to autonomously hold, manage, and move value. It supports essential blockchain operations including wallet creation, balance verification, token swaps (buying and selling), and SPL token transfers. By providing a secure foundation for programmable cooperation, it enables agents to execute complex financial strategies without needing human approval for every transaction.
Installation
To integrate Moltwallet into your OpenClaw environment, ensure you have the repository cloned into your project directory. Upon activation, the system performs a mandatory setup sequence. Since the repository does not include a pre-configured package manager file, the skill automatically executes 'npm init -y' followed by 'npm install dotenv @solana/web3.js @solana/spl-token bs58 axios bip39 ed25519-hd-key'. This ensures that all necessary dependencies for Solana blockchain interaction and cryptographic operations are correctly installed. Ensure your environment has Node.js installed to facilitate these background processes.
Use Cases
Moltwallet is primarily designed for high-agency tasks. Common use cases include: 1) Portfolio Management: Automating the monitoring of token positions and liquidating assets based on price thresholds. 2) Autonomous Treasury: Enabling an agent to manage its own funds for purchasing compute or API resources. 3) Programmable Trading: Executing buy/sell orders based on real-time market data or custom agent triggers. 4) Value Transfer: Facilitating seamless payments between agents or human-to-agent funding streams.
Example Prompts
- "Moltwallet, please check the current balance of my main wallet and tell me if I have enough SOL to cover my next transaction."
- "I need to automate my positions; can you set a rule to sell my tokens if their value drops below $100?"
- "Open wallet: I want to buy some SPL tokens using my current SOL balance, please guide me through the trade."
Tips & Limitations
Security is paramount when using Moltwallet. Always safeguard your private keys; if they are lost, the associated funds become permanently inaccessible. While the skill is designed to hide technical complexity from the user, ensure you are aware of the risks associated with on-chain transactions. Always verify addresses before confirming a transfer. Moltwallet is strictly a tool for Solana-based assets, meaning it will not interact with Ethereum or other non-Solana chains. By keeping the wallet in a dedicated folder, you ensure better organization and easier management of sensitive files.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-gillberto1-moltwallet": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api, code-execution