← 返回 Skills 市场
301
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install aiznt-xhs
功能描述
小红书图文排版生成,JSON 入参。Use when: 用户要生成小红书风格多页图文、排版。
使用说明 (SKILL.md)
小红书图文 (aiznt-xhs)
服务端将 JSON 转为 form-urlencoded 调上游。
node scripts/xhs.js --body '{"user_text":"标题与正文","page_count":3}'
node scripts/xhs.js
URL 键:xhs_generate。配置见 TsClaw「同步天树凭证」。
安全使用建议
This skill will send any JSON you provide to whichever endpoint you place in AIZNT_PROXY_URLS.xhs_generate using the TS_TOKEN for Authorization. Before installing: 1) Ensure AIZNT_PROXY_URLS points to a trusted service (the skill will forward whatever data you give it). 2) Treat TS_TOKEN as sensitive — only supply a token with the minimal necessary scope and rotate it if you suspect misuse. 3) Note the minor doc/code mismatch: SKILL.md mentions form-urlencoded but the script sends application/json; confirm the upstream expects JSON. 4) Avoid sending unrelated secrets in the body argument. If you need higher assurance, verify the actual endpoint implementation or run the scripts in a controlled environment first.
功能分析
Type: OpenClaw Skill
Name: aiznt-xhs
Version: 1.0.0
The skill is a straightforward API wrapper for generating Xiaohongshu-style layouts. It reads configuration and authentication tokens from environment variables (TS_TOKEN, AIZNT_PROXY_URLS) and performs a standard POST request to a user-defined endpoint. No evidence of data exfiltration, malicious execution, or prompt injection was found in scripts/xhs.js or SKILL.md.
能力评估
Purpose & Capability
Name/description (XHS layout) match the actual behavior: the skill reads JSON input and POSTs it to a configured xhs_generate endpoint. Requested items (TS_TOKEN and AIZNT_PROXY_URLS) are appropriate for calling an upstream API proxy.
Instruction Scope
Runtime instructions and scripts only read the declared env vars and an optional --body-file. One small inconsistency: SKILL.md says the server converts JSON to form-urlencoded, but the script sends application/json. Otherwise the script stays within the declared purpose and does not access unrelated files or env vars.
Install Mechanism
No install spec; this is an instruction-only skill with small helper scripts. Nothing is downloaded or written during install.
Credentials
Only two env items are required: AIZNT_PROXY_URLS (URL map for proxies) and TS_TOKEN (auth token). Both are relevant and proportional to the skill's operation.
Persistence & Privilege
always is false and the skill does not request persistent or elevated platform privileges. It does not modify other skills or system-wide configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install aiznt-xhs - 安装完成后,直接呼叫该 Skill 的名称或使用
/aiznt-xhs触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Publish from ts-claw bundled-skills
元数据
常见问题
XHS Layout 是什么?
小红书图文排版生成,JSON 入参。Use when: 用户要生成小红书风格多页图文、排版。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 301 次。
如何安装 XHS Layout?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install aiznt-xhs」即可一键安装,无需额外配置。
XHS Layout 是免费的吗?
是的,XHS Layout 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
XHS Layout 支持哪些平台?
XHS Layout 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 XHS Layout?
由 tianshu(@wangshengli0421)开发并维护,当前版本 v1.0.0。
推荐 Skills