Skills indigo-governance

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

install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/adacapo21/indigo-governance" ~/.claude/skills/openclaw-skills-indigo-governance && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/adacapo21/indigo-governance" ~/.openclaw/skills/openclaw-skills-indigo-governance && rm -rf "$T"
manifest: skills/adacapo21/indigo-governance/SKILL.md
source content

Governance & Params

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

MCP Tools

ToolDescription
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