Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

微信自动写作排版专业技能(包含公众号发布功能)

v2.0.0

支持微信公众号深度内容从Markdown写作、爆款方法论指导、94种排版主题选择到图片上传、草稿创建及一键发布的全流程管理。

1· 84·0 current·0 all-time
by龚玎焕@gongdinghuan

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for gongdinghuan/clawhub-wechat-writing-pro.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "微信自动写作排版专业技能(包含公众号发布功能)" (gongdinghuan/clawhub-wechat-writing-pro) from ClawHub.
Skill page: https://clawhub.ai/gongdinghuan/clawhub-wechat-writing-pro
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install clawhub-wechat-writing-pro

ClawHub CLI

Package manager switcher

npx clawhub@latest install clawhub-wechat-writing-pro
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
!
Purpose & Capability
The name/description and included knowledge files are coherent with a WeChat writing + publishing skill. However the SKILL.md and code samples rely on WeChat credentials (AppID/AppSecret/Access Token) and an OpenClaw built-in tool named `wechat_publisher` — yet the skill metadata lists no required environment variables, no primary credential, and no required binaries. The omission of required credentials in metadata is a mismatch and reduces transparency.
!
Instruction Scope
Runtime instructions tell the agent to read local knowledge files (expected) and to perform publishing via either a platform-provided `wechat_publisher` tool or direct calls to WeChat API. The guide includes concrete network calls (api.weixin.qq.com) and Python examples that open local image files and POST them. The instructions therefore require access to local files and sensitive App credentials (implied) but do not explicitly constrain or declare those requirements in the manifest.
Install Mechanism
Instruction-only skill with no install spec and no downloaded code; nothing is written to disk by an installer. This is the lowest-risk install pattern.
!
Credentials
The SKILL.md and examples clearly require AppID/AppSecret and an Access Token to call WeChat APIs and to upload/publish content. The skill metadata declares no required environment variables or primary credential. Asking users to provide those secrets at runtime is reasonable for publishing functionality, but the skill should declare them explicitly so users know what will be requested and stored.
Persistence & Privilege
The skill does not request always:true and does not claim system-wide modifications. Autonomous invocation is allowed (platform default) but not combined with other high-privilege requests. No evidence the skill writes persistent config or modifies other skills.
What to consider before installing
This package appears to be a legitimate WeChat article formatting and publishing guide, but it has important transparency gaps. Before installing or enabling automatic publishing: (1) Confirm whether your OpenClaw environment actually provides the referenced `wechat_publisher` tool — if not, the skill's one-click functions won't work. (2) Expect to supply WeChat AppID and AppSecret (or equivalent credentials); the skill does not declare them in metadata — demand the author add required env var names (e.g., WECHAT_APPID, WECHAT_APPSECRET) and explain storage/rotation. (3) Never paste credentials into skill text; use environment variables or a secrets manager and enable IP whitelisting in the official WeChat backend. (4) Test publishing in a sandbox account and keep manual review in the loop (do not enable fully automatic publish) until you confirm behavior. (5) If you need greater assurance, ask the author to include explicit manifest fields for required credentials and to document any external dependencies or expected built-in tools.

Like a lobster shell, security has layers — review code before you run it.

latestvk97ejt0xahf9gfy2pb82g9jka18439e7
84downloads
1stars
1versions
Updated 3w ago
v2.0.0
MIT-0

📝 微信公众号专业写作+发布技能包

微信公众号深度内容创作+发布全栈技能:Markdown 语法 → 爆款写作 → 94种排版主题 → 排版 → 上传图片 → 创建草稿 → 发布

📌 技能说明

用途:为 AI Agent 提供完整的微信公众号内容创作与发布能力,涵盖从语法基础到排版发布的全流程。

核心能力

  • 📖 Markdown 完整语法参考 — 38个知识点,基本+扩展+高级技巧
  • ✍️ 爆款推文写作方法论 — 标题公式、文章结构、情感共鸣、评分系统
  • 🎨 94种排版主题库 — 按场景/风格分类,精准匹配文章类型
  • 📤 完整发布流程 — API接口、图片上传、草稿创建、发布、状态查询
  • 📐 公众号排版专项优化 — 平台限制、排版节奏、视觉层次

何时使用

✅ 使用场景

  • AI Agent 需要为微信公众号创作深度内容
  • 需要将 Markdown 转换为微信公众号排版
  • 需要选择合适的排版主题
  • 学习爆款文章写作方法论
  • 需要完整的 Markdown 语法参考
  • 需要上传图片到微信素材库
  • 需要创建草稿并发布到公众号
  • 公众号文章排版与发布全流程

❌ 不使用场景

  • 非微信公众号平台的内容创作
  • 纯技术文档编写(无排版需求)
  • 简单文本处理任务

📂 技能文件结构

