← 返回 Skills 市场
107
总下载
0
收藏
0
当前安装
6
版本数
在 OpenClaw 中安装
/install smart-wechat-publisher
功能描述
自动收集15条AI新闻,生成HTML内容,并定时发布至微信公众号草稿箱,支持多模板和自定义发布时间。
安全使用建议
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.'
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install smart-wechat-publisher - 安装完成后,直接呼叫该 Skill 的名称或使用
/smart-wechat-publisher触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.4
修改公众号名称:心识孤独的猎手(重要更新)
v1.2.0
新增自动新闻收集功能,实现全自动发布
v1.1.3
修改公众号名称:心识孤独的猎手
v1.1.2
更新联系方式:公众号 - 心识孤独的猪手,邮箱:[email protected]
v1.1.1
更新联系方式:公众号 - 心识孤独的猪手,邮箱:[email protected]
v1.1.0
试用次数增加到 50 次,覆盖用户学习成本和模板测试
元数据
常见问题
智能微信公众号发布技能 是什么?
自动收集15条AI新闻,生成HTML内容,并定时发布至微信公众号草稿箱,支持多模板和自定义发布时间。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 107 次。
如何安装 智能微信公众号发布技能?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install smart-wechat-publisher」即可一键安装,无需额外配置。
智能微信公众号发布技能 是免费的吗?
是的,智能微信公众号发布技能 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
智能微信公众号发布技能 支持哪些平台?
智能微信公众号发布技能 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 智能微信公众号发布技能?
由 403914291(@403914291)开发并维护,当前版本 v1.1.4。
推荐 Skills