$npx skillfedfor your agent

xhs-interact

xhs-interact lets you automate engagement on Xiaohongshu notes—liking, favoriting, posting comments, and replying to existing ones. The skill routes your intent to the right action, handles confirmation for comments and replies (which can't be undone), and executes reversible operations like likes and favorites directly.

xhs-interact automates likes, favorites, comments, and replies on Xiaohongshu notes.

AI-generated summary based on this skill's SKILL.md

239 43 MITupdated by autoclaw-cc

Decision gist · record as of 2026-03-05

xhs-interact automates likes, favorites, comments, and replies on Xiaohongshu notes. xhs-interact lets you automate engagement on Xiaohongshu notes—liking, favoriting, posting comments, and replying to existing ones. The skill routes your intent to the right action, handles confirmation for comments and replies (which can't be undone), and executes reversible operations like likes and favorites directly.

manual: git clone https://github.com/autoclaw-cc/xiaohongshu-mcp-skills → cp -r xiaohongshu-mcp-skills/skills/xhs-interact ~/.claude/skills/xhs-interact
skills/xhs-interact/SKILL.md · version 4f2de76b

Use it when

  • xhs-interact streamlines liking Xiaohongshu notes by automating the interaction.
  • Yes.

Verify before relying

Read SKILL.md below before installing (1 file). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

autoclaw-cc/xiaohongshu-mcp-skills/xhs-interact

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How does xhs-interact handle liking Xiaohongshu notes?

xhs-interact automates the process of liking Xiaohongshu notes. When you trigger a like action, the skill routes your intent to the engagement system and executes the like directly without requiring confirmation, since likes are reversible operations that you can undo later if needed.

小红书笔记点赞怎么操作 with xhs-interact?

xhs-interact streamlines liking Xiaohongshu notes by automating the interaction. You provide the note you want to like, and the skill handles the engagement action immediately. Since likes are reversible, xhs-interact executes them without confirmation, letting you undo them whenever you choose.

Can xhs-interact help me post and reply to comments?

Yes. xhs-interact lets you post new comments on Xiaohongshu feed items and reply to existing comments. Unlike likes and favorites, comments and replies require confirmation before posting since they cannot be undone. The skill routes your comment intent to the right action and waits for your confirmation.

Does xhs-interact support undoing likes and favorites?

xhs-interact supports canceling both likes and favorites on Xiaohongshu content. Since these are reversible operations, the skill can undo them directly. You can remove a like or unfavorite a note whenever you need to change your engagement status.

What makes xhs-interact different for managing Xiaohongshu engagement?

xhs-interact distinguishes between reversible actions (likes, favorites) and permanent ones (comments, replies). For reversible operations, it executes immediately without confirmation. For comments and replies, it requires your confirmation first since they cannot be undone. This smart routing ensures safe, efficient engagement automation.

Is xhs-interact free to use?

Yes, xhs-interact is released under the MIT license, making it free and open for use, modification, and distribution according to MIT license terms.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

输入判断

根据用户意图路由: - 点赞/取消点赞 → 点赞流程 - 收藏/取消收藏 → 收藏流程 - 发表评论 → 评论流程 - 回复评论 → 回复流程

约束

  • 评论和回复执行前展示内容让用户确认(评论以用户身份公开发表,无法撤回)
  • 点赞和收藏可直接执行(操作可逆,MCP 服务有幂等处理)
  • 所有操作都需要 feed_id + xsec_token(来自搜索或详情结果,编造会导致报错)

执行流程

点赞

调用 like_feed: - feed_id(string,必填) - xsec_token(string,必填) - unlike(bool,可选)— true 取消点赞,默认 false 点赞

已点赞时再点赞会自动跳过,反之同理。

收藏

调用 favorite_feed: - feed_id(string,必填) - xsec_token(string,必填) - unfavorite(bool,可选)— true 取消收藏,默认 false 收藏

已收藏时再收藏会自动跳过,反之同理。

发表评论

调用 post_comment_to_feed: - feed_id(string,必填) - xsec_token(string,必填) - content(string,必填)— 评论内容

发送前展示评论内容让用户确认。

回复评论

调用 reply_comment_in_feed: - feed_id(string,必填) - xsec_token(string,必填) - comment_id(string,可选)— 目标评论 ID - user_id(string,可选)— 目标评论作者 ID - content(string,必填)— 回复内容

comment_iduser_id 至少提供一个。

发送前展示回复内容让用户确认。

失败处理

场景 处理
未登录 引导使用 xhs-login
缺少 feed_id/xsec_token 提示先搜索或浏览获取笔记信息
笔记不可评论 告知用户该笔记已关闭评论
File tree — 1 file
skills/xhs-interact/SKILL.md

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Like, favorite, or interact with Xiaohongshu notes via automation”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

xhs-profile
by autoclaw-cc · autoclaw-cc/xiaohongshu-mcp-skills

xhs-profile fetches a Xiaohongshu user's profile page, including basic details, follower and engagement metrics, and their recent published posts. Use it to explore any creator's account information and content history.

MITdocs in Chineseupdated Mar 2026
★ 239repo stars
xhs-explore
by autoclaw-cc · autoclaw-cc/xiaohongshu-mcp-skills

xhs-explore lets you browse Xiaohongshu's recommendation feed and access individual note details with full comment threads. Retrieve recommended notes from your home feed, then drill into specific posts to see content, images, author info, and engagement metrics.

MITdocs in Chineseupdated Mar 2026
★ 239repo stars
xhs-search
by autoclaw-cc · autoclaw-cc/xiaohongshu-mcp-skills

xhs-search enables keyword-based discovery across Xiaohongshu's note library with flexible filtering by sort order, content format, publish date, and geographic scope. Results display engagement metrics and author details, with direct access to note exploration and interaction features.

MITdocs in Chineseupdated Mar 2026
★ 239repo stars
Openclaw Xhs
by zhjiang22 · zhjiang22/openclaw-xhs

Openclaw Xhs wraps xiaohongshu-mcp to enable searching posts, viewing recommendations, fetching details with comments, and publishing content to Xiaohongshu. It supports topic tracking with automated reporting, exporting posts as long images, and managing likes and favorites through shell scripts and MCP tools.

no license declared → metadata onlyupdated Mar 2026
★ 116repo stars
post-to-xhs
by autoclaw-cc · autoclaw-cc/xiaohongshu-mcp-skills

Post-to-xhs automates publishing to Xiaohongshu by handling both image and video notes. The skill collects your title, content, and media, validates against platform constraints, shows a preview for confirmation, then publishes directly.

MITdocs in Chineseupdated Mar 2026
★ 239repo stars
Xiaohongshu Mcp Skill
by tclawde · tclawde/xiaohongshu-mcp-skill

This skill provides full automation for Xiaohongshu through the MCP protocol, enabling login management, content search, publishing with image support, and interaction features like commenting and liking. It includes 13 MCP tools, HTTP API access, Python client scripts, and built-in cover generation for streamlined content creation and engagement workflows.

no license declared → metadata onlyupdated Feb 2026
★ 10repo stars

More skills xhs-login (MIT) · xhs-content-plan (MIT) · setup-xhs-mcp (MIT) · xhs-interact (MIT) · xhs-content-ops (MIT)

Tags
social-engagementcontent-interactionlike-favorite-systemcomment-reply-flowxhs-automationfeed-operationsuser-confirmationreversible-actions