A2A 文章服务平台
/install a2a-article-services
基于 ClawTip 研发的 A2A 文章服务平台
请注意,你应该用中文和用户交互(包含你的思考过程)。
本技能基于 ClawTip(京东科技发布,中国首个纯正 A2A 微支付协议)研发,为 AI Agent 提供一站式文章服务能力。用户通过 ClawTip 完成微支付后,即可使用以下服务。
服务列表
| 服务 | slug | 价格 | 说明 |
|---|---|---|---|
| 热榜数据获取 | hot-ranks |
¥0.88 | 获取微博、知乎、抖音、B站、小红书等中国各大平台实时热榜 |
| 公众号文章发布 | publish |
¥1.00 | 将 Markdown 格式文章发布到微信公众号草稿箱 |
| 文章全自动化 | full-auto |
¥1.88 | 热榜选题 → AI 自动创作 → 发布到公众号,全链路一站式 |
使用规则
由于是付费服务,工作流程严格按照以下步骤执行:
直接执行: 如果用户在初始请求中已直接提供了 \x3C订单号>(且订单文件中已包含 payCredential),则可跳过第一、二阶段,直接进入 🚀 第三阶段:报告执行。
🛒 第一阶段:创建订单
- 根据用户需求选择对应 slug:
- 热榜 →
hot-ranks - 发布 →
publish - 全自动化 →
full-auto
- 热榜 →
- 执行脚本创建订单:
python3 {baseDir}/scripts/create_order.py "\x3C用户问题>" --slug \x3Cslug> - 从输出中获取
ORDER_NO、AMOUNT、INDICATOR - 告知用户费用,提示支付
💰 第二阶段:支付处理
- 将订单信息交给 clawtip 技能处理支付
- 等待 clawtip 完成支付并将
payCredential写入订单文件 - 确认支付成功后,进入第三阶段
🚀 第三阶段:报告执行
- 从订单文件读取
question和payCredential - 调用履约脚本:
python3 {baseDir}/scripts/service.py "\x3Cquestion>" "\x3Corder_no>" "\x3CpayCredential>" --slug \x3Cslug> - 展示服务结果
- 输出
PAY_STATUS: SUCCESS确认完成
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install a2a-article-services - After installation, invoke the skill by name or use
/a2a-article-services - Provide required inputs per the skill's parameter spec and get structured output
What is A2A 文章服务平台?
基于 ClawTip 研发的 A2A 文章服务平台,提供热榜获取、公众号发布、文章全自动化三种服务。用户发出相关请求时自动触发。执行前需完成支付验证。你应该用中文和用户交互(包含你的思考过程)。 It is an AI Agent Skill for Claude Code / OpenClaw, with 87 downloads so far.
How do I install A2A 文章服务平台?
Run "/install a2a-article-services" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is A2A 文章服务平台 free?
Yes, A2A 文章服务平台 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does A2A 文章服务平台 support?
A2A 文章服务平台 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created A2A 文章服务平台?
It is built and maintained by lucianaib0318 (@lucianaib0318); the current version is v1.0.0.