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

gotchi-dao-voting

Check active Aavegotchi DAO proposals and vote on Snapshot via Bankr EIP-712 signatures.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/aaigotchi/gotchi-dao-voting
Or

What This Skill Does

The gotchi-dao-voting skill enables seamless interaction with the Aavegotchi DAO governance ecosystem directly through your OpenClaw agent. It bridges the gap between your agent and the Snapshot decentralized voting platform for the aavegotchi.eth space. By leveraging the Bankr EIP-712 signing API, the skill allows you to participate in on-chain governance without exposing private keys locally or consuming gas for transactions. It provides utility for listing active proposals, checking your current Voting Power (VP), and casting both single-choice and weighted votes programmatically.

Installation

To integrate this skill into your agent, run the following command in your terminal: clawhub install openclaw/skills/skills/aaigotchi/gotchi-dao-voting Ensure your config.json file is correctly populated with your wallet address, the designated space, and the required Snapshot API and sequencer endpoints. This configuration is essential for the authentication layer to function correctly with the Bankr service.

Use Cases

  • Automating governance participation for large-scale holders who wish to cast votes across multiple proposals.
  • Integrating DAO voting into an autonomous agent workflow that reacts to proposal content.
  • Maintaining active DAO participation without manually navigating the Snapshot web interface.
  • Performing dry-run simulations of voting outcomes before committing to a final signature.

Example Prompts

  1. "OpenClaw, list all currently active Aavegotchi DAO proposals and tell me how much VP I have for each."
  2. "Vote on proposal QmExample123 with option 1 for me."
  3. "Cast a weighted vote for proposal QmExample456, allocating 50% to option 2 and 50% to option 3 using the weighted format."

Tips & Limitations

  • Safety First: Always use the --dry-run flag when testing new vote inputs to ensure the typed data structure matches your expectations before submission.
  • Weighted Votes: While the script supports automatic conversion for simple weighted votes, providing a raw JSON string for complex allocations is recommended for precision.
  • Security: This skill relies on the Bankr signing API; ensure that your environment variables and config files are protected, as they authorize the agent to act on your behalf regarding your DAO governance weight.
  • Snapshot Constraints: Note that this tool is strictly for off-chain voting via Snapshot and cannot be used for on-chain contract interactions that require gas fees.

Metadata

Author@aaigotchi
Stars4473
Views0
Updated2026-05-01
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-aaigotchi-gotchi-dao-voting": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#dao#governance#aavegotchi#web3#voting
Safety Score: 5/5

Flags: external-api