← 返回 Skills 市场
Indigo Governance
作者
Angelos Kappos
· GitHub ↗
· v1.0.0
· MIT-0
278
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install indigo-governance
功能描述
Query Indigo Protocol governance data including protocol parameters, polls, .
使用说明 (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
- Protocol Params — Query protocol parameters
- Polls — Temperature checks and governance polls
References
- MCP Tools Reference — Detailed tool parameters and return types
- Governance Concepts — Voting process, protocol parameters,
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install indigo-governance - 安装完成后,直接呼叫该 Skill 的名称或使用
/indigo-governance触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Indigo Governance 是什么?
Query Indigo Protocol governance data including protocol parameters, polls, . 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 278 次。
如何安装 Indigo Governance?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install indigo-governance」即可一键安装,无需额外配置。
Indigo Governance 是免费的吗?
是的,Indigo Governance 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Indigo Governance 支持哪些平台?
Indigo Governance 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Indigo Governance?
由 Angelos Kappos(@adacapo21)开发并维护,当前版本 v1.0.0。
推荐 Skills