Xiaohongshu (小红书) Automation
Analysis
Review before installing because this skill can act through a logged-in Xiaohongshu account to publish public content via a local server, with limited approval and scoping safeguards shown.
Findings (4)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
resp = requests.post(
f"{BASE_URL}/api/v1/publish",
json=payload,
timeout=120
)The client can send a publish request to the local server, but the artifacts do not show a required user confirmation, preview, draft mode, or other guard before public posting.
Download the appropriate binaries for your system from the [GitHub Releases](https://github.com/xpzouying/xiaohongshu-mcp/releases) page. Grant execute permission to the downloaded files: ```shell chmod +x xiaohongshu-mcp-darwin-arm64 xiaohongshu-login-darwin-arm64 ```
The setup asks the user to download and execute third-party release binaries; this is central to the skill's purpose, but the artifacts do not pin a version, checksum, or signature.
Run the MCP server in a separate terminal window. It will run in the background. The server will be available at `http://localhost:18060`.
The background server is expected for this integration, but it remains available locally while running and is tied to the user's logged-in session.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Run the login tool. It will open a browser window with a QR code. Scan it with your Xiaohongshu mobile app. > **Important**: Do not log into the same Xiaohongshu account on any other web browser, as this will invalidate the server's session.
The setup relies on an authenticated Xiaohongshu account session, giving the local server delegated authority over account actions, but the artifacts do not describe session storage, revocation, or least-privilege boundaries.
