用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/johnalbertini14-glitch/openclaw-skills --skill paddle命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
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 职业分类
| name | Paddle |
| slug | paddle |
| version | 1.0.0 |
| homepage | https://clawic.com/skills/paddle |
| description | Integrate Paddle payments with subscriptions, webhooks, checkout, and tax compliance. |
| changelog | Initial release with API reference, webhook handling, and checkout integration. |
| metadata | {"clawdbot":{"emoji":"🏓","requires":{"bins":[]},"os":["linux","darwin","win32"]}} |
On first use, read setup.md for integration guidelines.
User needs to integrate Paddle for SaaS payments. Agent handles API calls, webhook verification, checkout setup, subscription management, and tax compliance configuration.
Memory lives in ~/paddle/. See memory-template.md for structure.
~/paddle/
├── memory.md # API keys, environment, product IDs
└── webhooks.md # Webhook endpoints and event handling
| Topic | File |
|---|---|
| Setup process | setup.md |
| Memory template | memory-template.md |
| API endpoints | api.md |
| Webhook handling | webhooks.md |
https://sandbox-api.paddle.comhttps://api.paddle.com| State | Meaning | Action |
|---|---|---|
active | Paying customer | Grant access |
trialing | In trial period | Grant access, remind before end |
past_due | Payment failed | Retry period, warn user |
paused | User paused | Restrict access, allow resume |
canceled | Subscription ended | Revoke access at period end |
customer_id (ctm_xxx) — unique per customersubscription_id (sub_xxx) — unique per subscriptiontransaction_id (txn_xxx) — unique per paymentprice_id (pri_xxx) — your pricing configurationsubscription.past_due events but let Paddle retry firstsubscription.canceled from failed paymentspast_due state → User loses access during retry window, bad UX| Endpoint | Data Sent | Purpose |
|---|---|---|
| https://api.paddle.com | Customer data, subscription info | Payment processing |
| https://sandbox-api.paddle.com | Test customer data | Sandbox testing |
No other data is sent externally.
Data that leaves your machine:
Data that stays local:
This skill does NOT:
By using this skill, customer and payment data is sent to Paddle. Only install if you trust Paddle with your billing data.
Install with clawhub install <slug> if user confirms:
billing — General billing patternspayments — Payment processingsubscriptions — Subscription managementclawhub star paddleclawhub sync