← Back to Skills Marketplace
luis1213899

Wechat Content Studio

by luis1213899 · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ Security Clean
94
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install wechat-studio-kh
Description
微信公众号内容工作室 — 融合卡兹克写作风格(四层自检)+ 完整发布流水线(封面+发布+验证+追踪)+ 横纵分析法调研。从选题到发布的全链路工具。触发:写公众号文章、写稿子、帮我研究一下、深度调研、发布草稿箱。
Usage Guidance
该技能整体内聚且与其声明一致,但在安装与凭证处理上有几点建议: - 仔细确认并信任 @wenyan-md/cli(npm 包),或在虚拟环境/容器中先手动安装以观察行为;自动全局 npm 安装会从公共注册表拉取代码。 - secrets.json 和 wechat-monitor.json 会保存在 ~/.openclaw/workspace,请确保该目录存在并设置合适权限(脚本尝试将文件权限设为仅用户可读写);为敏感凭证考虑使用专用公众号账号或最小权限凭证。 - SKILL 会向搜狗微信搜索发出请求并可能提示你将本机公网 IP 加入公众号 IP 白名单(这一步需要你在微信公众号后台手动操作),在做白名单配置时确认使用的公网 IP 正确并了解影响。 - 如果你对自动化发布有疑虑,可先在隔离环境(例如临时账户或测试公众号)运行脚本并逐步验证每一步,再在生产账号上使用。 - 若需更高信心,可人工审阅 publish_and_verify.py 中对 subprocess.run 的调用和任何传入文件路径的处理,避免传入未清洗的字符串导致命令注入风险(目前脚本按平台进行了基本处理,但最好谨慎)。
Capability Analysis
Type: OpenClaw Skill Name: wechat-studio-kh Version: 1.1.0 The skill bundle is a comprehensive toolset for managing WeChat Official Account content, including writing, publishing, and monitoring. It manages sensitive credentials (WECHAT_APP_ID/SECRET) locally in `~/.openclaw/workspace/secrets.json` and uses the `wenyan-cli` tool for publishing. While it performs potentially risky actions like installing npm packages (`publish_and_verify.py`) and scraping Sogou search results (`monitor.py`), these behaviors are well-documented and strictly aligned with the stated purpose of content management and indexing verification.
Capability Assessment
Purpose & Capability
技能名/描述为“微信公众号内容工作室”,要求的环境变量 WECHAT_APP_ID 和 WECHAT_APP_SECRET、所需二进制 wenyan、以及包含的脚本(发布、验证、追踪、凭证管理)都与该目的直接相关,未见多余或不相干的权限请求。
Instruction Scope
SKILL.md 和脚本明确要求读取/写入用户主目录下的 ~/.openclaw/workspace(secrets.json、TOOLS.md、wechat-monitor.json),并会联网访问搜狗微信搜索(weixin.sogou.com)和调用内置的 image_generate。读取和写入本地凭证文件与发布流程相关,但这是一个重要的安全面:用户应注意这些文件保存了公众号凭证并存在本地。
Install Mechanism
技能为指令式(无安装 spec),但 publish 脚本在运行时会尝试自动执行 npm install -g @wenyan-md/cli(从 npm 注册表获取 wenyan-cli)。这与功能需求一致,但自动全局安装 npm 包属于中等风险(会从公共注册表拉取代码),建议用户确认信任该包并在受控环境中运行。
Credentials
仅声明并实际使用两项凭证(WECHAT_APP_ID/WECHAT_APP_SECRET),这些是发布到微信公众号所必需的。脚本也提供将凭证保存在 secrets.json 或从 TOOLS.md 读取的选项;没有请求与功能无关的密钥或第三方凭证。secrets.json 文件被设置为仅用户读写权限(chmod),这是合适的保护措施。
Persistence & Privilege
技能不会要求始终加载(always:false),也不修改其他技能或系统级配置。它会在 ~/.openclaw/workspace 下读写凭证和追踪文件(secrets.json, wechat-monitor.json),这是一种常见、限域的持久化行为,与其用途一致。
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wechat-studio-kh
  3. After installation, invoke the skill by name or use /wechat-studio-kh
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
Integrated hv-analysis methodology as upstream research step. Added hv-analysis-methodology.md to references. Workflow updated to show optional hv-analysis step before content creation.
v1.0.0
Unified wechat-workflow + khazix-writer into one skill. Complete 8-step pipeline: HKR选题 → AI角色边界 → 写作(卡兹克风格) → 四层自检 → 封面生成 → 发布 → 验证 → 追踪
Metadata
Slug wechat-studio-kh
Version 1.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Wechat Content Studio?

微信公众号内容工作室 — 融合卡兹克写作风格(四层自检)+ 完整发布流水线(封面+发布+验证+追踪)+ 横纵分析法调研。从选题到发布的全链路工具。触发:写公众号文章、写稿子、帮我研究一下、深度调研、发布草稿箱。 It is an AI Agent Skill for Claude Code / OpenClaw, with 94 downloads so far.

How do I install Wechat Content Studio?

Run "/install wechat-studio-kh" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Wechat Content Studio free?

Yes, Wechat Content Studio is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Wechat Content Studio support?

Wechat Content Studio is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Wechat Content Studio?

It is built and maintained by luis1213899 (@luis1213899); the current version is v1.1.0.

💬 Comments