← 返回 Skills 市场
92
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install subscan-api
功能描述
Subscan API query assistant. Trigger immediately when the user needs to query blockchain data (blocks, accounts, transactions, staking, governance, assets, e...
安全使用建议
This skill appears to do what it claims: it helps pick endpoints and call the Subscan API. Before installing, be aware it will ask you to paste your Subscan API key and can save it to ~/.config/subscan-api-skill/key in plaintext so future calls can use --key-file; if you are uncomfortable storing the key, provide it per-call instead. Only use a key you trust with this agent and remove or rotate the key if you later uninstall the skill or lose trust. If you want extra assurance, inspect scripts/subscan_api.py yourself (it is included) to confirm there are no additional network endpoints or unexpected behavior.
功能分析
Type: OpenClaw Skill
Name: subscan-api
Version: 1.0.0
The subscan-api skill bundle is a well-structured tool for querying blockchain data via the Subscan API. It manages API keys by storing them locally in the user's home directory (~/.config/subscan-api-skill/key) and includes logic in subscan_api.py to ensure keys are not fully exposed in logs or conversation. The execution flow in SKILL.md is aligned with the stated purpose, and the network requests are directed to legitimate subscan.io endpoints. No indicators of malicious intent, data exfiltration, or unauthorized execution were found.
能力标签
能力评估
Purpose & Capability
Name/description match the included files: swagger docs, routing, endpoint details, and a CLI helper script. The files and commands are what you'd expect for an API query helper and there are no unrelated credentials or binaries requested.
Instruction Scope
SKILL.md instructs the agent to run the included Python helper (check-key, save-key, list-endpoints, call). The script reads local swagger/routing files and performs network calls to Subscan endpoints. It also asks the user to provide a Subscan API key which the script can save. These behaviors are within the declared purpose, but note the skill will store and read a plaintext API key file in the user's home directory (~/.config/subscan-api-skill/key) and will transmit that key to Subscan endpoints as required for authentication.
Install Mechanism
No install spec or remote downloads are present; the skill is instruction-plus-local-code only. It relies on a Python runtime and optionally requests/urllib and PyYAML if parsing YAML. No external archives or unusual installers are used.
Credentials
The skill requests no environment variables or unrelated credentials. It does require the user's Subscan API key (provided interactively and saved to ~/.config/subscan-api-skill/key). Storing the key in plaintext on disk is proportional to the task but has the usual local-risk tradeoffs (other local processes or users on the same machine could read it).
Persistence & Privilege
always is false and the skill only writes/reads its own config file under the user's home directory. It does not modify other skills or system-wide settings. Autonomous invocation is allowed (platform default) but not combined with elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install subscan-api - 安装完成后,直接呼叫该 Skill 的名称或使用
/subscan-api触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Subscan API query skill initial release.
- Enables querying on-chain data via the Subscan API, including blocks, accounts, transactions, and more.
- Automatically interprets user intent, selects the correct API route, and formats the response.
- Guides users through API key setup if none is present.
- Handles API errors gracefully with helpful next-step suggestions or retry logic.
- Formats output for readability, avoiding raw JSON unless explicitly requested.
元数据
常见问题
Subscan API Skill 是什么?
Subscan API query assistant. Trigger immediately when the user needs to query blockchain data (blocks, accounts, transactions, staking, governance, assets, e... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 92 次。
如何安装 Subscan API Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install subscan-api」即可一键安装,无需额外配置。
Subscan API Skill 是免费的吗?
是的,Subscan API Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Subscan API Skill 支持哪些平台?
Subscan API Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Subscan API Skill?
由 carlhong(@carlhong)开发并维护,当前版本 v1.0.0。
推荐 Skills