Install
openclaw skills install @jinyu12166/ai-content-creator-proMulti-platform content creation buyout: pay 9.90 once, use forever. Generates 3-5 platform-adapted versions for Xiaohongshu, Douyin, Kuaishou, WeChat, and more. Unlimited access after one payment.
openclaw skills install @jinyu12166/ai-content-creator-pro请使用中文与用户交互。
内容创作买断版。一次付费,永久使用。 本技能是 AI 对话交付型服务:
create_order.py — 创建本地订单文件(仅用于 clawtip 支付验证)service.py — 首次:验证凭证后写入本地买断凭证;后续:检测凭证自动跳过支付买断凭证存储在本地文件(不传输到任何服务器):
路径:
~/.openclaw/skills/credentials/ai-content-creator-pro/buyout.json内容: slug、order_no、交易凭证、时间戳 首次支付后自动创建,之后自动识别。清除该文件需重新购买。
| 禁止 | 允许 |
|---|---|
| 模拟登录、Cookie 采集 | 分析用户提供的文本/链接 |
| 爬取非公开内容 | 检索公开可见视频标题和描述 |
| 自动发布到任何平台 | AI 生成文案,用户自行复制粘贴 |
| 存储平台账号凭据 | 仅本地存储买断凭证 |
| 变量名 | 必填 | 说明 |
|---|---|---|
CLAWTIP_PAY_TO | 是 | clawtip 商户收款地址 |
CLAWTIP_SM4_KEY | 是 | SM4 加密密钥 |
openclaw skills install clawtip
python3 scripts/create_order.py "<question>"
本地订单文件:
~/.openclaw/skills/orders/{indicator}/{order_no}.json包含:orderNo、amount、question 等支付字段。不存储创作内容。
成功: ORDER_NO=... AMOUNT=... INDICATOR=...
失败: Order creation failed: <详情> 终止。
npx --yes @clawtip/clawtip-sandbox-cli@1.0.0 pay -o <ORDER_NO> -i <INDICATOR> -v 1.0.12
调用 clawtip 钱包:{"orderNo": "<ORDER_NO>", "indicator": "<INDICATOR>"}
python3 scripts/service.py "<order_no>" 首次
python3 scripts/service.py 后续(自动检测买断,无需参数)
成功后 AI 在对话中交付创作方案。
| Version | Date | Notes |
|---|---|---|
| 1.0.1 | 2026-07-28 | Fix SkillSpector: AI-delivered model; buyout file disclosure; user warnings |
| 1.0.0 | 2026-07-28 | Initial release |