xiaohongshu-skills

Route Xiaohongshu user intents to targeted sub-skills for automation.

1.7k|217|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/autoclaw-cc/xiaohongshu-skills --skill xiaohongshu-skills-autoclaw-cc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xiaohongshu-skills
Source: https://github.com/autoclaw-cc/xiaohongshu-skills/tree/main
Command: npx skills add https://github.com/autoclaw-cc/xiaohongshu-skills --skill xiaohongshu-skills-autoclaw-cc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, websockets, python-socks, and includes scripts (resource) components.

What problem does it solve?

This Skill unit centralizes Xiaohongshu automation by routing user intents to dedicated sub-skills, enabling automated login, content publishing, searching, social interactions, and analytics without manual tool usage.

Core Features & Use Cases

  • Skill routing: Dispatch user requests to xhs-auth, xhs-publish, xhs-explore, xhs-interact, or xhs-content-ops.
  • End-to-end workflows: Chain multiple actions (e.g., login -> search -> publish) with natural language prompts.
  • Safety & compliance: Enforces that actions are performed only via the project’s CLI (python scripts/cli.py) and provides JSON-formatted results for integration.

Quick Start

Ask the agent to perform a task, and it will route to the appropriate sub-skill for execution.

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 workflows for content publishing and interactions?

Xiaohongshu automation routes natural language user intents to dedicated sub-skills for login, publishing, searching, and social interactions. It dispatches requests to targeted units and returns consistent JSON output for integration.

Can I chain multiple Xiaohongshu automation tasks like login, search, and publish together?

You can chain end-to-end Xiaohongshu workflows by prompting the agent naturally to execute sequential actions like login, search, and publish. The routing mechanism coordinates actions across xhs-auth, xhs-publish, and xhs-explore sub-skills.

What is the best way to integrate Xiaohongshu search and analytics results into my own application?

Xiaohongshu automation provides JSON-formatted results for integration after routing user requests to xhs-explore and analytics sub-skills. This enforces consistent data formatting for downstream application consumption.

Does Xiaohongshu automation require a specific CLI environment to execute actions safely?

Xiaohongshu automation enforces safe usage and token validation by executing actions exclusively through the project's CLI using python scripts/cli.py. This ensures compliant operation across all routed sub-skills.

Why does my Xiaohongshu automation workflow require token validation and JSON output?

Token validation enforces safe usage and authorized access, while consistent JSON output provides structured results for integration. Both mechanisms ensure reliable routing across xhs-auth, xhs-publish, and xhs-interact sub-skills.

What Xiaohongshu automation tasks are supported by the xiaohongshu-skills routing system?

The routing system supports Xiaohongshu automation tasks including login, content publishing, searching, social interactions, and analytics. It dispatches intents to xhs-auth, xhs-publish, xhs-explore, xhs-interact, and xhs-content-ops sub-skills.