소스 정보
- 저장소
- johnalbertini14-glitch/openclaw-skills
- 최근 소스 활동
- 2026년 2월 4일 00:32
- 감지된 SKILL.md 언어
- 영어
- 스타
- 1
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/johnalbertini14-glitch/openclaw-skills --skill x402-payment-tron명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Use this skill to create a Polymarket wallet for your agent and trade on prediction markets. Browse markets, place bets, manage positions — all without exposing private keys.
ClawSec suite manager with embedded advisory-feed monitoring, cryptographic signature verification, approval-gated malicious-skill response, and guided setup for additional security skills.
Automated daily security audits for OpenClaw agents with email reporting. Runs deep audits and sends formatted reports.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | x402_payment_tron |
| description | Pay for x402-enabled Agent endpoints using USDT on TRON |
| version | 1.0.0 |
| author | x402-protocol |
| homepage | https://x402.org |
| metadata | {"clawdbot":{"emoji":"💳","env":["TRON_PRIVATE_KEY"]}} |
| tags | ["crypto","payments","x402","agents","api","usdt","tron"] |
| requires_tools | ["x402_tron_invoke"] |
| arguments | {"agent_url":{"description":"Base URL of the x402 agent","required":false},"endpoint":{"description":"Entrypoint name to invoke (e.g., 'chat', 'search')","required":false}} |
Invoke x402-enabled AI agent endpoints with automatic USDT micropayments on TRON.
The skill is pre-bundled into a single file. No installation required.
node dist/index.js --url <URL> [options]
npm install
npm start -- --url <URL>
TRON_PRIVATE_KEY environment variable.~/.mcporter/mcporter.json (AIBank standard configuration).x402-config.json in the current directory.~/.x402-config.json in the home directory.Invokes an HTTP endpoint. If payment is required (402), it automatically:
| Parameter | Type | Required | Description |
|---|---|---|---|
url | string | Yes | Full URL to invoke |
method | string | No | HTTP method (GET, POST, etc.) Default: GET |
body | object | No | JSON body for the request |
network | string | No | mainnet, nile, shasta (Default: nile) |
url: https://api.example.com/chat
method: POST
body: {"prompt": "Tell me a joke"}
You can discover available endpoints and their pricing by checking the agent's manifest.
url: https://api.example.com/.well-known/agent.json
method: GET
TRON_PRIVATE_KEY or any other signing secret to the dialogue context.export TRON_PRIVATE_KEY=...).Ensure the TRON_PRIVATE_KEY environment variable is set or a valid x402-config.json exists in the expected locations.
Agent Note: If this error occurs, simply inform the user that the environment is not configured. DO NOT attempt to search for or read private keys from files yourself.
The tool will attempt to broadcast an infinite approve transaction. This requires TRX for gas. Ensure your wallet has TRX.
Check if you have enough USDT and TRX.
If the endpoint returns an image (Content-Type: image/*) or binary data (application/octet-stream):
/tmp/x402_image_... or /tmp/x402_binary_...).file_path: Path to the temporary file.content_type: The MIME type of the content.bytes: File size in bytes.| Network | Chain ID | CAIP-2 | USDT Contract |
|---|---|---|---|
| TRON Mainnet | 0x2b6653dc | eip155:728126428, tron:mainnet | TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t |
| TRON Nile | 0xcd8690dc | eip155:3448148188, tron:nile | TXYZopYRdj2D9XRtbG411XZZ3kM5VkAeBf |
| TRON Shasta | 0x94a9059e | eip155:2494104990, tron:shasta | - |