openclaw 网盘下载
OpenClaw

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

首页 > 技能库 > Indigo Assets

Query real-time prices and data for Indigo Protocol iAssets, ADA, and INDY tokens.

开发与 DevOps

作者:Angelos Kappos @adacapo21

许可证:MIT-0

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

版本:v1.0.0

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

0

安装量(当前) 0

🛡 VirusTotal :良性 · OpenClaw :可疑

Package:adacapo21/indigo-assets

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :可疑

OpenClaw 评估

The skill's description and declared tooling mostly line up with querying Indigo prices, but some metadata (file-read tools allowed, unknown source/no homepage) is disproportionate or unexplained and deserves caution.

目的

Name/description match the declared MCP tools (get_assets, get_asset, get_asset_price, get_ada_price, get_indy_price). No unexpected binaries, env vars, or config paths are requested — the capability and declared requirements are consistent.

说明范围

SKILL.md instructs the agent to use platform MCP tools to fetch prices and includes helpful references/sub-skills. It does not instruct reading user files or accessing unrelated system state. However, the skill metadata lists allowed-tools: Read, Glob, Grep (file read capabilities) which are not necessary for fetching price data and could be used to read local files if the agent is permitted — this is unexplained and worth caution.

安装机制

No install spec and no code files — the skill is instruction-only, so nothing is downloaded or written to disk. This is the lowest install risk.

证书

No environment variables, credentials, or config paths are required. The skill does not request secrets or unrelated credentials.

持久

always is false and the skill does not request persistent system-wide modifications or elevated privileges. Autonomous invocation (disable-model-invocation: false) is normal for skills and not by itself a red flag here.

安装(复制给龙虾 AI)

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

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Indigo Assets」。简介:Query real-time prices and data for Indigo Protocol iAssets, ADA, and INDY toke…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/adacapo21/indigo-assets/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: indigo-assets
description: "Query real-time prices and data for Indigo Protocol iAssets, ADA, and INDY tokens."
allowed-tools: Read, Glob, Grep
license: MIT
metadata:
  author: indigoprotocol
  version: '0.1.0'
---

# iAsset Prices & Data

Query real-time prices and data for Indigo Protocol iAssets (iUSD, iBTC, iETH, iSOL), ADA, and INDY tokens.

## MCP Tools

| Tool | Description |
|------|-------------|
| `get_assets` | Get all Indigo iAssets with prices and interest data |
| `get_asset` | Get details for a specific iAsset (iUSD, iBTC, iETH, iSOL) |
| `get_asset_price` | Get the current price for a specific iAsset |
| `get_ada_price` | Get the current ADA price in USD |
| `get_indy_price` | Get the current INDY token price in ADA and USD |

## Sub-Skills

- [Asset Prices](sub-skills/asset-prices.md) — Query iAsset prices and details
- [Token Prices](sub-skills/token-prices.md) — Query ADA and INDY token prices

## References

- [MCP Tools Reference](references/mcp-tools.md) — Detailed tool parameters and return types
- [Asset Concepts](references/concepts.md) — iAssets, oracles, INDY token, and interest rates