← Back to Skills Marketplace
微信公众号文章自动发布助手
by
majiabin2020
· GitHub ↗
· v1.0.0
· MIT-0
99
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install wechat-official-account-article-auto-publisher
Description
智能创作、提取微信公众号文章、生成封面并发布到微信公众号草稿箱。适用于“按标题直接写稿”“参考文章改写”“提取 mp.weixin 链接”“创建草稿并发布”的完整工作流。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wechat-official-account-article-auto-publisher - After installation, invoke the skill by name or use
/wechat-official-account-article-auto-publisher - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 微信公众号文章自动发布助手?
智能创作、提取微信公众号文章、生成封面并发布到微信公众号草稿箱。适用于“按标题直接写稿”“参考文章改写”“提取 mp.weixin 链接”“创建草稿并发布”的完整工作流。 It is an AI Agent Skill for Claude Code / OpenClaw, with 99 downloads so far.
How do I install 微信公众号文章自动发布助手?
Run "/install wechat-official-account-article-auto-publisher" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 微信公众号文章自动发布助手 free?
Yes, 微信公众号文章自动发布助手 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 微信公众号文章自动发布助手 support?
微信公众号文章自动发布助手 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 微信公众号文章自动发布助手?
It is built and maintained by majiabin2020 (@majiabin2020); the current version is v1.0.0.
More Skills