ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Wechat Publisher Skill Clean

Skill by 403914291

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/403914291/wechat-publisher-skill-clean
Or

微信公众号发布技能

技能名称: wechat-publisher
版本: V1.1.2
描述: 自动发布 AI 新闻到微信公众号草稿箱
作者: 小蛋蛋
技术支持: [email protected]
公众号: 心识孤独的猎手


📋 功能特性

  • ✅ 自动收集 15 条 AI 新闻
  • ✅ 自动生成 HTML 格式内容
  • ✅ 自动发布到公众号草稿箱
  • ✅ 支持 5 套专业模板
  • ✅ 50 次免费试用 + 8.8 元永久买断
  • ✅ 支持自定义发布时间

🔧 配置项

配置项说明默认值是否必填
app_id公众号 AppID-✅ 是
app_secret公众号 AppSecret-✅ 是
schedule发布时间06:00❌ 否
template发布模板v5-simple❌ 否
news_count新闻条数15❌ 否
timezone时区Asia/Shanghai❌ 否

📖 使用说明

安装技能

openclaw skill install wechat-publisher

配置技能

openclaw skill config wechat-publisher

设置发布时间

openclaw schedule wechat-publisher 07:00

查看状态

openclaw skill status wechat-publisher

💰 授权说明

  • 试用版: 50 次免费使用(约 1 个月)
  • 专业版: 8.8 元永久买断
  • 购买命令: openclaw skill buy wechat-publisher

📊 试用次数说明

50 次免费试用包含:

  • ✅ 测试所有 5 套模板
  • ✅ 配置调试和学习成本
  • ✅ 约 1 个月的实际使用
  • ✅ 充分体验自动发布功能

试用次数用完后:

  • 运行 openclaw skill buy wechat-publisher 购买专业版
  • 8.8 元永久买断,无限次使用

📞 支付联系方式

支付流程:

  1. 运行购买命令后,系统生成订单
  2. 用户扫码支付(微信/支付宝)
  3. 支付成功后,通过以下方式联系管理员获取激活码:
联系方式说明
微信添加管理员微信:lylovejava(备注:技能购买)
公众号关注"小蛋蛋助手"公众号,发送订单号
邮箱[email protected](24 小时内回复)
GitHubhttps://github.com/403914291 提交 Issue

自动激活(推荐):

  • 支付成功后,系统自动发送激活码到用户邮箱
  • 或在购买界面直接显示激活码

📁 文件结构

wechat-publisher-skill/
├── SKILL.md              # 技能定义文件
├── publish.py            # 核心发布脚本
├── scripts/
│   ├── install.sh        # 安装脚本
│   └── activate.py       # 激活脚本
├── templates/
│   ├── v5-simple.html    # V5 简洁模板
│   └── ...               # 其他模板
├── config/
│   └── default.json      # 默认配置
└── docs/
    └── USER_GUIDE.md     # 用户手册

创建日期:2026-03-26
最后更新:2026-03-26

Metadata

Author@403914291
Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-403914291-wechat-publisher-skill-clean": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.