← Back to Skills Marketplace
XiaoHongShu
by
yangfan911113
· GitHub ↗
· v1.0.0
· MIT-0
175
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install xiaohongshucreator
Description
帮助生成和优化符合小红书风格的笔记内容,包括标题、话题标签和emoji推荐,提升内容吸引力与互动率。
Usage Guidance
This skill appears coherent and focused on Xiaohongshu-style content generation. Before installing, consider: 1) npm dependency: package.json depends on '@ai-sdk/google' — installing the skill may fetch that package from the npm registry and that package might contact external services or require API keys; verify its origin (inspect the package or the repo). 2) Source provenance: the skill's source is listed as unknown; if you need stronger assurance, review the GitHub repo linked in package.json or run the code in a sandbox. 3) Runtime model use: the SKILL.md doesn’t ask for credentials, and the included code doesn’t actually call external AI APIs, but if you (or an update) modify it to use the AI SDK, API keys could be required — ensure you don’t provide unrelated credentials. If you want to proceed safely: inspect the dependency '@ai-sdk/google', run npm install in an isolated environment, or request the author/source verification.
Capability Analysis
Type: OpenClaw Skill
Name: xiaohongshucreator
Version: 1.0.0
The skill bundle is a legitimate content creation tool for the XiaoHongShu platform. The code in `content-creator/index.js` consists of string manipulation functions and prompt templates for AI-driven content optimization, such as title generation and hashtag suggestions. No evidence of data exfiltration, malicious execution, or suspicious network activity was found across the files.
Capability Assessment
Purpose & Capability
The name/description (XiaoHongShu content creation) align with the files and SKILL.md: functions are text optimization, title/hashtag generation, emoji insertion and simple generation/analysis. The included code implements exactly those behaviors. The presence of a dependency on '@ai-sdk/google' is somewhat unexpected given SKILL.md does not mention external SDK usage, but the code imports the SDK and does not actually call it, so this looks like a minor implementation artifact rather than a capability mismatch.
Instruction Scope
SKILL.md describes inputs/outputs and runtime behavior only around content generation and optimization. The instructions do not ask the agent to read unrelated system files, environment variables, or send data to external endpoints. The provided index.js performs purely local string manipulation and simple heuristics; it does not contain network calls or file reads/writes beyond normal CLI usage.
Install Mechanism
There is no explicit install spec in the skill bundle (instruction-only), but package.json lists a dependency on '@ai-sdk/google'. Installing the skill in an environment that runs npm install would fetch that package from the registry. That is a standard dependency pattern, not inherently suspicious, but it does mean an install step could pull third-party code from the npm registry.
Credentials
The skill declares no required environment variables or credentials, and the SKILL.md does not request secrets. However, package.json depends on '@ai-sdk/google', which in other contexts might require API credentials to call Google services. In this code base the imported AI object is not used, so there is no active credential use or exfiltration in the present files — still, the dependency implies a potential need for credentials if the code were extended.
Persistence & Privilege
The skill does not request always: true, does not modify other skills or system-wide configuration, and does not persist privileged settings. It runs as a normal user-space CLI script and does not request elevated persistence or cross-skill privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install xiaohongshucreator - After installation, invoke the skill by name or use
/xiaohongshucreator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of xiaohongshucreator skill.
- Generates and optimizes content specifically for the Xiaohongshu platform.
- Features content polishing, catchy title generation, topic hashtag suggestions, and emoji enhancements.
- Supports content creation across different topics and formats (e.g., lifestyle, beauty, food, posts, video scripts).
- Outputs include optimized notes, multiple title options, hashtags, and a style analysis report.
Metadata
Frequently Asked Questions
What is XiaoHongShu?
帮助生成和优化符合小红书风格的笔记内容,包括标题、话题标签和emoji推荐,提升内容吸引力与互动率。 It is an AI Agent Skill for Claude Code / OpenClaw, with 175 downloads so far.
How do I install XiaoHongShu?
Run "/install xiaohongshucreator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is XiaoHongShu free?
Yes, XiaoHongShu is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does XiaoHongShu support?
XiaoHongShu is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created XiaoHongShu?
It is built and maintained by yangfan911113 (@yangfan911113); the current version is v1.0.0.
More Skills