Hashpack Wallet
Skill by harleyscodes
Why use this skill?
Integrate HashPack wallet into your OpenClaw AI agent. Enable secure HBAR transactions, account management, and interaction with Hedera dApps via a simple skill installation.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/harleyscodes/hashpack-walletWhat This Skill Does
The Hashpack Wallet skill by harleyscodes provides a seamless bridge between OpenClaw AI agents and the Hedera Hashgraph ecosystem. By integrating the HashPack wallet API, this skill allows your AI agent to interact directly with the Hedera blockchain. It enables secure authentication, transaction signing, and account management, effectively turning your AI agent into a functional participant in decentralized finance and Hedera-based application workflows. The skill supports the standard Hedera account ID format (shard.realm.num) and facilitates complex interactions like HBAR transfers and smart contract execution.
Installation
To integrate this capability into your environment, use the OpenClaw command-line interface. Ensure you have the necessary environment variables set up for your preferred network. Execute the following in your terminal:
clawhub install openclaw/skills/skills/harleyscodes/hashpack-wallet
Once installed, the agent will have access to the HashPack global instance, allowing it to trigger wallet connection prompts and execute signing requests directly through the browser context or designated Hedera node endpoints.
Use Cases
This skill is highly versatile for developers and power users. Primary use cases include:
- Automated Payments: Programmatically sending HBAR tokens between accounts for service payments or micro-transactions.
- DApp Interoperability: Connecting to Hedera decentralized applications to perform automated data interactions or state changes.
- Portfolio Monitoring: Fetching account balances in real-time for financial reporting or dashboard generation.
- Token Management: Handling token associations and minting operations as part of a larger asset management workflow.
- Smart Contract Interaction: Triggering complex contract logic on the Hedera network via the agent's natural language processing.
Example Prompts
- "Hashpack, please sign a TransferTransaction to send 50 HBAR from my account 0.0.12345 to the recipient 0.0.98765."
- "Check the current HBAR balance for my connected account and let me know if it exceeds 1000 HBAR."
- "Initiate a connection to HashPack so I can begin interacting with the Hedera mainnet DApp."
Tips & Limitations
- Security: Always verify the transaction details returned by the agent before confirming on the HashPack hardware or browser interface. Never share your seed phrase with an agent.
- Network Configuration: Ensure you are pointed to the correct API endpoint (Mainnet, Testnet, or Previewnet) before executing transactions to avoid losing assets.
- Concurrency: Transaction signing via popups is sequential; do not attempt to batch multiple conflicting signing requests simultaneously as it may cause UI race conditions in the HashPack extension.
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-harleyscodes-hashpack-wallet": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api