← 返回 Skills 市场
majiabin2020

微信公众号文章自动发布助手

作者 majiabin2020 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
99
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wechat-official-account-article-auto-publisher
功能描述
智能创作、提取微信公众号文章、生成封面并发布到微信公众号草稿箱。适用于“按标题直接写稿”“参考文章改写”“提取 mp.weixin 链接”“创建草稿并发布”的完整工作流。
安全使用建议
This skill appears to do what it says (write/rewrite WeChat articles, generate covers, create and publish drafts). Before installing or running it: 1) Inspect scripts/wechat_skill/wechat_api.py to confirm exactly which WeChat endpoints are used and ensure it only uses your app_id/app_secret to call official WeChat APIs; 2) Do not paste your app_id/app_secret or image-provider API keys into any remote UI — keep them in a local config.json you control; 3) Note the default image provider base URLs (ark.cn-beijing.volces.com and dashscope.aliyuncs.com) — if you prefer official vendor endpoints, override these in config.json or supply your own provider configuration; 4) Run in --dry-run first and test with non-sensitive content to see what network calls occur; 5) If you need higher assurance, run the code in an isolated environment, and audit any network traffic or logs to verify no unexpected endpoints receive your content. If you want me to, I can review the full wechat_api.py and any remaining omitted files for unexpected endpoints or credential handling.
功能分析
Type: OpenClaw Skill Name: wechat-official-account-article-auto-publisher Version: 1.0.0 The skill bundle is a comprehensive tool for automating the creation and publishing of WeChat Official Account articles. It includes scripts for web scraping (extractors.py), AI-driven content generation (creation.py), image generation via Doubao or Qwen APIs (covers.py), and official WeChat API integration (wechat_api.py). While the tool handles sensitive credentials (app_id, app_secret, and API keys) and performs network requests, these actions are strictly aligned with its stated purpose. No evidence of data exfiltration, malicious prompt injection, or unauthorized execution was found.
能力评估
Purpose & Capability
Name/description match the packaged code: the CLI and Python modules implement article creation, extraction from mp.weixin.qq.com, markdown/HTML rendering, cover generation, uploading materials, and creating/publishing WeChat drafts. The resources requested (config.json containing wechat.app_id/app_secret and image provider API keys) are consistent with the functionality.
Instruction Scope
SKILL.md instructs the agent to run the included CLI (python scripts/publish_wechat.py) to create/write/workflow/extract/cover/draft/publish operations. The instructions reference a local config.json and bundled templates. At runtime the skill will fetch arbitrary URLs (for extraction), call image-generation providers, and call WeChat APIs to upload/create drafts — which is expected, but means article content and assets will be transmitted over the network. The docs include a hard-coded example Windows path for config.json (documentation artifact) but code resolves a configurable path; this is minor but potentially confusing.
Install Mechanism
There is no registry install spec; the package is delivered as scripts and an optional CLI. The code uses a requirements.txt and provides a CLI 'install' command which calls pip to install dependencies. No archive downloads or remote installers are embedded in the skill itself.
Credentials
The registry metadata lists no required environment variables, and the skill expects credentials in a config.json (wechat.app_id and wechat.app_secret) plus optional image provider keys (doubao/qwen). That is proportionate to the described features, but the skill does not declare these as platform-level secrets — they are local config entries. Users should note that image-generation provider defaults point at specific third-party base_url values in config.json (e.g., ark.cn-beijing.volces.com and dashscope.aliyuncs.com). Providing credentials will enable the skill to transmit content to those remote services.
Persistence & Privilege
Skill flags are default (always: false, agent can invoke autonomously). The skill does not request permanent platform-level presence nor attempts to modify other skills. It writes creation artifacts to a workspace/output directory and can call out to APIs; these behaviors are expected for this tool.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wechat-official-account-article-auto-publisher
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wechat-official-account-article-auto-publisher 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
WeChat Official Account Article Auto Publisher 1.0.0 – Initial Release - Provides a complete workflow for automatic article creation, rewriting, cover generation, and publishing to WeChat Official Account draft box. - Supports title-based writing, rewriting reference articles, extracting content from mp.weixin links, and direct draft publishing. - Offers a layered structure: orchestration for creative logic, and Python tools for extraction, formatting, cover generation, image upload, and publishing. - Standardizes output structure (Markdown, 1200–1500 words, clear sections) and includes quality checks and creative rules. - Command-line interface supports one-click workflows, material upload, and covers both draft and publish stages. - All outputs and commands follow structured JSON conventions for easy integration.
元数据
Slug wechat-official-account-article-auto-publisher
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

微信公众号文章自动发布助手 是什么?

智能创作、提取微信公众号文章、生成封面并发布到微信公众号草稿箱。适用于“按标题直接写稿”“参考文章改写”“提取 mp.weixin 链接”“创建草稿并发布”的完整工作流。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 99 次。

如何安装 微信公众号文章自动发布助手?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install wechat-official-account-article-auto-publisher」即可一键安装,无需额外配置。

微信公众号文章自动发布助手 是免费的吗?

是的,微信公众号文章自动发布助手 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

微信公众号文章自动发布助手 支持哪些平台?

微信公众号文章自动发布助手 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 微信公众号文章自动发布助手?

由 majiabin2020(@majiabin2020)开发并维护,当前版本 v1.0.0。

💬 留言讨论