← 返回 Skills 市场
625
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install ordiscan
功能描述
Inscribe content on Bitcoin via the Ordiscan API. Pays per-request with USDC on Base using the x402 protocol.
安全使用建议
This skill legitimately needs a private key so it can sign x402 USDC payment authorizations — that is sensitive: only install/use it if you trust the skill source. Before using: (1) prefer an ephemeral or low-value wallet/key (do not reuse a high-value private key); (2) verify the recipient/payTo address printed by the signer before approving (the script logs the 'To' address and amount to stderr); (3) be aware that signing an ERC-3009 TransferWithAuthorization authorizes the payee to claim the stated USDC amount, so double-check the Payment-Required header content; (4) note the script will contact a Base RPC (BASE_RPC_URL defaults to https://mainnet.base.org) — if you want to control RPC trust, set BASE_RPC_URL to an RPC you trust; (5) confirm ~/.evm-wallet.json (if used) comes from a trusted wallet skill. If any of these are unacceptable, do not provide a private key to this skill.
功能分析
Type: OpenClaw Skill
Name: ordiscan
Version: 0.0.2
The skill is classified as suspicious due to its handling of sensitive data and user-provided file paths, despite the stated purpose appearing benign. It instructs the agent to read an Ethereum private key from `~/.evm-wallet.json` (if not already set as an environment variable) for signing x402 payments via `scripts/x402-sign.mjs`. Additionally, the skill directs the agent to read arbitrary user-provided file paths (`base64 -w0 path/to/file`) for content inscription. While these actions are declared as requirements and are necessary for the skill's functionality, they represent high-risk capabilities that, if mishandled or combined with agent vulnerabilities, could lead to unauthorized access to sensitive data or local file inclusion/reading.
能力评估
Purpose & Capability
The skill's name/description (Ordiscan x402 payments) matches what it requires: a signer (X402_PRIVATE_KEY or wallet file) and node or an alternative wallet tool (awal). The included signing script implements EIP-3009-style TransferWithAuthorization for USDC on Base, which is necessary to produce the Payment-Signature header described in SKILL.md.
Instruction Scope
SKILL.md instructs the agent to read the user's X402_PRIVATE_KEY or, if unset, to extract a private key from ~/.evm-wallet.json (explicitly declared). Those actions are sensitive but directly related to signing payments. The instructions also run npm install to pull 'viem' and optionally call 'awal' if present; they do not reference unrelated system files or external endpoints beyond the Ordiscan API and an RPC URL.
Install Mechanism
This is instruction-only with a small included script and a package.json depending on 'viem'. There is no arbitrary URL download or extract step; installing dependencies is via npm (expected for a node-based signer).
Credentials
The skill requires a single sensitive secret (X402_PRIVATE_KEY) and optionally reads ~/.evm-wallet.json — both are proportional to the described signing purpose. One minor mismatch: the script also honors BASE_RPC_URL (optional) but SKILL.md/metadata do not list it as a declared env var; this is low-risk but should be documented. No unrelated credentials are requested.
Persistence & Privilege
The skill does not request persistent/always-on inclusion and does not attempt to modify other skills or system-wide configuration. It simply provides a signing helper that runs on demand.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ordiscan - 安装完成后,直接呼叫该 Skill 的名称或使用
/ordiscan触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.0.2
- Added environment and config hints to the metadata (now lists required env vars and config files).
- Updated wallet setup instructions: now checks for X402_PRIVATE_KEY and ~/.evm-wallet.json before suggesting awal.
- No changes to core skill functionality.
- README.md file was removed.
v0.0.1
Initial release of ordiscan skill.
- Enables inscribing content (text, images, files) on Bitcoin via the Ordiscan API.
- Supports dynamic, per-request payments using USDC on Base with the x402 protocol — no API key required.
- Lets users query Bitcoin Ordinals data including inscriptions, addresses, runes, BRC-20 tokens, and rare sats.
- Provides integration options for both a Node-based signing script and Coinbase’s Agentic Wallet (`awal`).
- Detailed setup and usage instructions included for both inscription and querying workflows.
元数据
常见问题
Ordiscan 是什么?
Inscribe content on Bitcoin via the Ordiscan API. Pays per-request with USDC on Base using the x402 protocol. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 625 次。
如何安装 Ordiscan?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ordiscan」即可一键安装,无需额外配置。
Ordiscan 是免费的吗?
是的,Ordiscan 完全免费(开源免费),可自由下载、安装和使用。
Ordiscan 支持哪些平台?
Ordiscan 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Ordiscan?
由 T4T5(@t4t5)开发并维护,当前版本 v0.0.2。
推荐 Skills