← 返回 Skills 市场
kodos-vibe

x402 Private Web Tools

作者 kodos-vibe · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
710
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install x402-private-web-tools
功能描述
Private web tools for AI agents — search, scrape, and screenshot the web with x402 micropayments (USDC on Base). Zero logging, no API keys, no accounts. Pay...
安全使用建议
This appears to be an instruction-only client that installs npm packages and requires you to supply an EVM private key to pay per request. Before installing: (1) verify the npm packages (@x402/* and viem) and the GitHub repo referenced for the MCP server are legitimate and reviewed; (2) prefer saving the private key to a file with restrictive permissions (600) rather than exporting it into your shell long-term; (3) use an ephemeral wallet funded with minimal USDC/ETH (so a compromised key has limited impact); (4) note the wallet-gen script mentions Base Sepolia (testnet) while the README says Base mainnet — confirm which network is intended before sending funds; (5) be aware npm install will pull code from the registry into your home dir (supply-chain risk). If you are uncomfortable with those risks or cannot verify the package sources, do not install or fund a real mainnet wallet.
功能分析
Type: OpenClaw Skill Name: x402-private-web-tools Version: 1.0.0 The skill is classified as suspicious due to the powerful capabilities of the `scripts/x402-fetch.mjs` script, which allows making arbitrary HTTP requests to user-provided URLs and saving the response body to arbitrary file paths via the `--save` option. While these features are necessary for the skill's stated purpose (web scraping, screenshots), they represent a significant attack surface for prompt injection against the AI agent. A malicious prompt could instruct the agent to fetch content from an attacker-controlled server and save it to a sensitive system file, potentially leading to arbitrary file write vulnerabilities or data exfiltration if combined with other techniques. There is no clear evidence of intentional malicious behavior (e.g., hardcoded exfiltration, backdoors), but the broad capabilities pose a high risk of misuse.
能力评估
Purpose & Capability
Name/description, scripts, and CLI all align: the tool pays for web search/scrape/screenshot via an x402 payment SDK using an EVM wallet. However wallet-gen.mjs prints and documents Base Sepolia (testnet) while SKILL.md repeatedly instructs funding on Base mainnet — this mismatch is confusing and could cause users to fund the wrong chain.
Instruction Scope
Runtime instructions are narrowly scoped to installing the client, generating a wallet, and making paid requests to the declared gateway (https://search.reversesandbox.com). The scripts only read the wallet key (env var or key file) and perform network requests to the gateway; they do not access unrelated system paths or secrets.
Install Mechanism
setup.sh runs npm install in the user's ~/.x402-client directory and writes package.json, pulling three packages (@x402/fetch, @x402/evm, viem) from the npm registry. This is a standard but non-trivial supply-chain action: it will fetch and install third-party code into your home directory. The packages are not verified here and the skill includes no pinned source/release URLs.
Credentials
The skill requires an EVM private key to sign payments and instructs users to export X402_PRIVATE_KEY or store a key file. That is necessary for payments but is highly sensitive. The metadata declared no required env vars even though the scripts use X402_PRIVATE_KEY and X402_KEY_FILE. Also wallet-gen prints private keys to stdout (unless saved) which can leak the secret if logs are captured — the mismatch between 'mainnet' vs 'sepolia' in docs increases risk of mis-funding.
Persistence & Privilege
The skill is not always-on and does not request elevated system-wide privileges. It installs files into ~/.x402-client (its own directory) and does not modify other skills or global agent settings. Autonomous invocation is allowed by default (normal).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install x402-private-web-tools
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /x402-private-web-tools 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: search, scrape, screenshot via x402 micropayments
元数据
Slug x402-private-web-tools
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

x402 Private Web Tools 是什么?

Private web tools for AI agents — search, scrape, and screenshot the web with x402 micropayments (USDC on Base). Zero logging, no API keys, no accounts. Pay... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 710 次。

如何安装 x402 Private Web Tools?

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

x402 Private Web Tools 是免费的吗?

是的,x402 Private Web Tools 完全免费(开源免费),可自由下载、安装和使用。

x402 Private Web Tools 支持哪些平台?

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

谁开发了 x402 Private Web Tools?

由 kodos-vibe(@kodos-vibe)开发并维护,当前版本 v1.0.0。

💬 留言讨论