← Back to Skills Marketplace
94
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install wechat-publisher-skill-clean
Description
Automatically collects 15 AI news items and publishes them as HTML drafts to WeChat Official Account with customizable templates and scheduling.
Usage Guidance
This skill appears to implement WeChat publishing code and will need your WeChat AppID and AppSecret (and network access). Before installing: (1) don't rely on the registry metadata alone — verify the skill actually requires and documents app_id/app_secret (it does in SKILL.md and code); (2) confirm you trust the author/where the package came from, because supplying AppSecret gives the skill ability to call your WeChat API; (3) note the package metadata is inconsistent with SKILL.md (missing declared env vars and missing install/activate scripts) — ask the publisher for clarification or a verified source; (4) store the AppSecret securely (use environment variables rather than plain config files, set restrictive file permissions) and review the token-cache/license files the skill writes; (5) if you have any doubt, test in an isolated environment (VM or container) and inspect runtime network requests (to ensure there are no unexpected endpoints) before using it with a production account.
Capability Analysis
Type: OpenClaw Skill
Name: wechat-publisher-skill-clean
Version: 1.0.0
The skill is a legitimate automation tool for collecting AI news and publishing it to WeChat Official Account draft boxes. It uses standard Python libraries (requests) to interact with official WeChat API endpoints (api.weixin.qq.com) and handles sensitive credentials like AppSecret through local configuration or environment variables. The monetization logic, including a 50-use trial and a local license check, is transparently documented in SKILL.md and implemented in publish.py without any evidence of data exfiltration, unauthorized remote execution, or malicious prompt injection.
Capability Assessment
Purpose & Capability
The SKILL.md and code require a WeChat AppID/AppSecret and write token/license/usage files, but the registry metadata lists no required environment variables or primary credential — this is an internal mismatch (the skill legitimately needs AppID/AppSecret, but the package metadata does not declare them). Also SKILL.md refers to install/activate scripts (install.sh, activate.py) that are not present in the file manifest.
Instruction Scope
Runtime instructions and publish.py perform network calls to the WeChat API and the news-collection code calls external news APIs/RSS feeds. SKILL.md instructs users to supply AppID/AppSecret and to run install/config commands; it also documents a payment/activation flow that implies external interactions. SKILL.md's listed file structure differs from the actual manifest (missing install/activate scripts), which is scope/mapping confusion and raises doubt about what the runtime will actually do.
Install Mechanism
There is no automated installer recorded (instruction-only), and the Python scripts included run using local Python and the requests library. No downloads from arbitrary URLs or archive extraction are present in the manifest — install risk is low. The script will prompt to pip install requests if missing.
Credentials
The code expects WeChat credentials (app_id/app_secret) and optionally reads WECHAT_APP_SECRET from environment variables, which is appropriate for WeChat publishing. However the registry metadata does not declare these required credentials. The skill also stores cached tokens, license and usage files locally; these uses are explainable but the undeclared credential requirement is a red flag.
Persistence & Privilege
The skill does not request always:true and does not appear to modify other skills or system-wide settings. It writes logs, token-cache.json, usage/license files under its own memory directory — standard for this type of utility.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wechat-publisher-skill-clean - After installation, invoke the skill by name or use
/wechat-publisher-skill-clean - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- 初始发布:wechat-publisher-skill-clean 1.0.0
- 支持自动收集 15 条 AI 新闻并生成 HTML 格式内容
- 一键发布内容到微信公众号草稿箱,支持 5 种专业模板
- 提供 50 次免费试用及永久买断授权机制
- 灵活配置发布时间、模板类型、新闻条数和时区
- 附带详细安装、配置、购买和技术支持说明
Metadata
Frequently Asked Questions
What is Wechat Publisher Skill Clean?
Automatically collects 15 AI news items and publishes them as HTML drafts to WeChat Official Account with customizable templates and scheduling. It is an AI Agent Skill for Claude Code / OpenClaw, with 94 downloads so far.
How do I install Wechat Publisher Skill Clean?
Run "/install wechat-publisher-skill-clean" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Wechat Publisher Skill Clean free?
Yes, Wechat Publisher Skill Clean is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Wechat Publisher Skill Clean support?
Wechat Publisher Skill Clean is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Wechat Publisher Skill Clean?
It is built and maintained by 403914291 (@403914291); the current version is v1.0.0.
More Skills