← 返回 Skills 市场
SkillPay
作者
adjusternwachukwu-bot
· GitHub ↗
· v1.0.0
· MIT-0
293
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-pay
功能描述
Add credit-based payments to any OpenClaw skill. Register paid skills, charge users per call, track earnings, and withdraw USDC. Use when a user wants to mon...
安全使用建议
This skill is conceptually coherent — it shows how to add pay-per-call billing by calling a third-party API — but it relies on an opaque external service (skillpay.gpupulse.dev) with no source code, homepage, or operator info. Before using it: 1) Verify the operator and review their API documentation, privacy policy, and security/audit history. 2) Treat any sp_usr_/sp_bld_ API keys and wallet addresses as highly sensitive: store them in a secrets manager (not hard-coded), use least privilege, and rotate keys. 3) Test with minimal funds or sandbox/test mode; confirm withdrawal mechanics and any KYC/fees. 4) Review the network calls your agent will make and confirm you trust the destination (TLS, valid certificate, expected domain). 5) If you cannot validate the third party, consider implementing payments through a known, auditable provider or running your own billing backend. Additional helpful information that would change the assessment: source code or repo, operator identity/contact, official docs, security/audit reports, and clear instructions for secure key handling and withdrawal authorizations.
功能分析
Type: OpenClaw Skill
Name: skill-pay
Version: 1.0.0
The skill bundle provides documentation and API integration instructions for 'SkillPay,' a credit-based payment system for OpenClaw skills hosted at skillpay.gpupulse.dev. It includes standard API patterns for user registration, credit deposits, and builder withdrawals (USDC/Solana). No malicious code, data exfiltration, or harmful prompt injections were found; the content is entirely consistent with its stated purpose of enabling a pay-per-use economy for agents.
能力标签
能力评估
Purpose & Capability
The name/description (add credit-based payments) aligns with the provided curl and Python examples that register users/builders, buy credits, charge per call, and withdraw funds. The APIs shown correspond to the monetization purpose.
Instruction Scope
Runtime instructions direct the agent/skill to send API keys and payment operations to https://skillpay.gpupulse.dev. The document does not describe authentication storage, key rotation, how withdrawals are authorized, or any privacy/KYC/legal controls. Network calls will transmit user and builder keys and transaction data to an external service; that is expected for a payments integration but the lack of provenance and operational detail is risky.
Install Mechanism
Instruction-only skill with no install steps or external packages. Nothing is written to disk by the skill itself, which minimizes direct install risk.
Credentials
The skill declares no required environment variables or binaries, but its workflow requires storing and transmitting sensitive bearer API keys (sp_usr_..., sp_bld_...) and a wallet address for withdrawals. The SKILL.md does not instruct how/where to store those secrets securely; requesting no declared env vars is coherent for an instruction-only doc but the developer will still need to add sensitive keys to their skill's runtime—this should be considered when integrating.
Persistence & Privilege
always is false and there is no install-time persistence requested. The skill does not request any elevated agent privileges or modifications to other skills' configurations.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skill-pay - 安装完成后,直接呼叫该 Skill 的名称或使用
/skill-pay触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — credit-based payments for any OpenClaw skill
元数据
常见问题
SkillPay 是什么?
Add credit-based payments to any OpenClaw skill. Register paid skills, charge users per call, track earnings, and withdraw USDC. Use when a user wants to mon... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 293 次。
如何安装 SkillPay?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-pay」即可一键安装,无需额外配置。
SkillPay 是免费的吗?
是的,SkillPay 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
SkillPay 支持哪些平台?
SkillPay 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 SkillPay?
由 adjusternwachukwu-bot(@adjusternwachukwu-bot)开发并维护,当前版本 v1.0.0。
推荐 Skills