openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > Indigo Analytics

Query TVL, protocol statistics, APR rewards, and DEX yield data for the Indigo Protocol.

数据与表格

作者:Angelos Kappos @adacapo21

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.0

统计:⭐ 0 · 109 · 0 current installs · 0 all-time installs

0

安装量(当前) 0

🛡 VirusTotal :良性 · OpenClaw :良性

Package:adacapo21/indigo-analytics

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :良性

OpenClaw 评估

The skill's documentation and runtime instructions are internally consistent with an analytics-only purpose and it requests no credentials or installs, but it comes from an unknown source so standard caution applies.

目的

Name and description match the declared MCP tools and the sub-skill workflows (TVL, protocol stats, APR, DEX yields). There are no unrelated environment variables, binaries, or install steps requested that would be inconsistent with an analytics skill.

说明范围

SKILL.md and sub-skills only instruct the agent to call MCP tools (get_tvl, get_apr_rewards, get_dex_yields, etc.) and to present/compare results. The skill package includes only documentation; it does not include implementations for the MCP tools, so it implicitly relies on the platform to provide those tool endpoints. The declared allowed-tools (Read, Glob, Grep) could permit filesystem reads at runtime, but the instructions in the skill do …

安装机制

Instruction-only skill with no install spec and no downloaded code. Nothing will be written or executed on disk by the skill package itself.

证书

The skill requests no environment variables, credentials, or config paths. The analytics tasks it describes (DefiLlama, Indigo indexer, DEX APIs) typically require no private credentials for read-only queries, so the absence of secrets is proportionate.

持久

always is false and model invocation is permitted (platform default). The skill does not request persistent system-level privileges or attempt to modify other skills or global config.

综合结论

This skill appears coherent for read-only analytics: it defines MCP tools and example workflows without requesting credentials or installing code. However, the package is documentation-only and the actual data access will depend on platform-provided MCP tool implementations and network calls at runtime. Before installing, verify you trust the skill owner (no homepage provided), confirm how the platform implements get_tvl/get_apr/get_dex_yields…

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Indigo Analytics」。简介:Query TVL, protocol statistics, APR rewards, and DEX yield data for the Indigo …。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/adacapo21/indigo-analytics/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: indigo-analytics
description: "Query TVL, protocol statistics, APR rewards, and DEX yield data for the Indigo Protocol."
allowed-tools: Read, Glob, Grep
license: MIT
metadata:
  author: indigoprotocol
  version: '0.1.0'
---

# Protocol Analytics

Query TVL, protocol statistics, APR rewards, and DEX yield data for the Indigo Protocol on Cardano.

## MCP Tools

| Tool | Description |
|------|-------------|
| `get_tvl` | Get the total value locked in Indigo Protocol |
| `get_protocol_stats` | Get protocol-wide statistics and metrics |
| `get_apr_rewards` | Get APR reward rates across Indigo pools |
| `get_apr_by_key` | Get APR reward rate for a specific pool key |
| `get_dex_yields` | Get current DEX yield data for Indigo iAsset pairs |

## Sub-Skills

- [TVL & Stats](sub-skills/tvl-stats.md) — Total value locked and protocol statistics
- [APR Rewards](sub-skills/apr-rewards.md) — APR reward rates for pools
- [DEX Yields](sub-skills/dex-yields.md) — DEX yield data for iAsset pairs

## References

- [MCP Tools Reference](references/mcp-tools.md) — Detailed tool parameters and return types
- [Analytics Concepts](references/concepts.md) — TVL, APR/APY, pool types, and data sources