← 返回 Skills 市场
83
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install solscan-market-by-solscan
功能描述
Use this skill to query Solana blockchain data via the Solscan Pro API. Triggers: look up wallet address, check token price, analyze NFT collection, inspect...
安全使用建议
This skill appears to implement the Solscan Pro API correctly, but its published metadata omits required runtime information. Before installing or providing secrets: (1) ask the publisher to update the registry to list SOLSCAN_API_KEY as a required environment variable (and declare it as the primary credential), and to list required binaries/dependencies (python3 and the 'requests' package); (2) only provide an API key with minimal required scope, rotate the key later, and monitor API usage/quotas; (3) run the skill in an isolated environment or sandbox if possible; (4) inspect the included script yourself — it appears to only contact pro-api.solscan.io, but you should verify there are no hidden endpoints or obfuscated code; (5) if the publisher cannot or will not correct the metadata, treat the package as untrusted and avoid supplying secrets to it.
功能分析
Type: OpenClaw Skill
Name: solscan-market-by-solscan
Version: 1.0.0
The skill bundle is a legitimate tool designed to query Solana blockchain data via the Solscan Pro API. The Python script `scripts/solscan.py` serves as a standard CLI wrapper that uses the `requests` library to interact with the official Solscan endpoint (pro-api.solscan.io), and the `SKILL.md` file provides appropriate instructions for an AI agent without any evidence of prompt injection, data exfiltration, or unauthorized execution.
能力标签
能力评估
Purpose & Capability
Skill name/description match the included implementation: the Python script and SKILL.md call the Solscan Pro API. However, the published registry metadata declares no required environment variables or binaries, while the script requires an API key (SOLSCAN_API_KEY) and is invoked with python3. The missing declarations are disproportionate to the stated purpose and reduce transparency.
Instruction Scope
SKILL.md instructs callers to run `python3 scripts/solscan.py` and to provide an API token; the script reads SOLSCAN_API_KEY from the environment and only makes HTTPS requests to https://pro-api.solscan.io/v2.0. While the runtime actions are consistent with the described purpose, the instructions access an environment secret that is not listed in the registry metadata — a scope mismatch that should be corrected.
Install Mechanism
There is no install spec (low-risk) and the package includes the Python script directly. That is reasonable, but the package does not declare runtime dependencies (python3 or the 'requests' package). This will cause runtime failures unless the environment already satisfies those dependencies.
Credentials
The code requires a single credential (SOLSCAN_API_KEY) to operate. Requiring one API key is proportional to the task, but the registry declares no required env vars or primary credential. The undeclared use of an environment secret is a transparency and safety concern (users won't know what secret they're expected to provide).
Persistence & Privilege
The skill is not marked 'always:true' and uses the platform default for invocation. It does not request persistent system-wide privileges or modify other skills. Autonomous invocation is enabled by default (expected) but not combined with other high-risk flags.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install solscan-market-by-solscan - 安装完成后,直接呼叫该 Skill 的名称或使用
/solscan-market-by-solscan触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Major upgrade: Expanded from Solscan NFT/market focus to full Solana blockchain data coverage via Solscan Pro API.
- Now supports querying accounts, tokens, NFTs, transactions, blocks, DeFi, and programs.
- Introduces direct API CLI for structured queries and MCP natural language tools for exploration.
- Adds detailed API endpoint documentation with example workflows and error handling.
- Requires an API key for all requests; clear authentication instructions provided.
- Includes expanded use cases and guidance on when to use each tool.
元数据
常见问题
solscan-market-by-solscan 是什么?
Use this skill to query Solana blockchain data via the Solscan Pro API. Triggers: look up wallet address, check token price, analyze NFT collection, inspect... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 83 次。
如何安装 solscan-market-by-solscan?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install solscan-market-by-solscan」即可一键安装,无需额外配置。
solscan-market-by-solscan 是免费的吗?
是的,solscan-market-by-solscan 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
solscan-market-by-solscan 支持哪些平台?
solscan-market-by-solscan 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 solscan-market-by-solscan?
由 Solscan(@tiennv3)开发并维护,当前版本 v1.0.0。
推荐 Skills