技能详情(站内镜像,无评论)
作者:Angelos Kappos @adacapo21
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 117 · 0 current installs · 0 all-time installs
⭐ 0
安装量(当前) 0
🛡 VirusTotal :良性 · OpenClaw :可疑
Package:adacapo21/indigo-governance
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :可疑
OpenClaw 评估
The skill's stated purpose (query governance parameters and polls) matches its instructions, but it omits how on-chain data is retrieved and grants file-read tools — both are gaps that deserve caution before installing.
目的
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 inconsis…
说明范围
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.
安装机制
This is instruction-only with no install spec and no code files to execute. That minimizes disk persistence and supply-chain risk.
证书
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).
持久
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.
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Indigo Governance」。简介:Query Indigo Protocol governance data including protocol parameters, polls, .。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/adacapo21/indigo-governance/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: indigo-governance
description: "Query Indigo Protocol governance data including protocol parameters, polls, ."
allowed-tools: Read, Glob, Grep
license: MIT
metadata:
author: indigoprotocol
version: '0.1.0'
---
# 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](sub-skills/protocol-params.md) — Query protocol parameters
- [Polls](sub-skills/polls.md) — Temperature checks and governance polls
## References
- [MCP Tools Reference](references/mcp-tools.md) — Detailed tool parameters and return types
- [Governance Concepts](references/concepts.md) — Voting process, protocol parameters,