← Back to Skills Marketplace
adacapo21

Indigo Governance

by Angelos Kappos · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
278
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install indigo-governance
Description
Query Indigo Protocol governance data including protocol parameters, polls, .
README (SKILL.md)

Governance & Params

Query Indigo Protocol governance data including protocol parameters, temperature checks, polls.

MCP Tools

Tool Description
get_protocol_params Get current Indigo Protocol parameters
get_temperature_checks Get active governance temperature checks
get_polls Get governance polls and voting data

Sub-Skills

References

Usage Guidance
Before installing: 1) Ask where the get_protocol_params / get_temperature_checks / get_polls tools obtain their data — do they use a platform indexer, a public subgraph, or require an RPC endpoint/API key? If the latter, confirm what environment variables you must supply and whether those secrets will be used only for this skill. 2) Confirm the platform's implementation of the MCP tools (they may carry network access and credentials) — request documentation or source. 3) Consider removing or restricting the allowed-tools (Read/Glob/Grep) if your environment disallows skill file reads; these tools permit file access beyond the skill's stated needs. 4) Note provenance gaps: source and homepage are missing and manifest version differs from SKILL.md metadata — prefer skills with a public repository or clear maintainer info. If you cannot verify how on-chain data is accessed, treat the skill as untrusted and avoid exposing private RPC keys or system files to it.
Capability Analysis
Type: OpenClaw Skill Name: indigo-governance Version: 1.0.0 The indigo-governance skill bundle is a documentation-only package providing instructions and tool definitions for querying public governance data from the Indigo Protocol. It includes descriptions for tools like get_protocol_params and get_polls, along with usage examples in SKILL.md and sub-skills/polls.md, all of which are consistent with its stated purpose and show no signs of malicious intent or risky behavior.
Capability Assessment
Purpose & Capability
The name/description and the SKILL.md workflows align: the skill only describes calling get_protocol_params, get_temperature_checks, and get_polls to present governance data. However, the skill declares no environment variables or endpoints for accessing on-chain data (RPC node, indexer, subgraph, or API key). Querying chain state typically requires an RPC or indexer access; the absence of declared credentials/endpoints is a potential inconsistency unless these MCP tools are provided by the platform with built-in access.
Instruction Scope
The runtime instructions are narrowly scoped: call the listed MCP tools and format results. They do not instruct reading user files or environment variables. However, SKILL.md lists allowed-tools: Read, Glob, Grep — which allow file reads on the host. That capability is not needed for the described workflows beyond reading the included reference files, so it expands the skill's ability unnecessarily and should be reviewed/limited.
Install Mechanism
This is instruction-only with no install spec and no code files to execute. That minimizes disk persistence and supply-chain risk.
Credentials
The skill requires no environment variables or credentials. That could be fine if the platform supplies the MCP tools with necessary node/indexer access, but it is unusual for a governance-querying capability to require no data-source configuration. Verify whether the get_* MCP tools rely on platform-level RPC keys or expect the agent to have access to credentials (which are not declared here).
Persistence & Privilege
always is false and there is no install step that writes or modifies persistent agent/system configs. The skill does not request elevated or persistent privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install indigo-governance
  3. After installation, invoke the skill by name or use /indigo-governance
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug indigo-governance
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Indigo Governance?

Query Indigo Protocol governance data including protocol parameters, polls, . It is an AI Agent Skill for Claude Code / OpenClaw, with 278 downloads so far.

How do I install Indigo Governance?

Run "/install indigo-governance" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Indigo Governance free?

Yes, Indigo Governance is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Indigo Governance support?

Indigo Governance is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Indigo Governance?

It is built and maintained by Angelos Kappos (@adacapo21); the current version is v1.0.0.

💬 Comments