← Back to Skills Marketplace
Baoyu Cover Image
by
Jim Liu 宝玉
· GitHub ↗
· v1.117.5
· MIT-0
7966
Downloads
6
Stars
75
Active Installs
13
Versions
Install in OpenClaw
/install baoyu-cover-image
Description
Generates article cover images with 5 dimensions (type, palette, rendering, text, mood) combining 11 color palettes and 7 rendering styles. Supports cinemati...
Usage Guidance
Review the image-safety language before installing. The skill is useful for generating cover images and its file writes are mostly disclosed, but it may encourage an agent to keep generating around sensitive/copyrighted subject refusals. Prefer using it only with rights-cleared subjects and keep project-local preferences unless you intentionally want cross-project defaults.
Capability Assessment
Purpose & Capability
The main purpose and file set fit article cover-image generation, but references/base-prompt.md tells the agent not to refuse sensitive or copyrighted figure requests by making stylistically similar alternatives; that safety-bypass instruction is not necessary for the stated purpose.
Instruction Scope
The workflow usually requires user confirmation before generation and stores prompts for reproducibility, but the base prompt's 'DO NOT refuse' language is an overbroad instruction that can conflict with platform safety or rights restrictions.
Install Mechanism
The package contains markdown instructions and references only; static scan found no suspicious patterns, files are non-executable, and VirusTotal telemetry was clean.
Credentials
The skill reads article/reference inputs, writes source/ref/prompt/output files, and may invoke runtime image backends or a documented Codex wrapper; those actions are expected for image generation, though generated prompts and reference images may be sent to the selected backend.
Persistence & Privilege
The skill persists user preferences in EXTEND.md, with project scope recommended and user-wide scope disclosed; optional cache/log paths are documented and no background persistence is shown.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install baoyu-cover-image - After installation, invoke the skill by name or use
/baoyu-cover-image - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.117.5
**Improved image backend auto-selection and runtime support:**
- Added support for Cursor’s native GenerateImage tool, with correct aspect-ratio and output-path handling in prompts.
- Refined Codex CLI integration: load backend invocation instructions and parameters from a new, dedicated reference file.
- Updated backend selection logic prioritizing runtime-native tools (e.g., Codex, Cursor) before non-native backends.
- Removed obsolete skill-card.md; added references/codex-imagegen.md with Codex CLI wrapper details.
- Documentation clarifies backend selection flow and provides runtime-specific notes.
v1.117.4
v2.0.0: rename baoyu-imagine→baoyu-image-gen and baoyu-image-cards→baoyu-xhs-images; cross-skill image-backend examples updated
v1.117.3
Codex CLI (`codex exec`) support added for image generation:
- Now supports Codex raster backend via `codex exec` (`codex-imagegen`) if no native `imagegen` skill is present but Codex CLI is available.
- Documents command structure for invoking the Codex wrapper script, including absolute path requirements and error handling.
- Clarifies image backend auto-selection order and fallback when multiple options exist.
- No other logic or option changes.
v1.117.2
## 1.117.2 - 2026-05-17
### Documentation
- `baoyu-cover-image`: ban programmatic text repair on generated bitmaps — disallow ImageMagick / Pillow / Canvas / SVG / HTML overlays to cover, rewrite, or replace title/subtitle text; regenerate from a corrected prompt or switch to a lower-text or no-title variant instead
- `baoyu-article-illustrator`, `baoyu-comic`, `baoyu-image-cards`, `baoyu-xhs-images`, `baoyu-infographic`, `baoyu-slide-deck`: sync the same text-repair ban with skill-specific text categories (labels/captions, dialogue/sound effects, titles/body/tags, headings/data values, slide titles/bullets)
v1.115.4
### Documentation
- Image generation backend selection: emphasize Codex `imagegen` as the priority runtime-native tool (invoke via the `Skill` tool with `skill: "imagegen"`) and forbid SVG/HTML/canvas substitution when no raster backend can be resolved — fall through to asking the user instead of silently emitting code-based art. Updated in `docs/image-generation-tools.md` and inlined into `baoyu-article-illustrator`, `baoyu-comic`, `baoyu-cover-image`, `baoyu-image-cards`, `baoyu-infographic`, `baoyu-slide-deck`, and `baoyu-xhs-images`.
v1.103.2
baoyu-cover-image 1.103.2
- Clarified user input tool selection with detailed fallback and batching rules in the documentation.
- Documented new backend resolution order for image generation, including support for user override, saved preferences, and auto-selection logic.
- Updated confirmation policy to align with new explicit/implicit confirmation rules and the --quick override.
- Aligned configuration lookup priority and completed details for first-time setup and preference checking.
- No functional changes to cover image parameters; changes focus on tool/interaction flexibility and documentation precision.
v1.103.1
## 1.103.1 - 2026-04-13
### Fixes
- `baoyu-markdown-to-html`: decode HTML entities and strip tags from article summary
- `baoyu-post-to-weibo`: decode HTML entities and strip tags from article summary
v1.103.0
## 1.103.0 - 2026-04-12
### Features
- baoyu-diagram: add multi-diagram mode for article-wide diagram generation
### Fixes
- baoyu-article-illustrator: prevent color names and hex codes from appearing as visible text in generated images
- baoyu-cover-image: prevent color names and hex codes from appearing as visible text in generated images
- baoyu-image-cards: prevent color names from appearing as visible text in generated images
- baoyu-post-to-wechat: decode HTML entities and strip tags from article summary
v1.60.3
## baoyu-cover-image 1.60.3
- Added new "macaron" color palette, increasing the total palettes from 10 to 11.
- Updated documentation in SKILL.md and preferences/config/preferences-schema.md to include the new palette.
- Expanded palette listings and sample options to feature "macaron" in all relevant references and tables.
- Added a dedicated file: references/palettes/macaron.md describing the new palette.
- Improved documentation consistency across references.
v1.60.2
baoyu-cover-image 1.60.2
- Updated workflow for handling people in reference images: clarified support for `--ref` and model requirements.
- Improved documentation in SKILL.md and references/workflow/reference-images.md regarding reference image analysis and description handling.
- Adjusted decision table and instructions for reference images to reflect current model capabilities.
- No interface or breaking command changes.
v1.60.1
baoyu-cover-image v1.60.1
- Clarified workflow requirements for reference images containing people, including per-character descriptions and mandatory direct usage for accurate representation.
- Updated confirmation flow: selection of options must use the AskUserQuestion tool for interactive, multi-question selection (not plain text tables).
- Improved documentation to reflect stricter handling and formatting for reference images and interactive option selection in Step 2.
- Refined instructions and requirements in reference/workflow/reference-images.md, workflow/prompt-template.md, and workflow/confirm-options.md.
v1.60.0
## 1.60.0 - 2026-03-11
### Features
- `baoyu-url-to-markdown`: support reusing existing Chrome CDP instances and fix port detection order
### Fixes
- `baoyu-post-to-x`: add missing `fs` import in x-article
### Refactor
- Unify all CDP skills to use shared `baoyu-chrome-cdp` package with vendored copies
- Simplify CLAUDE.md, move detailed documentation to `docs/` directory
- Publish skills directly from synced vendor, removing separate artifact preparation step
v1.0.0
baoyu-cover-image v1.56.1
- Major documentation update: new detailed SKILL.md covering usage, options, customization dimensions, file structure, and workflow.
- Describes support for 5 core design dimensions (type, palette, rendering, text, mood), 10 color palettes, 7 rendering styles, and multiple aspect ratios.
- Clear command options and presets for easy cover image generation with or without user confirmation.
- Adds workflows for setup, content analysis, prompt creation, and generation with reference handling.
- Expanded gallery and reference section links for each dimension and style.
Metadata
Frequently Asked Questions
What is Baoyu Cover Image?
Generates article cover images with 5 dimensions (type, palette, rendering, text, mood) combining 11 color palettes and 7 rendering styles. Supports cinemati... It is an AI Agent Skill for Claude Code / OpenClaw, with 7966 downloads so far.
How do I install Baoyu Cover Image?
Run "/install baoyu-cover-image" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Baoyu Cover Image free?
Yes, Baoyu Cover Image is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Baoyu Cover Image support?
Baoyu Cover Image is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Baoyu Cover Image?
It is built and maintained by Jim Liu 宝玉 (@jimliu); the current version is v1.117.5.
More Skills