← 返回 Skills 市场
484
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install xiaohongshu-mcp-patch
功能描述
自动检测并修复小红书MCP部署常见问题,包括端口占用、cookie路径、服务状态及超时等待。
安全使用建议
Do not run these scripts blindly on a production system. Specific recommendations:
- Inspect each script line-by-line before executing. Ensure COOKIE_SOURCE and other paths point to files you control.
- Avoid running the one-click script as root or on a multi-user host. kill -9 and broad lsof|xargs patterns can terminate unrelated processes.
- Do not start executables directly from /tmp unless you trust the binary. Prefer keeping the MCP binary in a controlled directory and verify its checksum/signature.
- Copying cookies around can expose sensitive tokens; ensure you supply the correct cookie file and limit its file permissions.
- Run first in an isolated environment (container or VM) to validate behavior and logs (/tmp/mcp.log).
- If you want to use this skill, consider modifying scripts to use safer practices (gentle TERM signal before SIGKILL, explicit paths, sanity-checks on files and binaries, fewer blanket file copies).
- Metadata mismatch (homepage present in skill.json but registry showed none) is likely packaging sloppiness—confirm source and provenance of the skill before trusting it.
If you can provide the actual MCP binary location and intended runtime user, or confirm you will run these in an isolated test VM, that would increase confidence.
功能分析
Type: OpenClaw Skill
Name: xiaohongshu-mcp-patch
Version: 1.0.0
The skill bundle contains bash scripts for managing the 'Xiaohongshu MCP' service that perform high-risk operations. Key indicators include scripts that kill processes by port (fix-port.sh), copy sensitive session cookies to potentially world-readable locations like /tmp (fix-cookie.sh), and execute binaries directly from /tmp (check-service.sh). While these actions are consistent with the stated goal of troubleshooting deployment issues, they introduce significant security vulnerabilities regarding credential exposure and insecure execution paths.
能力评估
Purpose & Capability
The name/description (MCP deployment fixes) align with the provided repair scripts (port release, cookie placement, waiting for Chrome, service check/start). Minor metadata inconsistency: registry metadata lists 'Homepage: none' while skill.json contains a homepage URL — this is likely a packaging/metadata mismatch but not itself dangerous.
Instruction Scope
The SKILL.md scripts perform system-level actions: forcibly killing processes (kill -9), copying cookie files into multiple filesystem locations, and launching an executable from /tmp (nohup ./xiaohongshu-mcp-linux-amd64). Running executables from /tmp and launching whatever binary resides there can execute arbitrary code if an attacker or other user places a malicious binary in /tmp. The cookie script expects a source path but the example hardcodes COOKIE_SOURCE, creating potential for user error or accidental copying of sensitive files. The one-click script runs lsof|xargs kill -9 which can be destructive if misapplied. All of these are within the general scope of deployment repair, but they grant the operator-wide discretion and can have side effects; therefore caution is warranted.
Install Mechanism
Instruction-only skill with no install spec and no code files—lowest install risk. The skill does expect common system tools (lsof, pgrep, curl, nohup) to exist but does not declare them as required; that's common for instruction-only patches but worth noting.
Credentials
No environment variables, credentials, or config paths are requested. Scripts operate on local filesystem paths (/tmp, ~/.cache) and localhost. No external network endpoints are contacted beyond localhost. The required privileges (ability to kill processes, read/write files, start binaries) are typical for a deployment-fix script but should be granted deliberately.
Persistence & Privilege
Skill is not always-enabled and does not request persistent privileges. It does not modify other skills or agent-wide configuration in the provided instructions.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install xiaohongshu-mcp-patch - 安装完成后,直接呼叫该 Skill 的名称或使用
/xiaohongshu-mcp-patch触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- 初始发布,提供小红书 MCP 常见部署问题的自动化修复脚本集。
- 修复端口占用、cookie 路径缺失、Chrome 安装卡住、服务状态异常等问题。
- 每个问题提供独立的 Bash 修复脚本及使用说明。
- 提供一键修复总脚本,实现端到端自动检测与修正。
- 适用于小红书 MCP 服务部署常见故障场景。
元数据
常见问题
小红书MCP补丁包 是什么?
自动检测并修复小红书MCP部署常见问题,包括端口占用、cookie路径、服务状态及超时等待。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 484 次。
如何安装 小红书MCP补丁包?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install xiaohongshu-mcp-patch」即可一键安装,无需额外配置。
小红书MCP补丁包 是免费的吗?
是的,小红书MCP补丁包 完全免费(开源免费),可自由下载、安装和使用。
小红书MCP补丁包 支持哪些平台?
小红书MCP补丁包 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 小红书MCP补丁包?
由 NANA(@tinadu-ai)开发并维护,当前版本 v1.0.0。
推荐 Skills