← Back to Skills Marketplace
weipaiban

微排版

by weipaiban · GitHub ↗ · v1.2.0 · MIT-0
cross-platform ✓ Security Clean
140
Downloads
0
Stars
1
Active Installs
4
Versions
Install in OpenClaw
/install weipaiban-skill
Description
微排版技能 - 通过 AI 自动创建微信图文作品,支持模板搜索、配色方案、文本生成和图片替换
Usage Guidance
This skill appears internally consistent with its purpose. Before installing/using: (1) Only provide WEIPAIBAN_API_KEY to enable the core functionality; prefer creating a scoped API key if the service supports it. (2) If you want image generation, provide VOLCENGINE_* only when needed and prefer temporary STS tokens over long-lived keys. (3) The skill may download a ~4.7MB rembg model (~/.u2net/u2netp.onnx) if you enable background removal; rembg installation is only performed after you explicitly confirm the shown commands. (4) Generated images and any replacements are uploaded to the weipaiban CDN — review the privacy/terms of both weipaiban.cn and any image-generation provider (jimeng/火山引擎) before uploading sensitive content. (5) Small metadata inconsistency: WEIPAIBAN_API_BASE is referenced in the docs but not declared in the manifest optionalEnv — confirm with the publisher or treat WEIPAIBAN_API_BASE as an optional override if you need a custom API endpoint. (6) If you want extra safety, run the skill in a sandbox/container and clean the /tmp/weipaiban-task-* directories and ~/.u2net/ after use.
Capability Analysis
Type: OpenClaw Skill Name: weipaiban-skill Version: 1.2.0 The weipaiban-skill bundle is a legitimate tool designed to automate the creation of WeChat articles using the Weipaiban platform and Jimeng AI. It demonstrates a high level of transparency and security awareness by implementing mandatory user confirmation points (⏸️) for sensitive actions such as API submissions, template selection, and the installation of optional dependencies like 'rembg'. The skill uses shell commands (curl, rembg) and handles API keys, but these are strictly scoped to the stated purpose and are well-documented in SKILL.md and references/runtime-dependencies.md. No evidence of malicious intent, data exfiltration, or unauthorized persistence was found.
Capability Tags
requires-oauth-tokenrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
The skill is a 微排版 (WeChat-layout) assistant and requires a WEIPAIBAN_API_KEY to call the weipaiban.cn APIs (template search, clone, parser, asset upload). Optional env vars (VOLCENGINE_*) and the optional jimeng-ai/rembg tools are explicitly tied to the optional image-generation Step 8. The declared writes (/tmp/weipaiban-task-*/ and ~/.u2net/u2netp.onnx) are explained in the docs and are proportional to the task. One minor metadata mismatch: the SKILL.md treats WEIPAIBAN_API_BASE as an optional env var, but it is not listed in the top-level openclaw metadata optionalEnv — functionally this is harmless but is an inconsistency in the manifest.
Instruction Scope
The SKILL.md contains precise step-by-step instructions: it reads/writes only the task-dir JSON files and images, calls the weipaiban APIs with the declared API key, and uses optional jimeng/rembg flow only if the user opts in. It explicitly forbids auto-installation and mandates user confirmations at multiple interaction points. It does instruct the agent to download and analyze images (and to call external image-generation service via an optional skill) — this is required for the stated image-replacement feature and is described transparently.
Install Mechanism
There is no install spec (instruction-only skill), so nothing is automatically written to disk at install time. The docs describe optional user-driven installs (pip install rembg, installing the jimeng-ai skill via clawhub/find-skill) and clearly state the skill will not auto-run those installs without explicit user confirmation. This is proportionate and low-risk from an install perspective.
Credentials
Only WEIPAIBAN_API_KEY is required (primary credential) which matches the core service. VOLCENGINE_AK/SK/TOKEN are optional and documented as needed only for optional image-generation. No unrelated high-privilege credentials are requested. Note: WEIPAIBAN_API_BASE (custom API base) is used in the documentation but is not declared in the metadata optionalEnv list — a minor manifest inconsistency to be corrected. Overall the requested environment access is proportionate to the described capabilities.
Persistence & Privilege
always:false (not force-included). The skill writes only to its own temporary task directories and an optional model cache (~/.u2net/u2netp.onnx). It does not request to modify other skills or global agent settings. The documented persistent writes are limited in scope and explained.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install weipaiban-skill
  3. After installation, invoke the skill by name or use /weipaiban-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.0
**v1.2.0 introduces enhanced execution safety and improved dependency transparency.** - 增加“执行门禁(安全基线)”说明,明确强制确认及受控自动连续执行动作,提升交互安全性 - 新增“写入最小化说明”,详细说明本地缓存及中间文件写入范围 - 明确 Step 9 增加“最终提交前变更摘要确认”为强制交互点 - 细化外部依赖和缓存行为,完善任务目录的写入说明 - 文档内用词及结构小幅优化,提升可读性
v1.1.0
- 更新图片生成可选依赖:使用 VOLCENGINE_AK/SK/TOKEN 代替 JIMENG_ACCESS_KEY/SECRET_KEY - SKILL.md、运行时依赖和图片生成步骤文档同步变更为 Volcengine 配置方式 - 可选依赖检测和降级逻辑调整为匹配 VOLCENGINE 环境变量要求 - 其他文档细节与提示内容适配上述凭据变动
v1.0.1
**Step 8 图片生成改为可选并增加运行环境自检** - 新增详细依赖清单与降级说明,支持图片生成功能的缺省与跳过 - 交互点增加依赖检测,图片生成阶段(Step 8)支持缺失 jimeng-ai/凭据/rembg 时由用户选择跳过 - 优化 metadata,声明可选环境变量、外部依赖和技能写入目录 - 迁移依赖、运行环境和执行流程相关说明至 references/runtime-dependencies.md - 删除了旧的 CHANGELOG.md 与 README.md,精简文档结构
v1.0.0
首次发布
Metadata
Slug weipaiban-skill
Version 1.2.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 4
Frequently Asked Questions

What is 微排版?

微排版技能 - 通过 AI 自动创建微信图文作品,支持模板搜索、配色方案、文本生成和图片替换. It is an AI Agent Skill for Claude Code / OpenClaw, with 140 downloads so far.

How do I install 微排版?

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

Is 微排版 free?

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

Which platforms does 微排版 support?

微排版 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 微排版?

It is built and maintained by weipaiban (@weipaiban); the current version is v1.2.0.

💬 Comments