← Back to Skills Marketplace
107
Downloads
0
Stars
0
Active Installs
6
Versions
Install in OpenClaw
/install smart-wechat-publisher
Description
自动收集15条AI新闻,生成HTML内容,并定时发布至微信公众号草稿箱,支持多模板和自定义发布时间。
Usage Guidance
Do not paste your WeChat AppSecret or AppID into this skill yet. The code you shipped does not show any actual news-collection logic (it uses static placeholders) and SKILL.md refers to install/activation scripts that are missing from the package — this could be an incomplete release or deliberately partial. Before installing or entering credentials: 1) request the full, un-truncated publish.py and the missing scripts (install.sh, activate.py) and review them for outbound network calls beyond api.weixin.qq.com; 2) verify where config/credentials will be stored on disk (~/.agents/... or the skill directory) and inspect those files for any upload/telemetry behavior; 3) if you must test, run the skill in an isolated environment (throwaway account or container) and monitor network traffic; 4) prefer to configure AppSecret in a per-skill config file rather than as a system-wide env var, and revoke/reset the AppSecret after testing if anything looks suspicious. The package's mismatches lower my confidence — clarifying the missing files and confirming the code that actually fetches news would move this toward 'benign.'
Capability Analysis
Type: OpenClaw Skill
Name: smart-wechat-publisher
Version: 1.1.4
The skill bundle is a functional tool for publishing content to WeChat Official Accounts. The Python script (scripts/publish.py) correctly handles WeChat API authentication, token caching, and draft creation using the official 'api.weixin.qq.com' endpoint. While the current version contains hardcoded news content as placeholders rather than a dynamic scraper, there is no evidence of credential exfiltration, unauthorized network activity, or malicious prompt injection. The monetization and licensing logic (usage.json/license.json) is implemented locally and transparently documented in SKILL.md and USER_GUIDE.md.
Capability Assessment
Purpose & Capability
The skill claims to '自动收集 15 条 AI 新闻' but the visible publish.py builds content from static placeholders (no news-scraping or aggregator calls). The skill also documents auxiliary scripts (install.sh, activate.py) that are referenced in SKILL.md but are not present in the file manifest — this mismatch suggests the package as provided is incomplete or the documentation is out of date.
Instruction Scope
SKILL.md instructs storing AppID/AppSecret and running install/activation flows; the runtime script reads config files and an environment variable (WECHAT_APP_SECRET) that is not declared in the registry metadata. The instructions reference external purchase/activation interactions (contacting a maintainer, scanning QR codes) which are outside the skill runtime and rely on out-of-band processes. The code writes local license/usage/token files under its own memory directory (expected) but the discrepancy between claimed automatic news collection and the actual content preparation is scope creep / inconsistency.
Install Mechanism
There is no external install spec or network download embedded in the skill bundle itself — the skill is instruction/code-only. No install-from-URL or extract operations were specified in the manifest, which lowers installation risk. (That said, SKILL.md mentions an external zip source in docs; the bundle provided here does not include such a download.)
Credentials
Requesting WeChat credentials (AppID and AppSecret) is appropriate for a publisher skill. However, the registry metadata lists no required env vars while the code reads an environment variable WECHAT_APP_SECRET if present (and falls back to a config file). That undeclared env-var and the mismatch between declared required credentials in the manifest and in SKILL.md/configs is an inconsistency the maintainer should clarify before you enter secrets.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and stores data under its own script_dir/memory subdirectory (token cache, usage, license). It requires typical local persistence for caching and trial accounting but does not request elevated system privileges in the visible code.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install smart-wechat-publisher - After installation, invoke the skill by name or use
/smart-wechat-publisher - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.4
修改公众号名称:心识孤独的猎手(重要更新)
v1.2.0
新增自动新闻收集功能,实现全自动发布
v1.1.3
修改公众号名称:心识孤独的猎手
v1.1.2
更新联系方式:公众号 - 心识孤独的猪手,邮箱:[email protected]
v1.1.1
更新联系方式:公众号 - 心识孤独的猪手,邮箱:[email protected]
v1.1.0
试用次数增加到 50 次,覆盖用户学习成本和模板测试
Metadata
Frequently Asked Questions
What is 智能微信公众号发布技能?
自动收集15条AI新闻,生成HTML内容,并定时发布至微信公众号草稿箱,支持多模板和自定义发布时间。 It is an AI Agent Skill for Claude Code / OpenClaw, with 107 downloads so far.
How do I install 智能微信公众号发布技能?
Run "/install smart-wechat-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 403914291 (@403914291); the current version is v1.1.4.
More Skills