← Back to Skills Marketplace
adjusternwachukwu-bot

SkillPay

by adjusternwachukwu-bot · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
293
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install skill-pay
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
cryptorequires-walletcan-make-purchases
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install skill-pay
  3. After installation, invoke the skill by name or use /skill-pay
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release — credit-based payments for any OpenClaw skill
Metadata
Slug skill-pay
Version 1.0.0
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 293 downloads so far.

How do I install SkillPay?

Run "/install skill-pay" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is SkillPay free?

Yes, SkillPay is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does SkillPay support?

SkillPay is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created SkillPay?

It is built and maintained by adjusternwachukwu-bot (@adjusternwachukwu-bot); the current version is v1.0.0.

💬 Comments