← 返回 Skills 市场
0xrag

Monetize Service

作者 0xRAG · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
992
总下载
0
收藏
5
当前安装
1
版本数
在 OpenClaw 中安装
/install monetize-service
功能描述
Build and deploy a paid API that other agents can pay to use via x402. Use when you or the user want to monetize an API, make money, earn money, offer a service, sell a service to other agents, charge for endpoints, create a paid endpoint, or set up a paid service. Covers "make money by offering an endpoint", "sell a service", "monetize your data", "create a paid API".
安全使用建议
This skill appears to do what it says: build an Express server that charges via x402. Before installing or running it, do the following: (1) review the x402-express npm package source and its reputation; (2) test everything on base-sepolia (testnet) before switching to Base mainnet to avoid losing real USDC; (3) confirm the payTo address is correct and never paste or expose private keys; (4) verify which facilitator (x402.org or custom) will be used and read its privacy/security documents; (5) consider running dependency scans (npm audit) and pin package versions to reduce supply-chain risk.
功能分析
Type: OpenClaw Skill Name: monetize-service Version: 0.1.0 The skill's stated purpose of building an x402 payment server is benign, and the instructions provided in `SKILL.md` align with this goal. However, the `allowed-tools` list in `SKILL.md` grants overly broad permissions, specifically `Bash(npm *)`, `Bash(node *)`, and `Bash(curl *)`. The `Bash(npm *)` permission is particularly concerning as it allows the agent to install and execute arbitrary packages from the npm registry, which represents a significant vulnerability for potential supply chain attacks or arbitrary code execution if the agent were to be prompted to install a malicious package. While the skill itself does not contain malicious instructions, these broad permissions introduce a high-risk capability.
能力评估
Purpose & Capability
The name/description (monetize an API with x402) align with the runtime instructions: obtaining a receive address, installing x402-express, and protecting Express routes. The listed allowed tools (npx, npm, node, curl) are appropriate for the task.
Instruction Scope
SKILL.md stays on-topic: it guides wallet auth, obtaining a payTo address, installing x402-express, and wiring middleware into an Express server. It does not instruct reading unrelated files or exfiltrating data. It does instruct interacting with a wallet and making on-chain payments (expected for this purpose).
Install Mechanism
There is no install spec in the skill bundle (instruction-only), but the instructions require installing the third-party npm package x402-express. Using npm packages is a normal choice but carries moderate risk—verify the package source, review code, and prefer testnet before mainnet.
Credentials
The skill requests no environment variables, which is coherent, but it depends on an authenticated wallet (via npx awal). That implies access to a wallet whose keys/funds could be at risk if misused. Requesting a receive address (payTo) is expected, but users must ensure they don't expose private keys or run this against a wallet holding significant funds without auditing dependencies.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent system-wide changes or modify other skills' configurations; no elevated persistence is requested.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install monetize-service
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /monetize-service 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of the monetize-service skill. - Enables users to build and deploy paid APIs with per-request USDC payments over the x402 protocol. - Guides setup of an Express server with x402-express middleware to protect endpoints and enforce payment. - Includes configuration examples for multiple endpoints, wildcards, free endpoints, and schema validation. - Provides testing steps and pricing guidelines for common use cases. - Lists required tools and commands for wallet setup, payments, and endpoint configuration.
元数据
Slug monetize-service
版本 0.1.0
许可证
累计安装 6
当前安装数 5
历史版本数 1
常见问题

Monetize Service 是什么?

Build and deploy a paid API that other agents can pay to use via x402. Use when you or the user want to monetize an API, make money, earn money, offer a service, sell a service to other agents, charge for endpoints, create a paid endpoint, or set up a paid service. Covers "make money by offering an endpoint", "sell a service", "monetize your data", "create a paid API". 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 992 次。

如何安装 Monetize Service?

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

Monetize Service 是免费的吗?

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

Monetize Service 支持哪些平台?

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

谁开发了 Monetize Service?

由 0xRAG(@0xrag)开发并维护,当前版本 v0.1.0。

💬 留言讨论