clawhub-wechat-writing-pro/
├── SKILL.md                              # 本文件:技能总览
├── package.json                          # 元数据
├── README.md                             # 说明文档
└── knowledge/
    ├── markdown-syntax-guide.md          # Markdown 完整语法参考(38个知识点)
    ├── viral-writing-methodology.md      # 爆款推文写作方法论
    ├── theme-catalog.md                  # 94种排版主题分类目录
    └── wechat-publishing-guide.md        # 发布完整指南(API/图片/草稿/发布/排查)

📖 使用方法

第一步:读取知识库

Agent 在创作公众号文章前,应先加载相关知识文件:

1. 读取 knowledge/markdown-syntax-guide.md        — 掌握语法
2. 读取 knowledge/viral-writing-methodology.md     — 掌握写作方法
3. 读取 knowledge/theme-catalog.md                 — 选择排版主题
4. 读取 knowledge/wechat-publishing-guide.md       — 了解发布流程

第二步:创作流程

搜集热点 → 筛选价值点 → 选择主题 → 撰写文章 → 排版优化 → 上传图片 → 创建草稿 → 发布

第三步:评分验证

使用 viral-writing-methodology.md 中的评分系统(0-100分),低于70分重写。


📤 发布功能说明

发布方式一:通过 OpenClaw 内置工具(推荐)

OpenClaw 内置了 wechat_publisher 工具,支持一键完成排版+发布:

操作命令
排版wechat_publisher.format_markdown(markdown_content, theme_name)
上传图片wechat_publisher.upload_image(image_path)
创建草稿wechat_publisher.create_draft(title, content_html, thumb_media_id)
发布草稿wechat_publisher.publish_draft(media_id)
查询状态wechat_publisher.query_publish_status(publish_id)
一键发布wechat_publisher.full_auto_publish(...)

发布方式二:通过微信 API 直接调用

详见 knowledge/wechat-publishing-guide.md,包含完整的:

接口说明
cgi-bin/token获取 Access Token
cgi-bin/material/add_material上传封面图(永久素材)
cgi-bin/media/uploadimg上传正文图片
cgi-bin/draft/add创建草稿
cgi-bin/freepublish/submit发布草稿
cgi-bin/freepublish/get查询发布状态

发布流程图

                    ┌──────────────┐
                    │  创作内容     │
                    └──────┬───────┘
                           ▼
                    ┌──────────────┐
                    │ Markdown排版  │ ← theme-catalog.md 选主题
                    └──────┬───────┘
                           ▼
                    ┌──────────────┐
                    │ 上传封面图    │ ← add_material API
                    └──────┬───────┘
                           ▼
                    ┌──────────────┐
                    │ 上传正文图片  │ ← uploadimg API(如有图片)
                    └──────┬───────┘
                           ▼
                    ┌──────────────┐
                    │ 创建草稿      │ ← draft/add API
                    └──────┬───────┘
                           ▼
                 ┌─────────┴─────────┐
                 ▼                   ▼
          ┌────────────┐      ┌────────────┐
          │ 仅存草稿    │      │ 直接发布    │
          │ (人工审核)  │      │ freepublish│
          └────────────┘      └────────────┘

错误排查

错误码说明解决方案
40001AppSecret 错误检查凭证
40014Token 过期重新获取
45001文件过大压缩至 ≤2MB
45002内容过长≤20000字

🎨 主题选择指南

文章类型推荐主题
科技类科技蓝、赛博朋克、Atom Dark、极客黑、前端之巅、Notion
财经类经典蓝(优雅)、玫瑰金(优雅)、石墨黑(优雅)、橙蓝、全栈蓝
情感类人言兑、樱花粉(优雅)、薰衣紫(优雅)、水彩、雾中诗
生活类春天/夏天/秋天/冬天、锤子便签、吉卜力、木心物语、绿意
教育类清雅蓝、嫩青、森林、那拉提
节日类春节、清明、端午、中秋、情人节

📊 内容评分标准

维度权重说明
Hook 强度25%开篇能否留住读者?
价值密度25%教学、娱乐或启发?
平台适配20%格式、长度、风格合适?
CTA 清晰度15%下一步行动明确?
视觉吸引力15%配图和排版是否吸引?

门槛:低于 70 分不发布,重写或丢弃。


🔒 安全注意事项

  1. Access Token:不要硬编码,使用环境变量
  2. AppSecret:不要提交到代码仓库,定期更换
  3. IP 白名单:在公众号后台设置服务器 IP
  4. 内容审核:发布前人工审核,避免敏感内容
  5. 本技能包不含任何凭证信息,使用时需自行配置

⚠️ 公众号特殊限制

  1. mp.weixin.qq.com 域名链接可直接跳转
  2. 外链以脚注形式展示
  3. 图片宽度最大 677px,建议源图 900px
  4. 文内不重复一级标题
  5. 每段 ≤ 3行,每300字小标题+配图
  6. 封面图尺寸:头条 900×383px,次条 200×200px

📚 数据来源


技能版本:2.0.0 更新时间:2026-04-02 作者:JARVIS AI Agent 更新内容:集成完整发布功能(API接口、图片上传、草稿管理、错误排查)

Comments

Loading comments...