← Back to Skills Marketplace
dongrebeccahhh-boop

Wechat Article

by dongrebeccahhh-boop · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
85
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install dongrebeccahhh-wechat-article
Description
微信公众号创作技能,按照傅盛写作风格指南创作口语化、故事感、有态度的文章
README (SKILL.md)

微信公众号创作技能

按照专业风格创作公众号文章。

安装

clawhub search wechat-article
clawhub install wechat-article

写作流程

  1. 读取写作风格指南
  2. 按照傅盛写作风格创作
  3. 生成适合公众号的排版格式

写作要点

风格要求

  • 口语化 - 像朋友聊天一样
  • 故事感 - 用故事传递观点
  • 有态度 - 不是AI八股文

标题策略

  • 悬念 > 结论
  • 情感 > 理性
  • 30字以内最佳

内容技巧

  • 善用类比,让复杂的事简单化
  • 数据支撑但不堆砌
  • 段落简短,方便手机阅读
  • 每300字左右配一张图

文章结构

# 标题(30字内,含悬念)

[开头:用故事或问题吸引读者]

## 第一部分
[核心观点 + 故事/案例]

## 第二部分
[深入分析]

## 第三部分
[总结 + 行动建议]

[结尾:金句收尾]

封面图生成

uv run /usr/lib/node_modules/openclaw/skills/nano-banana-pro/scripts/generate_image.py \
  --prompt "公众号封面:[标题关键词],极简科技风" \
  --filename cover.jpg \
  --resolution 2K

发布流程

  1. 创作文章内容
  2. 生成封面图
  3. 使用 wechat-mp-toolkit 发布

技能创建时间: 2026-03-17

Usage Guidance
This skill is primarily a writing template, which is fine, but the instructions try to run an external image-generation script at /usr/lib/node_modules/openclaw/skills/nano-banana-pro/scripts/generate_image.py and to publish via 'wechat-mp-toolkit' without declaring any credentials. Before installing or running it: 1) Verify whether that generate_image.py exists on your system and inspect its contents — do not run it until you trust it. 2) Confirm where the 'writing style guide' is stored (local file, remote URL, or embedded text); avoid granting broad file-read permissions. 3) If you plan to use the publishing step, ensure the required WeChat publishing credentials are provided separately and follow least privilege; do not hardcode secrets. 4) Prefer running the image-generation and publishing steps in a sandbox or isolated environment first. If these external tools/scripts are intentional and trusted, ask the skill author to declare them (install steps and required env vars) so the behavior is transparent.
Capability Analysis
Type: OpenClaw Skill Name: dongrebeccahhh-wechat-article Version: 1.0.0 The skill bundle provides instructions and templates for generating WeChat articles in a specific writing style. It includes a command to generate cover images by calling a script in another skill directory (/usr/lib/node_modules/openclaw/skills/nano-banana-pro/scripts/generate_image.py) and mentions using a standard toolkit for publishing, which are consistent with its stated purpose and show no signs of malicious intent.
Capability Assessment
Purpose & Capability
The skill's stated purpose (write WeChat public-account articles in a specific style) is straightforward and would not normally require running system scripts or external publishing tooling. However, the SKILL.md explicitly calls a script at /usr/lib/node_modules/openclaw/skills/nano-banana-pro/scripts/generate_image.py and references 'wechat-mp-toolkit' for publishing — capabilities that are not explained or declared in the skill metadata.
Instruction Scope
Instructions direct the agent to run an external image-generation script at a hard-coded system path and to use an external publishing tool. The skill also says to 'read the writing style guide' without specifying where—potentially implying reading files or system state not contained in the skill. These steps expand the runtime scope beyond simple text-generation and grant the agent discretion to execute arbitrary local scripts.
Install Mechanism
There is no install spec (instruction-only), which limits installation risk. However, the SKILL.md references a script in /usr/lib/node_modules/... (another skill's install path). That reference implies reliance on files installed elsewhere; if that path is present, the skill expects to execute code from it, which raises risk even though this skill does not itself install anything.
Credentials
No environment variables or credentials are declared, but the publishing step ('使用 wechat-mp-toolkit 发布') would normally require credentials or tokens. The absence of declared env vars/credentials is inconsistent with the publish action. Additionally, invoking a script in another skill's node_modules path could access other configs or secrets on the system.
Persistence & Privilege
The skill does not request 'always: true' and has no install-time changes declared. It is user-invocable and allows normal autonomous invocation (platform default). There is no evidence the skill modifies other skills' configs or requests persistent elevated privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install dongrebeccahhh-wechat-article
  3. After installation, invoke the skill by name or use /dongrebeccahhh-wechat-article
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
wechat-article 1.0.0 初始发布 - 提供微信公众号写作技能,基于傅盛写作风格指南 - 支持口语化、故事感、有态度的文章创作 - 提供标题策略和内容结构建议 - 包含适合公众号的排版与配图规则 - 指导生成封面图及标准发布流程
Metadata
Slug dongrebeccahhh-wechat-article
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Wechat Article?

微信公众号创作技能,按照傅盛写作风格指南创作口语化、故事感、有态度的文章. It is an AI Agent Skill for Claude Code / OpenClaw, with 85 downloads so far.

How do I install Wechat Article?

Run "/install dongrebeccahhh-wechat-article" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Wechat Article free?

Yes, Wechat Article is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Wechat Article support?

Wechat Article is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Wechat Article?

It is built and maintained by dongrebeccahhh-boop (@dongrebeccahhh-boop); the current version is v1.0.0.

💬 Comments