xiaohongshu-skills

Route Xiaohongshu requests to CLI subcommands with JSON output.

1|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/zinan92/repo-evals --skill xiaohongshu-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xiaohongshu-skills
Source: https://github.com/zinan92/repo-evals/tree/main/repos/autoclaw-cc--xiaohongshu-skills/runs/2026-05-04/run-static-checks/artifacts
Command: npx skills add https://github.com/zinan92/repo-evals --skill xiaohongshu-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python-socks, requests, websockets.

What problem does it solve?

It turns natural-language requests about Xiaohongshu actions (login, publish, search, interact, and composite operations) into the correct, audited CLI workflows without the user manually figuring out which script/command to run.

Core Features & Use Cases

  • Intent-based routing: Automatically maps user intents to sub-skills such as xhs-auth, xhs-publish, xhs-explore, xhs-interact, and xhs-content-ops.
  • Safety guardrails: Enforces that all Xiaohongshu operations must be executed only via python scripts/cli.py <subcommand>, with explicit login checking (check-login) before actions.
  • Structured outputs & user confirmation: Requires JSON-formatted CLI output and mandates user confirmation for publishing and commenting.

Use case example: You ask to “search notes about a keyword and then like a specific post after confirming details,” and the skill routes to xhs-explore and xhs-interact while ensuring login is checked first.

Quick Start

Ask your coding agent to “Search Xiaohongshu feeds for keyword ‘小红书运营’ and return the top results in JSON.”

Frequently Asked Questions about xiaohongshu-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Xiaohongshu feed search and content publishing using natural language?

To automate Xiaohongshu feed search and content publishing, route natural-language requests into safe CLI workflows. The skill maps user intent to correct subcommands, enforces login validation, and returns JSON-formatted results.

What is intent-based routing for Xiaohongshu social engagement automation?

Intent-based routing for Xiaohongshu social engagement automatically maps user requests to specific sub-skills like xhs-explore and xhs-interact. It ensures operations like posting comments require explicit user confirmation before execution.

How to get JSON formatted results from Xiaohongshu feed search operations?

To get JSON formatted results from Xiaohongshu feed search, execute commands through python scripts/cli.py. The skill enforces structured JSON output for all exploration and detail retrieval operations.

Does Xiaohongshu automation require login validation before publishing comments?

Yes, Xiaohongshu automation requires login validation before publishing comments or posts. The skill mandates a check-login step via the CLI and explicit user confirmation for all social interaction operations.

Can I perform composite operations like competitor analysis on Xiaohongshu via CLI?

Yes, you can perform composite operations like competitor and hotspot analysis on Xiaohongshu via CLI. The skill routes these complex intents to combined sub-skills for authenticated browsing and feed search.

What are the limitations of using JSON CLI for Xiaohongshu automation?

The main limitation of using JSON CLI for Xiaohongshu automation is strict execution boundaries; all actions must run only via python scripts/cli.py. Operations bypassing this safety guardrail are not supported.