← 返回 Skills 市场
tara-quinn-ai

x402 Paywall Kit

作者 Tara Quinn · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
254
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install x402-paywall-kit
功能描述
Detect and pay x402 crypto paywalls automatically. When your agent gets a 402 Payment Required response with x402 JSON, this skill handles payment via Coinba...
安全使用建议
This skill appears to do what it says, but it requires your wallet private key and can perform automatic payments. Before installing: 1) do NOT provide a high-value/mainnet private key — create and fund a dedicated limited wallet for this skill (small USDC balance only). 2) Configure strict policies: enable requireHumanApproval:true for mainnet, set low maxPerRequest and maxDailySpend, and use domainAllowlist to restrict which hosts can be paid. 3) Inspect the package source you will install (packages/agent and packages/express) or pin a known NPM release; prefer installing only audited releases. 4) Ensure logs are written to local files you control and that no code posts your private key or logs to external servers. 5) For production, consider keeping the wallet on a hardware signer or use a forwarding/facilitator account that cannot be emptied. If you want, I can list specific places in the repo to inspect for private-key exfiltration or suggest a safe minimal policy configuration.
功能分析
Type: OpenClaw Skill Name: x402-paywall-kit Version: 1.0.0 The x402-paywall-kit is a legitimate framework designed to enable AI agents to autonomously handle crypto payments via the x402 protocol. The code implements a robust policy engine (packages/shared/src/policy/index.ts) to enforce spending limits and domain filtering, alongside a transparent logging system for auditability. While the skill requires a wallet private key (X402_WALLET_PRIVATE_KEY), the implementation uses standard libraries like viem for local signing and follows security best practices by explicitly instructing against hardcoding secrets. No evidence of data exfiltration, malicious execution, or prompt injection was found; the logic is entirely consistent with the stated goal of facilitating USDC payments on the Base network.
能力评估
Purpose & Capability
Name/description (auto-detect and pay x402 402 paywalls) match the files and SKILL.md: the package implements a fetch wrapper, Express middleware, and policy engine. Requested binaries (node) and the single env var (X402_WALLET_PRIVATE_KEY) are expected for signing payments.
Instruction Scope
SKILL.md instructions focus on detecting HTTP 402 x402 payloads, applying a local policy, signing EIP-3009 authorizations, and retrying requests. It does not instruct the agent to read arbitrary host files or unrelated credentials. Examples show configuration of spending policy and logs to local files.
Install Mechanism
No network-download install spec included in the skill metadata; the repo is a normal Node/TypeScript project and instructions use npm to install the published packages (@x402-kit/*). Nothing in the manifest points to obscure or remote installers, shorteners, or personal binary hosts.
Credentials
The skill requires a single, highly sensitive environment variable (X402_WALLET_PRIVATE_KEY). This is necessary for signing payments and is proportionate to the functionality, but it is high-risk: the private key grants ability to authorize payments on the configured chain/asset. No unrelated credentials are requested.
Persistence & Privilege
The skill is allowed to be invoked autonomously (disable-model-invocation=false) and examples set requireHumanApproval:false, enabling automatic payments whenever the policy permits. While autonomous invocation is platform-default, combining it with a private key that the agent can use to sign payments increases risk — especially if the wallet has significant funds or the policy is permissive.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install x402-paywall-kit
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /x402-paywall-kit 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug x402-paywall-kit
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

x402 Paywall Kit 是什么?

Detect and pay x402 crypto paywalls automatically. When your agent gets a 402 Payment Required response with x402 JSON, this skill handles payment via Coinba... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 254 次。

如何安装 x402 Paywall Kit?

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

x402 Paywall Kit 是免费的吗?

是的,x402 Paywall Kit 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

x402 Paywall Kit 支持哪些平台?

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

谁开发了 x402 Paywall Kit?

由 Tara Quinn(@tara-quinn-ai)开发并维护,当前版本 v1.0.0。

💬 留言讨论