← 返回 Skills 市场
WeChat Official Account (公众号发文)
作者
antaeus001
· GitHub ↗
· v1.0.2
· MIT-0
734
总下载
1
收藏
5
当前安装
3
版本数
在 OpenClaw 中安装
/install wechat-official-account
功能描述
Create and publish WeChat Official Account (公众号) articles. Use when: (1) User wants to auto-post to WeChat Official Account, (2) Create draft from title + co...
安全使用建议
This skill appears to do what it claims (API mode and browser automation). Before installing or running: 1) Prefer API mode (publish.py) with WECHAT_APPID/WECHAT_SECRET for lowest privacy risk. 2) If you must use browser mode, do NOT set external analyzer keys (DASHSCOPE_API_KEY / OPENAI_API_KEY) unless you trust that service — by default the skill points to a third-party DashScope endpoint which will receive sanitized page HTML that may still include sensitive state. 3) For best privacy, run a local analyzer (Ollama) and set WECHAT_MP_ANALYZER_BASE_URL to a localhost URL as documented. 4) Review and, if needed, fix the page_analyzer._call_openai bug (undefined 'model' variable) before relying on automated analysis. 5) Inspect and back up the browser profile directory (~/.openclaw/wechat-mp-browser) and avoid using browser mode on machines with other logged-in sensitive accounts. If you want, I can point out the exact lines to patch (the undefined variable) or show how to run the API-only flow safely.
功能分析
Type: OpenClaw Skill
Name: wechat-official-account
Version: 1.0.2
The skill bundle provides legitimate tools for automating WeChat Official Account article publishing via official APIs (publish.py) or browser automation (publish_browser.py). While page_analyzer.py sends sanitized HTML content to external LLMs to drive the browser UI, this high-risk privacy behavior is explicitly disclosed in SKILL.md with clear warnings and instructions on using local models (Ollama) for better privacy. The code includes specific sanitization logic to redact sensitive tokens and lacks any evidence of intentional data exfiltration, backdoors, or malicious prompt injection.
能力评估
Purpose & Capability
Name/description (WeChat Official Account publishing) align with included scripts: publish.py implements official API flow requiring WECHAT_APPID/WECHAT_SECRET; publish_browser.py implements browser automation for personal accounts. Optional analyzer keys and proxies are reasonable for the browser-analysis path.
Instruction Scope
Browser mode deliberately captures page HTML and sends a sanitized summary to an LLM for decision-making; this is within the stated scope but can leak sensitive login state or tokens despite sanitization. The SKILL.md explicitly warns and suggests using a local analyzer (Ollama) or not supplying external API keys to avoid outbound data. Also note a code bug: page_analyzer._call_openai references an undefined 'model' variable which may cause LLM calls to fail at runtime.
Install Mechanism
No install spec; instruction-only skill with Python scripts and a requirements.txt (playwright, openai). This is low-risk as long as the operator follows pip/playwright install instructions. Nothing is downloaded from arbitrary URLs in the manifest.
Credentials
No required env vars in the registry metadata; scripts correctly require WECHAT_APPID/WECHAT_SECRET for API mode and optionally accept DASHSCOPE_API_KEY/OPENAI_API_KEY for the analyzer. These optional analyzer keys are proportional to the browser-analysis feature but carry privacy implications — the default analyzer base (DashScope) is an external third-party endpoint that would receive page HTML unless a local analyzer is used.
Persistence & Privilege
Skill is not always-enabled. Browser mode stores a browser profile under ~/.openclaw/wechat-mp-browser and step screenshots under ~/.openclaw/wechat-steps; this is expected for a browser automation tool and scoped to the skill. It does not request system-wide privileges or modify other skills.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wechat-official-account - 安装完成后,直接呼叫该 Skill 的名称或使用
/wechat-official-account触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
安全缓解:SKILL.md 增加醒目隐私说明;支持本地 Ollama 无需 API Key;HTML 脱敏移除 token/csrf 等敏感模式
v1.0.1
模型驱动浏览器自动化:每次跳转后获取页面→LLM分析→执行;支持扫码登录、自动填入文章、保存为草稿;百炼 qwen3.5-plus
v1.0.0
模型驱动浏览器自动化:每次跳转后获取页面→LLM分析→执行;支持扫码登录、自动填入文章、保存为草稿;百炼 qwen3.5-plus
元数据
常见问题
WeChat Official Account (公众号发文) 是什么?
Create and publish WeChat Official Account (公众号) articles. Use when: (1) User wants to auto-post to WeChat Official Account, (2) Create draft from title + co... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 734 次。
如何安装 WeChat Official Account (公众号发文)?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wechat-official-account」即可一键安装,无需额外配置。
WeChat Official Account (公众号发文) 是免费的吗?
是的,WeChat Official Account (公众号发文) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
WeChat Official Account (公众号发文) 支持哪些平台?
WeChat Official Account (公众号发文) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 WeChat Official Account (公众号发文)?
由 antaeus001(@antaeus001)开发并维护,当前版本 v1.0.2。
推荐 Skills