
autoclaw-cc/xiaohongshu-mcp-skills
9 skills3k installs2.2k starsGitHub
Install
npx skills add https://github.com/autoclaw-cc/xiaohongshu-mcp-skillsSkills in this repo
1Xiaohongshuxiaohongshu is an agent skill routing Xiaohongshu RED social operations through xiaohongshu-mcp MCP tools for login, publishing image or video notes, search, feed browsing, likes, favorites, comments, profile views, and content planning. Every session starts with a mandatory MCP availability check for check_login_status; if tools are missing the agent must tell the user to run setup-xhs-mcp and must not substitute Playwright or WebFetch. After MCP connection, non-setup flows verify login before other tools because unauthenticated calls fail. Intent routing maps user phrases to sub-skills including setup-xhs-mcp, xhs-login, post-to-xhs, xhs-search, xhs-explore, xhs-interact, xhs-profile, and xhs-content-plan for install, login, publish, search, explore, interact, profile, and planning tasks. Write operations such as publish and comment require user confirmation before execution because they are public and irreversible. feed_id and xsec_token parameters must come from real search or browse results and cannot be fabricated. Developers reach for it when automating Xiaohongshu note publishing, competitor or topic search, engagement actions, or content strategy workflows through MCP rat.2.9kinstalls2Xhs Content PlanThis skill is a Xiaohongshu content-planning assistant that searches and analyzes popular notes and competitors to plan content direction, topics, and hashtag strategy. A creator uses it for RED operations planning such as topic ideation, competitor analysis, and trend research. It searches feeds, inspects high-engagement notes and creator profiles, and outputs recommended topics, title templates, and tags. It is read-only and performs no publishing.10installs3Setup Xhs McpThis skill installs and deploys the xiaohongshu-mcp service and configures the MCP connection for a client such as Claude Code or Cursor. A developer uses it the first time they want Xiaohongshu automation or when MCP tools like check_login_status are unavailable. It detects service status, offers Docker Compose, binary, or source deployment, writes the MCP config, and validates the connection before login.8installs4Xhs ExploreThis skill browses the Xiaohongshu recommendation feed and views note details and comments. A user invokes it to see recommended content, scroll the home feed, or fetch the full content and comments of a note given its feed_id. It calls list_feeds for the feed and get_feed_detail for a specific note, with options for loading all comments, expanding replies, and controlling scroll speed.8installs5Xhs LoginThis skill manages Xiaohongshu (RedNote) login state through an MCP server. It calls check_login_status to report whether a session is active, get_login_qrcode to render a scannable QR code for phone-app login, and delete_cookies to reset the session when switching accounts. Other Xiaohongshu skills invoke it first when they report a not-logged-in state.8installs6Xhs SearchThis skill searches Xiaohongshu notes by keyword through an MCP server. It calls search_feeds with a required keyword plus optional filters for sort order, note type, publish time, search scope, and location. Results are returned as a list with titles, authors, engagement counts, and the feed_id and xsec_token needed for follow-up detail or interaction.7installs7Post To XhsThis skill publishes content to Xiaohongshu (Little Red Book), supporting both image-text notes and video notes through the xiaohongshu-mcp service. A creator uses it to draft, validate, preview, and publish a RED note. It auto-detects the note type from the supplied media, enforces the platform's 20-character title limit and absolute-path rules, and requires explicit user confirmation before the non-reversible publish.6installs8Xhs ProfileThis skill retrieves a Xiaohongshu user's profile page through an MCP server. It calls user_profile with a user_id and xsec_token and returns basic info (nickname, avatar, bio, gender, region) plus follower, following, and like/collect counts. It also lists the user's recent notes so a developer can inspect or interact with them next.6installs9Xhs InteractThis skill performs interactions on Xiaohongshu notes: liking or unliking, favoriting or unfavoriting, commenting, and replying to comments. A user invokes it to engage with a note. Likes and favorites run directly and idempotently, while comments and replies are shown for confirmation first because they post publicly and cannot be undone. Every action needs a feed_id and xsec_token obtained from search or feed results.5installs