indigo-governance
Query Indigo Protocol governance data including protocol parameters, polls, .
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/adacapo21/indigo-governanceWhat This Skill Does
The indigo-governance skill provides OpenClaw users with direct, real-time access to the Indigo Protocol's decentralized governance ecosystem. Acting as a bridge between the user and the protocol's on-chain data, this skill allows for seamless monitoring of protocol health and decision-making processes. Users can retrieve complex governance data without needing to navigate manual block explorers or decentralized voting platforms. By abstracting the technical layer of smart contract queries, the skill provides clean, actionable intelligence on protocol parameters, active temperature checks, and ongoing voting polls.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/adacapo21/indigo-governance
Ensure your OpenClaw configuration has the necessary network permissions enabled to communicate with the required RPC endpoints for the Indigo Protocol.
Use Cases
This skill is highly valuable for DeFi participants, liquidity providers, and governance enthusiasts. Common use cases include:
- Monitoring Protocol Health: Regularly checking protocol parameters like collateral ratios or minting fees to assess system stability.
- Governance Participation: Tracking temperature checks to understand community sentiment on new proposals before they reach the official polling stage.
- Voting Analytics: Analyzing active poll results to understand the community trajectory on critical updates or collateral additions.
- Automated Alerts: Building custom agents that periodically query
get_pollsto alert the user when a high-stakes vote is nearing its conclusion.
Example Prompts
- "Check the current protocol parameters for Indigo and summarize any recent changes to the collateral requirements."
- "List all active temperature checks in the Indigo Protocol and tell me which ones are trending towards approval."
- "Summarize the current voting status for the latest governance poll regarding synthetic asset updates."
Tips & Limitations
- Real-time Nature: Governance data can change rapidly. Always cross-reference high-stakes decisions with the official Indigo governance portal if you are planning to execute a significant transaction.
- Read-Only: This skill is designed for data retrieval and does not currently support submitting votes or executing administrative actions on-chain.
- Context Awareness: When asking about polls, provide as much specific context as possible to ensure the skill retrieves the most relevant data set from the chain.
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-adacapo21-indigo-governance": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api
Related Skills
indigo-redemption
Manage redemptions and Redemption Order Book (ROB) positions on Indigo Protocol.
cardano-transactions
Sign and submit Cardano transactions with explicit user confirmation.
cardano-balances
Query wallet balances, addresses, and UTxOs on the Cardano blockchain.
indigo-dex
Interact with decentralized exchanges on Cardano through the Indigo Protocol ecosystem.
indigo-ipfs
Store and retrieve data on IPFS and query collector UTXOs for the Indigo Protocol.