微信公众号自动发文一站式技能
微信公众号自动发文一站式技能。组合 内容策划 + 人性化润色 + 自动创建草稿,一条龙生成公众号文章保存到草稿箱。Use when user needs to write 公众号文章、微信公众号、create wechat public account article, auto save to draft。
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 1 · 114 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
OpenClaw
Suspicious
medium confidencePurpose & Capability
The skill claims to create WeChat public-account drafts and to perform planning + humanizing + upload. Requiring WECHAT_APPID and WECHAT_APPSECRET, IP whitelist, and image handling (Pillow) is reasonable for that purpose. However, the registry metadata incorrectly lists no required env vars or dependencies while SKILL.md explicitly requires WECHAT_APPID/WECHAT_APPSECRET, IP whitelist, and Python packages, which is an inconsistency.
Instruction Scope
SKILL.md stays on-scope: collect a topic, plan, draft, humanize text, format markdown, generate/ reuse a cover image, upload media and create a draft in the WeChat backend and return media IDs. It references calling other capabilities ('humanizer', 'operations-expert') — you should confirm what those skills do and whether they send data elsewhere. The instructions do not ask to read unrelated files or other credentials.
Install Mechanism
There is no install spec (instruction-only), which is lower risk. But the runtime doc requires Python packages (requests, pillow) without providing an install step; the operator must ensure those are present. This mismatch should be clarified.
Credentials
The only secrets the SKILL.md says are needed (WECHAT_APPID and WECHAT_APPSECRET) are proportionate to interacting with the WeChat API. However, the published skill metadata fails to declare these required env vars; that omission increases risk because an operator might not notice sensitive requirements.
Persistence & Privilege
The skill does not request always-on presence and does not claim to modify other skills or system settings. It will perform network calls to the WeChat API, which is expected for its purpose.
What to consider before installing
This skill appears to be what it claims (auto-generate and upload WeChat article drafts), but the package metadata is inconsistent with its runtime instructions. Before installing or enabling it: 1) Confirm the skill's metadata lists the required env vars (WECHAT_APPID and WECHAT_APPSECRET) and document how they are used. 2) Ensure your environment has the Python dependencies (requests, pillow) or provide an explicit install step. 3) Add the agent's outbound IP to your WeChat account's IP whitelist only if you trust where requests originate. 4) Inspect or ask about the referenced 'humanizer' and 'operations-expert' capabilities to verify they don't forward content to unexpected endpoints. 5) Understand that drafts and cover images will be uploaded to WeChat using the supplied credentials — only provide credentials for accounts you control. If the author cannot fix the metadata and clarify external skill behavior, treat this package with caution.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.0
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
微信公众号自动发文一站式技能
整合了 内容运营专家 + humanizer 人性化润色 + 微信公众号草稿箱 三个能力,一站式完成从选题到存草稿。
工作流程
- 接收用户需求 - 用户给出文章主题
- 内容策划 - 按照
operations-expert内容策略确定受众、价值、目标、结构 - 写作初稿 - 根据策划写出完整文章,markdown 格式,段落之间空行
- 人性化润色 - 调用
humanizer去除 AI 写作痕迹,让文字更自然 - 自动创建草稿 - 自动生成/复用封面,创建草稿保存到微信公众号后台
- 返回结果 - 告诉用户 Media ID 和成功信息,用户登录公众号就能发布
格式要求
- markdown 写作,每个大段落之间必须空一行
- 标题用
#、##标记 - 写完润色保证:
- 去除 AI 套话("pivotal role", "evolving landscape" 这类)
- 变化句子长度,避免单调
- 去掉三连排比、虚假平行结构
- 去掉emoji、过度加粗
- 段落之间保证空行,HTML 输出每个块加
<br>保证显示有空行
依赖
- 需要环境变量
WECHAT_APPIDWECHAT_APPSECRET已配置 - 需要 IP 白名单已经添加正确
- 需要
requestspillowPython 依赖已安装
作者
组合技能 by OpenClaw session, 2026-03-17
Files
3 totalSelect a file
Select a file to preview.
Comments
Loading comments…
