ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 3/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/harleyscodes/hashpack-wallet
Or

What 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

  1. "Hashpack, please sign a TransferTransaction to send 50 HBAR from my account 0.0.12345 to the recipient 0.0.98765."
  2. "Check the current HBAR balance for my connected account and let me know if it exceeds 1000 HBAR."
  3. "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

Stars2387
Views3
Updated2026-03-09
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-harleyscodes-hashpack-wallet": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#hedera#hashpack#crypto#blockchain#web3
Safety Score: 3/5

Flags: network-access, external-api