← Back to Skills Marketplace
Official Account Assistant
by
cp3d1455926-svg
· GitHub ↗
· v1.0.0
· MIT-0
90
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install official-account-assistant
Description
公众号超级助手。支持 AI 降味写作、自动发布文章、智能配图生成。让文章完全不像 AI 写的。
Usage Guidance
This package is internally inconsistent: the documentation promises auto-publish and AI image integrations (which require API keys and network code), but the bundle only contains a simple local helper (official_account.py) and several referenced scripts/resources are missing. Before installing or providing any credentials: 1) ask the author for the missing scripts and a clear list of required environment variables and where credentials are stored; 2) inspect any auto_publish or generate_images scripts for network endpoints and any code that sends data off-machine; 3) never supply your WeChat/third-party API keys until you can review the exact code that uses them; 4) if you want to test the shipped functionality, run official_account.py in an isolated environment (container or VM) to confirm it only operates locally. If the author cannot provide the missing components and a trustworthy source/repo (e.g., a public GitHub URL with release history), treat the skill as incomplete and avoid connecting live credentials.
Capability Analysis
Type: OpenClaw Skill
Name: official-account-assistant
Version: 1.0.0
The skill bundle provides a toolset for managing WeChat Official Accounts, including text 'humanization' (removing AI-typical phrasing), title generation, and article management. The Python code in `official_account.py` performs simple string replacements and local JSON file operations without any network calls, sensitive data access, or suspicious execution patterns. While the documentation in `SKILL.md` mentions features like auto-publishing and external scripts (e.g., `scripts/auto_publish.py`) that are not included in the provided files, the existing content shows no evidence of malicious intent, data exfiltration, or prompt injection attacks.
Capability Assessment
Purpose & Capability
The skill claims automatic publishing to 微信公众号 and integrations with DALL·E/Midjourney, which normally require API credentials and network calls. The package declares no required environment variables, no publishing or image-service credentials, and no install steps. The single included Python file (official_account.py) only manipulates a local articles.json and performs simple text transformations; it does not implement any network calls, OAuth flows, or publishing logic. Several files and scripts referenced in SKILL.md (scripts/remove_ai_flavor.py, scripts/auto_publish.py, scripts/generate_images.py, references/*, assets/*) are referenced but not present in the manifest, a strong mismatch with the stated purpose.
Instruction Scope
SKILL.md describes multi-step automated publish flows (scan QR to login, authorize API access, upload content, schedule pushes) and external image generation services, but gives no concrete commands, endpoints, or environment variable names — and the referenced helper scripts are missing. The included official_account.py implements only local drafting/humanizing and writes to articles.json; it does not access environment variables, system-wide config, or network endpoints. The instructions therefore either rely on missing code or expect the agent/operator to supply sensitive credentials interactively, which is not documented.
Install Mechanism
No install spec is provided (instruction-only skill with one Python file). That is lower-risk from an installation perspective because nothing is downloaded or executed automatically during install. However, missing referenced scripts mean functionality depends on additional code not bundled here.
Credentials
The SKILL.md requires actions that would require credentials (WeChat official account login / API authorization, API keys for DALL·E/Midjourney) but the skill declares no required environment variables or primary credential. This is disproportionate and inconsistent: either the skill should request the appropriate credentials, or it shouldn't claim to perform those networked actions. Lack of declared credential usage makes it unclear how secrets would be provided or stored if the missing scripts were later added.
Persistence & Privilege
The skill is not marked always:true and does not request system-wide config or other skills' settings. The included code writes only to a local articles.json file in the skill directory. There is no evidence of privileged persistence or modification of other skill configurations.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install official-account-assistant - After installation, invoke the skill by name or use
/official-account-assistant - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
公众号超级助手(official-account-assistant)1.0.0首发版本:
- 支持AI内容降味写作,可调整降味强度并增强人类化表达。
- 实现公众号后台自动发布、定时推送和排版优化。
- 提供智能配图:自动生成或推荐无版权图片,支持多种AI绘图工具。
- 内置操作流程说明和使用示例,便于上手。
- 附带详细的降味技巧、配图规范及注意事项。
- 提供相关脚本和指南资源链接。
Metadata
Frequently Asked Questions
What is Official Account Assistant?
公众号超级助手。支持 AI 降味写作、自动发布文章、智能配图生成。让文章完全不像 AI 写的。 It is an AI Agent Skill for Claude Code / OpenClaw, with 90 downloads so far.
How do I install Official Account Assistant?
Run "/install official-account-assistant" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Official Account Assistant free?
Yes, Official Account Assistant is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Official Account Assistant support?
Official Account Assistant is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Official Account Assistant?
It is built and maintained by cp3d1455926-svg (@cp3d1455926-svg); the current version is v1.0.0.
More Skills