governance

Manage XPR Network governance communities, proposals, and votes via EOS RPC and Gov API.

3|3|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/XPRNetwork/xpr-agents --skill governance-xprnetwork
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: governance
Source: https://github.com/XPRNetwork/xpr-agents/tree/main/openclaw/starter/agent/skills/governance
Command: npx skills add https://github.com/XPRNetwork/xpr-agents --skill governance-xprnetwork

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Governance teams and developers need a unified interface to explore, vote on, and publish on-chain governance.

Core Features & Use Cases

  • List and filter governance communities, proposals, and voting configurations across the gov contract.
  • Retrieve proposal details and on-chain metadata, plus fetch related data from the Gov API for titles, descriptions, and candidates.
  • Perform read and write operations: read tools for inspection; write tools to cast votes or post proposals (requires secure signing).

Quick Start

Ask me to fetch the latest governance proposals for XPR Network.

Frequently Asked Questions about governance

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I view on-chain governance proposals and votes for XPR Network?

You can view on-chain governance proposals and votes by using read-only tools to list communities, retrieve proposal details, and fetch metadata via the EOS RPC and Gov API.

What is on-chain DAO governance and how does voting work?

On-chain DAO governance involves smart contracts where users cast votes on proposals. This Skill retrieves voting configurations and proposal details directly from the blockchain.

Can I post new proposals and cast votes directly on the blockchain?

Yes, you can post new proposals and cast votes on the blockchain using write tools that handle permissions and secure signing for your transactions.

How do I list and filter governance communities and voting configurations?

You can list and filter governance communities and voting configurations across the gov contract using the Skill's read tools to explore available on-chain data.

Do I need secure signing to perform read operations on governance proposals?

No, you do not need secure signing for read operations. Secure signing is only required when executing write operations such as casting votes or posting new proposals.

Can I fetch proposal titles and descriptions from the Gov API?

Yes, you can fetch proposal titles, descriptions, and candidate data from the Gov API, while also retrieving on-chain metadata for comprehensive proposal details.