← 返回 Skills 市场
derekdong-star

WeChat Cover

作者 derekdong-star · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
108
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wechat-cover
功能描述
Generate WeChat official account cover images with proper 2.35:1 aspect ratio. Supports OpenAI DALL-E and Gemini image generation with customizable styles.
安全使用建议
This skill appears to do what it claims: it builds prompts locally, sends them to the configured image-generation provider, and crops the returned image for WeChat. Before installing or running it: 1) Be prepared to provide an API key for the image provider you intend to use (these keys will be sent to the provider when generating images). 2) Confirm how you will run the script (SKILL.md shows `uv run` — ensure you have the expected runner or adapt to your Python environment). 3) Note that the OpenAI client implementation requires a base_url (the included settings.json provides a default api.openai.com base_url); if you remove settings.json or expect a different override order, you may encounter runtime errors. 4) Review the remainder of scripts/generate.py (it was truncated in the provided preview) to verify there are no unexpected file reads/writes beyond settings.json and the output image. 5) Run in an isolated virtualenv and avoid putting sensitive data (personal identifiers, private content) into prompts since prompts and generated images are transmitted to the external provider. If you want additional assurance, share the full generate.py content (the truncated portion) for review.
功能分析
Type: OpenClaw Skill Name: wechat-cover Version: 1.0.0 The wechat-cover skill bundle is a legitimate tool for generating article cover images using OpenAI DALL-E or Google Gemini. The code is well-structured, follows the stated purpose in SKILL.md, and lacks any indicators of malicious intent, data exfiltration, or unauthorized execution. It correctly handles API keys via environment variables or settings.json and uses standard libraries (Pillow, openai, google-genai) for its operations.
能力标签
crypto
能力评估
Purpose & Capability
Name/description (WeChat cover generation) match the included code: image clients for OpenAI and Gemini, a cropping utility, and a generator script. The declared provider API keys (OpenAI/Gemini) are appropriate and expected for the stated functionality.
Instruction Scope
SKILL.md instructions are focused on generating images and configuring provider keys. The script reads settings.json and uses provider API keys to send prompts to remote image-generation APIs (expected). Minor mismatches: examples show running OpenAI without explicitly setting OPENAI_BASE_URL, but the OpenAI client code requires a base_url (the bundled settings.json contains a default base_url). The README also expects a 'uv' command for execution (uncommon), which could confuse users.
Install Mechanism
No install spec is provided (instruction-only install), reducing install-surface risk. The Python scripts declare reasonable runtime dependencies (openai, google-genai, pillow) in comments; nothing is being downloaded from obscure URLs or written at install time.
Credentials
Only provider-related secrets are referenced (OPENAI_API_KEY, OPENAI_BASE_URL, GEMINI_API_KEY). These are proportionate to a tool that calls remote image-generation APIs. The skill does not request unrelated credentials or system config paths.
Persistence & Privilege
The skill is not always-enabled and does not request elevated agent privileges. It does not modify other skills or system settings. Autonomous invocation is allowed (platform default) but not combined with other concerning requests.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wechat-cover
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wechat-cover 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Generate professional WeChat official account cover images with DALL-E or Gemini, custom styles, and proper aspect ratio. - Supports OpenAI DALL-E and Gemini for AI image generation. - Ensures 2.35:1 aspect ratio, clean modern styles, and output auto-cropping/resizing. - Multiple style variants: default, tech, business, lifestyle, creative. - Customizable via CLI arguments, settings.json, or environment variables. - Output filenames auto-formatted with date and title; saves PNG files. - Includes guides for installation, usage, configuration, and style selection.
元数据
Slug wechat-cover
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

WeChat Cover 是什么?

Generate WeChat official account cover images with proper 2.35:1 aspect ratio. Supports OpenAI DALL-E and Gemini image generation with customizable styles. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 108 次。

如何安装 WeChat Cover?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install wechat-cover」即可一键安装,无需额外配置。

WeChat Cover 是免费的吗?

是的,WeChat Cover 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

WeChat Cover 支持哪些平台?

WeChat Cover 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 WeChat Cover?

由 derekdong-star(@derekdong-star)开发并维护,当前版本 v1.0.0。

💬 留言讨论