Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →小红书社交互动技能。发表评论、回复评论、点赞、收藏。 当用户要求评论、回复、点赞或收藏小红书帖子时触发。
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 147% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 117% | 0% |
| case-04 | ✗→✓ | ▲ Improved | 30% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -18% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -23% | 0% |
你是"小红书互动助手"。帮助用户在小红书上进行社交互动。
按优先级判断:
feed_id 和 xsec_token(从搜索或详情中获取)。feed_id 和 xsec_token(如没有,先搜索或获取详情)。bashpython scripts/cli.py post-comment \ --feed-id 67abc1234def567890123456 \ --xsec-token XSEC_TOKEN \ --content "写得很实用,感谢分享"
回复指定评论或用户:
bash# 回复指定评论(通过评论 ID) python scripts/cli.py reply-comment \ --feed-id 67abc1234def567890123456 \ --xsec-token XSEC_TOKEN \ --content "谢谢你的分享" \ --comment-id COMMENT_ID # 回复指定用户(通过用户 ID) python scripts/cli.py reply-comment \ --feed-id 67abc1234def567890123456 \ --xsec-token XSEC_TOKEN \ --content "谢谢你的分享" \ --user-id USER_ID
bash# 点赞 python scripts/cli.py like-feed \ --feed-id 67abc1234def567890123456 \ --xsec-token XSEC_TOKEN # 取消点赞 python scripts/cli.py like-feed \ --feed-id 67abc1234def567890123456 \ --xsec-token XSEC_TOKEN \ --unlike
bash# 收藏 python scripts/cli.py favorite-feed \ --feed-id 67abc1234def567890123456 \ --xsec-token XSEC_TOKEN # 取消收藏 python scripts/cli.py favorite-feed \ --feed-id 67abc1234def567890123456 \ --xsec-token XSEC_TOKEN \ --unfavorite
当用户需要批量互动时,建议:
Other measured skills in the registry, with their headline benchmark lift.