skills$openclaw/x402_payment_demo
hades-ye1.0k

by hades-ye

x402_payment_demo – OpenClaw Skill

x402_payment_demo is an OpenClaw Skills integration for ai ml workflows. Demo of x402 payment protocol by fetching a protected image. Triggers: '演示x402-payment' or 'demo x402-payment'

1.0k stars4.8k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026ai ml

Skill Snapshot

namex402_payment_demo
descriptionDemo of x402 payment protocol by fetching a protected image. Triggers: '演示x402-payment' or 'demo x402-payment' OpenClaw Skills integration.
ownerhades-ye
repositoryhades-ye/x402-payment-demo
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @hades-ye/x402-payment-demo
last updatedFeb 7, 2026

Maintainer

hades-ye

hades-ye

Maintains x402_payment_demo in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
288 B
SKILL.md
1.1 KB
SKILL.md

name: x402_payment_demo description: "Demo of x402 payment protocol by fetching a protected image. Triggers: '演示x402-payment' or 'demo x402-payment'" version: 1.0.0 author: opencode metadata: {"clawdbot":{"emoji":"🖼️","env":["TRON_PRIVATE_KEY"],"triggers":["演示x402-payment", "demo x402-payment", "show me x402 demo"]}} tags: [x402, demo, payment, tron, image]

x402 Payment Demo Skill

This skill demonstrates the x402 payment protocol on the TRON network.

Usage

Simply tell the Agent:

  • "演示x402-payment"
  • "demo x402-payment"

Workflow

  1. Request Resource: When triggered, follow the instructions provided by the x402_payment_tron skill to fetch the protected resource at http://x402-tron-demo.sunagent.ai/protected.
  2. Handle Payment: Perform the payment and resource acquisition automatically as guided by the protocol (handling 402 Payment Required, signing permits, etc.).
  3. Display & Cleanup: Once the image is retrieved, present it to the user. Immediately delete the local temporary file after the image has been displayed.
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install x402_payment_demo?

Run openclaw add @hades-ye/x402-payment-demo in your terminal. This installs x402_payment_demo into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/hades-ye/x402-payment-demo. Review commits and README documentation before installing.