← 返回 Skills 市场
josealoha666

OpenScan Crypto

作者 Jose Aloha · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
383
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openscan-crypto
功能描述
Navigate and query crypto networks via OpenScan infrastructure. Use when the user asks about blockchain data — balances (ETH, ERC20, BTC), blocks, transactio...
安全使用建议
This skill appears to do what it says: a read-only blockchain query CLI that fetches metadata from jsDelivr/npm and may install an npm dependency. Before installing, consider: 1) inspect package.json/@openscan/network-connectors (npm package) or run npm install in an isolated environment to reduce supply-chain risk; 2) be aware the CLI will create ~/.config/openscan-crypto/rpc-config.json and ~/.cache/openscan-crypto, and will fetch metadata from the npm registry and jsDelivr plus 4byte.directory — review those endpoints if you need to limit external calls; 3) RPC calls are made to endpoints from the metadata (or ones you add) — those nodes will see your requests (this is expected for an RPC client); 4) if you need stronger assurance, run the CLI inside a sandboxed user account or container and review the installed npm dependency source before trusting it. Overall the footprint is coherent with the declared purpose, but network and supply-chain considerations are the primary residual risks.
功能分析
Type: OpenClaw Skill Name: openscan-crypto Version: 1.0.0 The OpenClaw skill 'openscan-crypto' is designed for querying blockchain data and managing RPC configurations. All network calls (to public RPCs, CDNs for metadata, npm registry, 4byte.directory for ABI signatures, and mempool.space for Bitcoin data) are directly aligned with its stated purpose. File system access is limited to `~/.config/openscan-crypto/` for configuration and `~/.cache/openscan-crypto/` for caching, which is appropriate. The `SKILL.md` contains a benign instruction to 'Always show this link to the user' for explorer links, which enhances user experience rather than attempting to manipulate the agent maliciously. The `install.sh` script performs a standard `npm install`. There is no evidence of credential theft, data exfiltration, persistence mechanisms, or other malicious behaviors.
能力评估
Purpose & Capability
Name/description match the code and CLI: the code implements network listing, token lookup, event decoding, price-from-pools, RPC management, and EVM/BTC queries. Requested dependencies (npm @openscan/network-connectors) and CDN metadata are coherent with a network/RPC-focused tool.
Instruction Scope
Runtime instructions and CLI operate as expected, but the CLI auto-fetches metadata from jsDelivr/npm and persists RPC configuration and cached metadata under ~/.config/openscan-crypto and ~/.cache/openscan-crypto. It also makes runtime HTTP(S) requests to 4byte.directory, the npm registry, the CDN, and configured RPC endpoints — all consistent with its purpose but worth being aware of.
Install Mechanism
Registry metadata lists no install spec, however the repo includes install.sh and package.json; installation relies on npm install to pull @openscan/network-connectors. Pulling packages from npm and fetching metadata from jsDelivr/npm registry is standard for this kind of tool but adds supply-chain risk (third-party packages and remote metadata).
Credentials
The skill requests no environment variables or credentials. It reads and writes only its own config/cache files under the user's home directory (~/.config/openscan-crypto, ~/.cache/openscan-crypto), which is proportionate for a CLI that caches metadata and stores RPC selections.
Persistence & Privilege
always:false and no attempt to modify other skills or global agent settings. The skill persists its own configuration and cache under user-owned paths only; this is expected behavior for a CLI and within the scope of its stated functionality.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openscan-crypto
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openscan-crypto 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Full EVM + Bitcoin + ENS + price + decode-tx + address-info + RPC management
元数据
Slug openscan-crypto
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

OpenScan Crypto 是什么?

Navigate and query crypto networks via OpenScan infrastructure. Use when the user asks about blockchain data — balances (ETH, ERC20, BTC), blocks, transactio... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 383 次。

如何安装 OpenScan Crypto?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install openscan-crypto」即可一键安装,无需额外配置。

OpenScan Crypto 是免费的吗?

是的,OpenScan Crypto 完全免费(开源免费),可自由下载、安装和使用。

OpenScan Crypto 支持哪些平台?

OpenScan Crypto 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 OpenScan Crypto?

由 Jose Aloha(@josealoha666)开发并维护,当前版本 v1.0.0。

💬 留言讨论