xiaohongshu-skills

Route user intents to Xiaohongshu automation sub-skills via shared scripts.

1|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/yuymf/xiaohongshu-skills --skill xiaohongshu-skills-yuymf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xiaohongshu-skills
Source: https://github.com/yuymf/xiaohongshu-skills/tree/main
Command: npx skills add https://github.com/yuymf/xiaohongshu-skills --skill xiaohongshu-skills-yuymf

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This root Skill provides a unified entry point that routes user intents to specialized Xiaohongshu automation sub-skills, enabling cohesive multi-skill workflows.

Core Features & Use Cases

  • Modular skill umbrella that delegates tasks to xhs-auth, xhs-publish, xhs-explore, xhs-interact, and xhs-content-ops.
  • OpenClaw/Claude Code compatibility with SKILL.md format, enabling broad agent compatibility and discovery.
  • Centralized orchestration and dependency management using the repository's scripts/ layer to execute deterministic actions.

Quick Start

Place this Skill in your agent's skills directory and start the agent to automatically route tasks to the respective sub-skills.

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 using an AI agent?

You can automate Xiaohongshu workflows by routing user intents to specialized sub-skills, enabling cohesive multi-skill automation for authentication, publishing, and exploration tasks.

How does modular skill routing work for Xiaohongshu publishing and interaction?

Modular skill routing delegates Xiaohongshu publishing and interaction tasks to dedicated sub-skills like xhs-publish and xhs-interact, using shared scripts for deterministic execution.

Can I use this with OpenClaw-compatible agents for Xiaohongshu content ops?

Yes, this skill supports OpenClaw-compatible agents using the SKILL.md format, ensuring broad agent compatibility for Xiaohongshu content ops and safe dependency management.

How do I set up Xiaohongshu automation sub-skills in my agent directory?

To set up Xiaohongshu automation, place this root skill in your agent's skills directory, and it will automatically route tasks to the respective sub-skills upon startup.

What dependencies are required for Xiaohongshu authentication and exploration scripts?

Xiaohongshu authentication and exploration scripts require the requests and websockets dependencies to execute deterministic actions and manage safe operations.

What is the best way to manage multiple Xiaohongshu automation tasks across different agents?

The best way to manage multiple Xiaohongshu automation tasks is using a centralized orchestration umbrella that delegates to shared scripts, ensuring consistent discovery and safe operation.