← Back to Skills Marketplace
xiaohongshu-mcp-openclaw
by
glitterccc
· GitHub ↗
· v1.0.0
· MIT-0
234
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install xiaohongshu-mcp-openclaw
Description
当用户提到小红书/XHS/Rednote 并需要关键词搜笔记、看笔记详情、抓评论、统计点赞与评论数时使用。通过 xpzouying/xiaohongshu-mcp + mcporter 提供统一查询流程。
Usage Guidance
This skill appears to do what it claims (manage a local xiaohongshu-mcp service and query it via mcporter). Before installing or running: 1) Inspect and trust the remote sources that will be fetched (npm package 'mcporter' and the GitHub module github.com/xpzouying/xiaohongshu-mcp). 2) Run preflight.sh and inspect scripts to confirm you accept files written under ~/.openclaw and ~/.agents and any systemd/launchd unit files if you plan to enable the service. 3) Prefer running in a controlled environment (VM/container) if you are unsure, and avoid running service_install.sh until you trust the binaries. 4) Note the minor mismatch: setup.sh may require Go to build the MCP binary even though 'go' is optional — install steps can fetch and compile remote code.
Capability Analysis
Type: OpenClaw Skill
Name: xiaohongshu-mcp-openclaw
Version: 1.0.0
The skill bundle provides a Xiaohongshu (XHS) integration but contains several high-risk capabilities that extend beyond simple data retrieval. Key indicators include scripts for system-level persistence (scripts/service_install.sh using systemd and launchd), automated downloading and execution of remote binaries from GitHub (scripts/setup.sh), and the use of system commands like 'open' or 'xdg-open' to launch local files (scripts/login_qr.sh). While these features are documented as supporting the MCP server's lifecycle and login flow, they provide a significant footprint for potential abuse or unauthorized background activity within the OpenClaw environment.
Capability Assessment
Purpose & Capability
Name/description match what the files do: the scripts and Python client call mcporter and a local xiaohongshu-mcp HTTP MCP server to search notes, fetch details/comments, and summarize metrics. Required binaries (bash, mcporter, python3, jq) and the included scripts are appropriate for this purpose.
Instruction Scope
SKILL.md instructs the agent to run the included shell scripts and python client which only interact with the local MCP server, local files (logs, png QR file, tmp files, ~/.openclaw, ~/.agents), and the mcporter CLI. It directs the agent to return QR file/open_command to the user (expected for login flows). There is no instruction to read unrelated system secrets or arbitrary host files.
Install Mechanism
Install steps are standard but include network installs: the registry metadata offers an npm/node install for 'mcporter' (node package) and setup.sh uses 'go install' to fetch github.com/xpzouying/xiaohongshu-mcp. These are traceable and expected for this skill, but they pull code from external registries/hosts (npm, Go proxy/GitHub). This is moderate risk compared to instruction-only skills — review upstream repositories before running installs.
Credentials
The skill purposely requires no secret env vars. It does write files under the user's home (~/.openclaw, ~/.agents, /tmp) and can install system services (launchd/systemd) if the user runs service_install.sh. Preflight/setup may require 'go' to build the xiaohongshu-mcp binary even though go is only listed as optional in preflight (a minor mismatch between declared required bins and the practical install path).
Persistence & Privilege
always:false (good). The skill does create persistent copies under ~/.openclaw and by default syncs into ~/.agents/skills; it also optionally installs a user-level service (launchd/systemd) to keep the MCP process running. These behaviors are within scope but are persistent and should be opted into consciously by the user.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install xiaohongshu-mcp-openclaw - After installation, invoke the skill by name or use
/xiaohongshu-mcp-openclaw - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial public release with robust QR login flow, login guidance, and distribution scripts.
Metadata
Frequently Asked Questions
What is xiaohongshu-mcp-openclaw?
当用户提到小红书/XHS/Rednote 并需要关键词搜笔记、看笔记详情、抓评论、统计点赞与评论数时使用。通过 xpzouying/xiaohongshu-mcp + mcporter 提供统一查询流程。 It is an AI Agent Skill for Claude Code / OpenClaw, with 234 downloads so far.
How do I install xiaohongshu-mcp-openclaw?
Run "/install xiaohongshu-mcp-openclaw" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is xiaohongshu-mcp-openclaw free?
Yes, xiaohongshu-mcp-openclaw is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does xiaohongshu-mcp-openclaw support?
xiaohongshu-mcp-openclaw is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created xiaohongshu-mcp-openclaw?
It is built and maintained by glitterccc (@glitterccc); the current version is v1.0.0.
More Skills