← 返回 Skills 市场
franklu0819-lang

Xiaohongshu Post Gen

作者 xiaofei · GitHub ↗ · v1.1.0
cross-platform ✓ 安全检测通过
316
总下载
0
收藏
3
当前安装
2
版本数
在 OpenClaw 中安装
/install xiaohongshu-post-gen
功能描述
Generate complete Xiaohongshu (Little Red Book) posts with up to 10 pages (3:4 vertical format). Auto-parses text content into cover + content pages. Support...
安全使用建议
This skill appears to do exactly what it claims: parse your text into pages, call Google Gemini image generation, and save PNG files. Before using it: 1) Provide a GEMINI_API_KEY you trust (requests and content will be sent to the model provider). 2) Run the script in an isolated Python virtual environment and install the declared dependencies (google-genai, pillow) to avoid supply-chain surprises. 3) Review the full script locally (the main function was truncated in the listing) to confirm there are no additional unexpected behaviors. 4) Avoid embedding any sensitive secrets inside content you send to the image API (the model provider will receive the prompts). 5) If you need offline or private generation, do not provide a cloud API key — instead adapt the code to a local model/backend.
功能分析
Type: OpenClaw Skill Name: xiaohongshu-post-gen Version: 1.1.0 The skill bundle is a legitimate tool for generating multi-page Xiaohongshu (Little Red Book) social media posts. The Python script `scripts/gen_post.py` parses user-provided text into structured pages and uses the Gemini API (`gemini-3.1-flash-image-preview`) to generate themed images. The code follows standard practices for API usage and file handling, with no evidence of data exfiltration, malicious execution, or prompt injection attacks against the agent.
能力评估
Purpose & Capability
Name/description (Xiaohongshu post generator) match the included script and SKILL.md: the script parses content, builds page prompts, calls a Gemini image model, and writes 3:4 PNG pages. The required GEMINI_API_KEY is appropriate for the declared model usage.
Instruction Scope
SKILL.md instructs running the included Python script with title/content and setting GEMINI_API_KEY. The script only parses the provided content, constructs prompts, calls google.genai to request images, and writes PNG files to the specified output folder. It does not read unrelated system files, other environment variables, or post data to unknown endpoints.
Install Mechanism
There is no install spec (instruction-only) and dependencies are declared only in comments inside the script (google-genai, pillow). This is low risk but means the user must install dependencies themselves; verify and install packages in a controlled environment (venv) before running.
Credentials
Only GEMINI_API_KEY is required and used. That is proportional to the stated purpose (remote model calls). No unrelated credentials or config paths are requested.
Persistence & Privilege
Skill does not request always:true, does not modify other skills or system configs, and has no special persistence/privilege requirements. It runs on-demand as a user-invoked script.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install xiaohongshu-post-gen
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /xiaohongshu-post-gen 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
更新依赖:使用 nano-banana-2-direct 作为底层图像生成引擎
v1.0.0
自动生成小红书风格的多页图文内容,支持4种视觉风格,最多10页,3:4竖版格式
元数据
Slug xiaohongshu-post-gen
版本 1.1.0
许可证
累计安装 3
当前安装数 3
历史版本数 2
常见问题

Xiaohongshu Post Gen 是什么?

Generate complete Xiaohongshu (Little Red Book) posts with up to 10 pages (3:4 vertical format). Auto-parses text content into cover + content pages. Support... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 316 次。

如何安装 Xiaohongshu Post Gen?

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

Xiaohongshu Post Gen 是免费的吗?

是的,Xiaohongshu Post Gen 完全免费(开源免费),可自由下载、安装和使用。

Xiaohongshu Post Gen 支持哪些平台?

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

谁开发了 Xiaohongshu Post Gen?

由 xiaofei(@franklu0819-lang)开发并维护,当前版本 v1.1.0。

💬 留言讨论