XPR Network Governance for Openclaw

A specialized skill for managing on-chain governance, proposals, and voting strategies on the XPR Network.

paulgnz
v0.2.11
Feb 14, 2026
0
794
1

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install governance

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install governance using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is XPR Network Governance?

The XPR Network Governance skill provides a robust interface for interacting with decentralized governance systems. It allows AI agents to interface with the gov contract to facilitate community-driven decision-making. By using Openclaw Skills, users can navigate the complexities of voting strategies, such as XPR staked balances or KYC verification, across various communities including Metal DAO and XPR Grants.

This skill bridges the gap between on-chain actions and off-chain proposal content, making governance participation seamless and automated for developers and token holders alike. It ensures that interacting with the XPR Network's governance ecosystem is technical, efficient, and highly accessible through a standardized set of tools.

XPR Network Governance Use Cases

  • Tracking the progress of active proposals and quorum thresholds in real-time.
  • Automating the voting process for token holders across multiple governance groups.
  • Streamlining the submission of new proposals by handling token fees and contract actions.
  • Analyzing historical voting data and participant weights for audit purposes.

How XPR Network Governance Works

  1. Use gov_list_communities to identify active governance groups and their specific requirements like fees and strategies.
  2. Fetch proposal details using gov_get_proposal to retrieve content from the Gov API combined with on-chain data.
  3. Cast votes through gov_vote by specifying candidate IDs and weights based on the community's specific strategy.
  4. Create new proposals using gov_post_proposal, which automates the fee transfer and registration in a single transaction.
  5. Monitor global configuration and system status using gov_get_config to ensure the governance contract is active.

XPR Network Governance Setup

To utilize this skill, ensure your environment is configured for the XPR Network. You can integrate it into your agent workflow by referencing the governance module.

# Example integration within an Openclaw Skills environment
# Ensure your wallet is configured for confirmed transactions
# No additional CLI installation is required if the XPR suite is active

Note: Write operations like voting or posting proposals require a wallet with signing capabilities and confirmed: true status.

XPR Network Governance Data Schema & Taxonomy

Entity Attributes
Community ID, Name, Strategy (XPR/XMT/LOAN/KYC), Proposal Fee, Quorum
Proposal ID, Title, Description, Start/End Times, Approval Status
Voting Strategy weight calculation method (e.g., xpr-unstaked-and-staked-balances)
Voting System Choice type: 0 (Single), 1 (Multiple), 2 (Ranked), 5 (Approval)

XPR Network Governance Advanced Features

  • Support for diverse weighting mechanisms including staked balances and KYC-verified accounts.
  • Automated handling of complex proposal fees across different native tokens like XPR, XMT, and LOAN.
  • Real-time scanning of individual votes and candidate totals for deep transparency.
  • Full integration with the XPR Network Gov API for rich, off-chain proposal metadata retrieval.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*