Pacman Hedera
Autonomous AI agent for DeFi on Hedera — natural language trading, portfolio management, Power Law BTC rebalancing, HCS signal publishing, limit orders, staking, NFTs, and multi-account wallet operations via SaucerSwap V1/V2
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/chris0x88/pacman-hederaWhat This Skill Does
Pacman Hedera is a sophisticated, autonomous AI agent specifically engineered for the Hedera Hashgraph ecosystem. It functions as a powerful DeFi command center, bridging natural language input with complex on-chain operations. By interfacing directly with the SaucerSwap V1 and V2 protocols, Pacman enables users to manage complex portfolios, perform token swaps, monitor price action, and execute Power Law BTC rebalancing strategies. The agent is built to be modular and secure, running via a zero-dependency bash environment that handles its own Python runtime and environment configurations locally, ensuring sensitive credentials never leave the user's machine.
Installation
To integrate this agent into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/chris0x88/pacman-hedera
Once installed, ensure your .env file is properly configured with your Hedera private keys and any necessary RPC endpoints. The system will automatically run ./launch.sh on the first invocation to install the required uv package manager and initialize the Python virtual environment.
Use Cases
Pacman Hedera is ideal for DeFi participants who require precision and automation. Common use cases include:
- Automated Portfolio Management: Maintaining a target asset allocation (such as WBTC/USDC) using advanced rebalancing algorithms.
- HCS Signal Publishing: Automatically pushing trading signals or sentiment data directly to the Hedera Consensus Service for verifiable, on-chain logging.
- Limit Order Management: Placing orders directly on the SaucerSwap protocol to minimize slippage and capture price targets without needing to monitor the screen constantly.
- Staking and Liquidity: Managing yield-bearing positions across various liquidity pools on SaucerSwap.
- Multi-Account Operations: Seamlessly switching between robot accounts and main operational wallets for security and isolation.
Example Prompts
- "Pacman, what is my current portfolio distribution between WBTC and USDC, and what is the current APY for the HBAR-SAUCE pool?"
- "Execute a limit order to buy 500 USDC worth of HBAR if the price drops below 0.08, but ask for my confirmation before you broadcast the transaction."
- "Start the rebalancing daemon for my main account with a 5% variance threshold and publish the status update to the HCS channel."
Tips & Limitations
- Safety First: Pacman adheres to a strict autonomy policy; while READ operations are immediate, all WRITE operations (swaps, sends, order placements) require explicit user approval. Never attempt to chain unverified operations.
- Credential Security: All private keys and configuration secrets reside exclusively in your local
.envfile. Do not share or commit this file to any version control system. - Network Awareness: Ensure your RPC node is stable; the agent relies on consistent connectivity to Hedera mainnet to accurately calculate swap paths and slippage via the V2 router.
- Local Execution: If the agent fails to start, check that your local environment satisfies the requirements listed in the repository’s README, specifically regarding the bash execution permissions.
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-chris0x88-pacman-hedera": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api, code-execution