← Back to Skills Marketplace
paulforcoding

Moyu Make Xhs Pics

by paulforcoding · GitHub ↗ · vv1.0.2 · MIT-0
cross-platform ✓ Security Clean
178
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install moyu-make-xhs-pics
Description
将Markdown文章转换为小红书风格的封面图、插图和配图。支持阿里百炼和MiniMax API,4种风格(fresh/warm/notion/cute),4种布局(balanced/list/comparison/flow)。
Usage Guidance
This skill appears to do what it says: parse a local Markdown file, build prompts, call an image-generation provider, download images to /tmp, and add a watermark. Before installing or running it: 1) Provide only the provider API key(s) you trust (MINIMAX_API_KEY and/or DASHSCOPE_API_KEY). 2) Confirm the dashscope dependency is the official SDK and that the endpoints in code match the provider you intend to use. 3) Be aware generated prompts and your article text are sent to external services (image providers) — do not send sensitive content. 4) Note small documentation/metadata mismatches (registry claims no env vars; SKILL.md requires keys; SKILL.md marks DASHSCOPE_API_KEY as primary while code defaults to minimax). These are not evidence of malice but you should verify which provider you plan to use and that your API keys are scoped appropriately. 5) If you need higher assurance, inspect the dashscope/minimax endpoints and the dashscope package source (or run in an isolated environment) before giving keys or running on sensitive content.
Capability Analysis
Type: OpenClaw Skill Name: moyu-make-xhs-pics Version: v1.0.2 The skill bundle is a legitimate tool designed to convert Markdown articles into social media images using the MiniMax and Alibaba DashScope (Aliyun) APIs. The code follows standard practices for API interaction, image processing with Pillow, and Markdown parsing. No evidence of data exfiltration, unauthorized file access, or malicious execution was found; the use of environment variables for API keys and the downloading of images to /tmp/ are consistent with the stated purpose of the tool (src/image_generator.py, scripts/generate.py).
Capability Assessment
Purpose & Capability
Name/description describe Markdown→images using MiniMax and 阿里百炼 (DashScope). The code implements API clients, prompt construction, image download, watermarking and saving to /tmp — all consistent with the stated purpose. Notable inconsistency: registry metadata reported no required env vars, while SKILL.md and code require MINIMAX_API_KEY and DASHSCOPE_API_KEY.
Instruction Scope
SKILL.md instructs setting provider API keys and calling generate_article_images on a local Markdown file. Runtime instructions and code only read the specified article file, build prompts, call external image-generation APIs, download resulting images, and add watermarks. There are no instructions to scan unrelated system files or exfiltrate arbitrary local data.
Install Mechanism
No install spec supplied by the registry (instruction-only). The repository includes Python code and a requirements.txt (requests, dashscope, Pillow). No downloads from untrusted URLs or archive extraction; typical pip installs are required if running locally.
Credentials
The skill only needs API keys for the two image providers (MINIMAX_API_KEY, DASHSCOPE_API_KEY), which is proportional to its function. However SKILL.md metadata lists DASHSCOPE_API_KEY as primary while the code's default provider parameter is 'minimax' — and registry-level metadata omitted required env vars entirely. These mismatches are likely sloppy documentation but should be clarified before use.
Persistence & Privilege
The skill is not set to always:true and does not request elevated or persistent system-wide privileges. It does not modify other skills or global agent settings. The skill will invoke external APIs (normal for its purpose) and can run autonomously per platform defaults.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install moyu-make-xhs-pics
  3. After installation, invoke the skill by name or use /moyu-make-xhs-pics
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
vv1.0.2
- Added explicit documentation of required environment variables (DASHSCOPE_API_KEY and MINIMAX_API_KEY) in metadata. - Indicated DASHSCOPE_API_KEY as the recommended and primary environment variable. - Provided a note recommending the use of 阿里百炼 (Dashscope). - No code changes; documentation update only.
vv1.0.1
- Added documentation detailing functionality, installation, usage, API providers, styles, and layouts. - Clarified support for MiniMax and 阿里百炼 APIs, with four image styles and four layout options. - Described support for cover, illustration, and decoration images, including parameter options for each. - Explained configuration via environment variables and provided example usage code. - Outlined watermark support and referenced related projects for prompt logic.
Metadata
Slug moyu-make-xhs-pics
Version v1.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Moyu Make Xhs Pics?

将Markdown文章转换为小红书风格的封面图、插图和配图。支持阿里百炼和MiniMax API,4种风格(fresh/warm/notion/cute),4种布局(balanced/list/comparison/flow)。 It is an AI Agent Skill for Claude Code / OpenClaw, with 178 downloads so far.

How do I install Moyu Make Xhs Pics?

Run "/install moyu-make-xhs-pics" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Moyu Make Xhs Pics free?

Yes, Moyu Make Xhs Pics is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Moyu Make Xhs Pics support?

Moyu Make Xhs Pics is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Moyu Make Xhs Pics?

It is built and maintained by paulforcoding (@paulforcoding); the current version is vv1.0.2.

💬 Comments