小红书卡片生成器

v1.0.0

为小红书文案生成不同风格的知识卡片附图(如 Mac Pro、赛博朋克、包豪斯风)。当用户需要将 Markdown 文案渲染成美观的图片卡片时使用。支持自动分段渲染封面和详情页。

0· 303·2 current·2 all-time
byMrQ@mr-q526
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description describe generating Xiaohongshu-style card images; the repository contains multiple Python scripts that implement exactly that behavior (rendering text to PNG). No unrelated binaries, credentials, or external services are requested.
Instruction Scope
SKILL.md instructs running the included scripts with: title, subtitle, content file path, and output directory. The scripts read the user-supplied content file and write images to the output directory (printing MEDIA:<path>). This is appropriate for the purpose, but note that the scripts will read any file path you provide — do not pass sensitive system files as the '文案路径'.
Install Mechanism
No install spec is provided (instruction-only at runtime). The code depends on Pillow and system fonts (SKILL.md mentions Pillow and macOS fonts). Absence of an install step means nothing is fetched at install time; you must ensure Pillow is available in the runtime environment.
Credentials
The skill declares no environment variables or credentials and the code does not attempt to read env vars, network endpoints, or secret files. Font paths reference macOS system fonts — a platform assumption, not a credential request.
Persistence & Privilege
always:false and no special persistence or modifications to agent/system configuration. Scripts only create the user-specified output directory and image files; they do not modify other skills or global agent settings.
Assessment
This skill appears to do what it says: local Python scripts render text files into styled PNG cards. Before using: (1) ensure Pillow is installed in the runtime environment; (2) be aware the scripts expect macOS font paths (they fall back to defaults if missing); (3) only pass intended .md/.txt files as the content path to avoid accidentally exposing sensitive files; (4) there is no network communication or credential access in the code, so network egress is not part of this skill's behavior.

Like a lobster shell, security has layers — review code before you run it.

latestvk97atjdx0djaw7gbbaz70rmb6582dxb0

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments