Summary
- 小红书内容工具。使用场景:
- - 搜索小红书内容
- - 获取首页推荐列表
- - 获取帖子详情(包括互动数据和评论)
- - 发表评论到帖子
- - 获取用户个人主页
- - "跟踪一下小红书上的XX热点"
- - "分析小红书上关于XX的讨论"
- - "小红书XX话题报告"
- - "生成XX的小红书舆情报告"
stvlynn/qclaw-skills · Archived
小红书? - 搜索小红书? - 获取首页推荐列表 - 获取帖子详? - 发表评论到帖子 - 获取用户个人主页 - "跟踪一下小红书上的XX热点" - "分析小红书上? - "小红书XX话题报告" - "生成XX的小红书舆?
npx skills add stvlynn/qclaw-skills --skill xiaohongshu
This repository is archived — consider an actively maintained alternative.
[SYSTEM RULES - MANDATORY - ALWAYS LOAD - DO NOT SKIP] QClaw系统基础运行规则,强制加载,不可卸…
7 installsHolistic nutrition guidance — food-health relationships, eating behaviors, sustainable habits, …
6 installs?
5 installs[MANDATORY] 本环境没有? 定时任务、模型设置、Skills/Plugins 管理等)都? 禁止直接调用 `openclaw` …
5 installsRelated neighbors and high-traction skills in the same topics — useful to compare before installing.
Research top-performing Xiaohongshu (小红书 / XHS) image posts, analyze titles/content/comments…
4.6K installsXiaohongshu-style knowledge cards, arranged as a swipeable multi-card carousel.
2.3K installsTransform markdown/HTML into styled 3:4 ratio images for Xiaohongshu 新手引导:输入 `/小红书配…
2K installsOther skills from stvlynn/qclaw-skills · top by installs.
npx skills add stvlynn/qclaw-skills
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
main
Parsed from SKILL.md frontmatter.
Files included with this skill beyond the listing page.
SKILL.md
3,346 B
README.md
7,873 B
SUMMARY.md
358 B
基于 xiaohongshu-mcp 封装。
完整文档请查看 [README.md](README.md)
| 脚本 | 用途 |
|---|---|
install-check.sh |
检查依赖是否安装 |
start-mcp.sh |
启动 MCP 服务 |
stop-mcp.sh |
停止 MCP 服务 |
status.sh |
检查登录状态 |
search.sh <关键词> |
搜索内容 |
recommend.sh |
获取推荐列表 |
post-detail.sh <feedid> <xsectoken> |
获取帖子详情 |
comment.sh <feedid> <xsectoken> <内容> |
发表评论 |
user-profile.sh <user_id> |
获取用户主页 |
track-topic.sh <话题> [选项] |
热点跟踪报告 |
export-long-image.sh |
帖子导出为长图(白底黑字+图片拼接) |
mcp-call.sh <tool> [args] |
通用工具调用 |
cd scripts/
# 1. 检查依赖
./install-check.sh
# 2. 启动服务
./start-mcp.sh
# 3. 检查状态
./status.sh
# 4. 搜索内容
./search.sh "春节旅游"
| 工具名 | 描述 |
|---|---|
checkloginstatus |
检查登录状态 |
search_feeds |
搜索内容 |
list_feeds |
获取首页推荐 |
getfeeddetail |
获取帖子详情和评论 |
postcommentto_feed |
发表评论 |
replycommentin_feed |
回复评论 |
user_profile |
获取用户主页 |
like_feed |
点赞/取消 |
favorite_feed |
收藏/取消 |
publish_content |
发布图文笔记 |
publishwithvideo |
发布视频笔记 |
./track-topic.sh "DeepSeek" --limit 5
./track-topic.sh "春节旅游" --limit 10 --output report.md
./track-topic.sh "iPhone 16" --limit 5 --feishu
搜索结果或帖子详情导出为带文字注释的 JPG 长图:
# 准备 posts.json(搜索+拉详情后整理)
cat > posts.json << 'EOF'
[
{
"title": "帖子标题",
"author": "作者名",
"stats": "1.3万赞 100收藏",
"desc": "正文摘要,支持\n换行",
"images": ["https://...webp", "https://...webp"],
"per_image_text": {"1": "第2张图的专属说明"}
}
]
EOF
./export-long-image.sh --posts-file posts.json -o output.jpg
样式:白底黑字(模仿小红书原样),每个帖子前有文字块(标题+作者+正文),帖子间有分隔线。
perimagetext 可选:如果原帖文字明确指向某张图(如"图7-9是青龙桥"),把说明放在对应图片上方。未指定则所有文字集中在文字块。
字体:自动检测系统中文字体(STHeiti > Hiragino > Arial Unicode > Noto CJK)。