xiaohongshu-aio
小红书MCP服务下载、启动、重启、检测,小红书多账号管理、登录、状态检查、内容发布、小红书笔记和视频发布、点赞评论操作和用户信息查询等需要调用本技能。当用户需要从小红书获取笔记和视频数据、用户数据、发布笔记或视频时需要调用本技能。
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/cn-p5/xiaohongshu-aioWhat This Skill Does
The xiaohongshu-aio skill is a comprehensive automation toolkit designed for the OpenClaw AI agent to interact with the Xiaohongshu (Little Red Book) ecosystem. It acts as an interface for the Xiaohongshu MCP (Model Context Protocol) server, allowing the agent to manage multiple user accounts, handle authentication (including QR code scanning), perform content publication (both image and video), and engage with the platform via likes, comments, and collections. It also provides advanced data retrieval capabilities for searching and analyzing notes, user profiles, and feed content.
Installation
You can install this skill directly via the command line within your OpenClaw environment:
- Open your terminal.
- Run the command:
clawhub install openclaw/skills/skills/cn-p5/xiaohongshu-aio. - After installation, ensure you have the required runtime environment setup.
- Initialize the MCP server by running
xhs mcp download, followed byxhs mcp startto initiate the bridge between the agent and the platform. - Verify the server status using
xhs login statusto ensure successful connectivity.
Use Cases
- Social Media Management: Effortlessly switch between multiple brand or personal accounts to maintain consistent posting schedules.
- Content Marketing: Automate the publishing of high-quality image posts or videos with support for tags and custom titles.
- Community Engagement: Monitor trending topics or keywords using the search feature and proactively engage with the community by liking or commenting on relevant notes.
- Market Intelligence: Research trending content, analyze user demographics, and retrieve profile data to inform your social media strategy.
Example Prompts
- "Check if the Xiaohongshu MCP server is running, and if so, log me into my marketing account."
- "Search for the latest trending posts about 'minimalist home decor' and give me a summary of the top 3."
- "Publish a new video from my local path '/videos/summer_vlog.mp4' with the title 'Summer Vibes' and tag it with 'lifestyle' and 'vlog'."
Tips & Limitations
- Login Persistence: Always verify your login status with
xhs login statusbefore initiating automation tasks to prevent errors. - Rate Limiting: Be cautious with the frequency of automated interactions (likes/comments); excessive activity may trigger platform security mechanisms.
- Dependencies: Ensure the
uvtoolchain is properly configured, as it is required for efficient management of the MCP server dependencies. - XSEC Tokens: Always ensure you are providing the correct
xsec-tokenwhen fetching specific details, as these are time-sensitive credentials required by the platform for API access.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-cn-p5-xiaohongshu-aio": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, file-write, external-api