Rank
83
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Crawler Summary
Xiaohongshu MCP Skill - Full automation solution with login fix. Features: (1) Login management, (2) Search, publish, interact, (3) Complete MCP protocol support (13 tools), (4) Comment strategy. Built-in Feishu notification, iflow integration. Triggers: xiaohongshu, rednote, 小红书 automation. --- name: xiaohongshu-mcp description: > Xiaohongshu MCP Skill - Full automation solution with login fix. Features: (1) Login management, (2) Search, publish, interact, (3) Complete MCP protocol support (13 tools), (4) Comment strategy. Built-in Feishu notification, iflow integration. Triggers: xiaohongshu, rednote, 小红书 automation. --- Xiaohongshu MCP Skill 基于 $1 构建 🎯 核心功能 本 Skill 提供小红书完整自动化解决方案: | 功能 | 状态 | 说明 | |- Capability contract not published. No trust telemetry is available yet. 2 GitHub stars reported by the source. Last updated 2/25/2026.
Freshness
Last checked 2/25/2026
Best For
xiaohongshu-mcp is best for general automation workflows where MCP and OpenClaw compatibility matters.
Not Ideal For
Contract metadata is missing or unavailable for deterministic execution.
Evidence Sources Checked
editorial-content, GITHUB OPENCLEW, runtime-metrics, public facts pack
Xiaohongshu MCP Skill - Full automation solution with login fix. Features: (1) Login management, (2) Search, publish, interact, (3) Complete MCP protocol support (13 tools), (4) Comment strategy. Built-in Feishu notification, iflow integration. Triggers: xiaohongshu, rednote, 小红书 automation. --- name: xiaohongshu-mcp description: > Xiaohongshu MCP Skill - Full automation solution with login fix. Features: (1) Login management, (2) Search, publish, interact, (3) Complete MCP protocol support (13 tools), (4) Comment strategy. Built-in Feishu notification, iflow integration. Triggers: xiaohongshu, rednote, 小红书 automation. --- Xiaohongshu MCP Skill 基于 $1 构建 🎯 核心功能 本 Skill 提供小红书完整自动化解决方案: | 功能 | 状态 | 说明 | |-
Public facts
5
Change events
1
Artifacts
0
Freshness
Feb 25, 2026
Capability contract not published. No trust telemetry is available yet. 2 GitHub stars reported by the source. Last updated 2/25/2026.
Trust score
Unknown
Compatibility
MCP, OpenClaw
Freshness
Feb 25, 2026
Vendor
Tclawde
Artifacts
0
Benchmarks
0
Last release
Unpublished
Key links, install path, and a quick operational read before the deeper crawl record.
Summary
Capability contract not published. No trust telemetry is available yet. 2 GitHub stars reported by the source. Last updated 2/25/2026.
Setup snapshot
git clone https://github.com/tclawde/xiaohongshu-mcp-skill.gitSetup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.
Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.
Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.
Vendor
Tclawde
Protocol compatibility
MCP, OpenClaw
Adoption signal
2 GitHub stars
Handshake status
UNKNOWN
Crawlable docs
6 indexed pages on the official domain
Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.
Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.
Extracted files
0
Examples
6
Snippets
0
Languages
typescript
Parameters
bash
# 方式1:一键登录(推荐) bash xhs_login.sh --notify # 方式2:本地登录 bash xhs_login.sh
bash
./xiaohongshu-mcp-darwin-arm64 &
bash
# 检查登录状态 python3 scripts/xhs_client.py status # 搜索内容 python3 scripts/xhs_client.py search "AI" # 发布内容 python3 scripts/xhs_client.py publish "标题" "内容" "图片URL"
text
"说出了我想说的![补充细节]" "对对对,尤其是[具体例子]..."
text
"有道理,不过我觉得[补充观点]" "同意一半吧,另外[补充视角]"
text
"你的观点挺有意思,不过我觉得[不同看法]" "可能我表达不清楚,我想说的是[重新解释]"
Full documentation captured from public sources, including the complete README when available.
Docs source
GITHUB OPENCLEW
Editorial quality
ready
Xiaohongshu MCP Skill - Full automation solution with login fix. Features: (1) Login management, (2) Search, publish, interact, (3) Complete MCP protocol support (13 tools), (4) Comment strategy. Built-in Feishu notification, iflow integration. Triggers: xiaohongshu, rednote, 小红书 automation. --- name: xiaohongshu-mcp description: > Xiaohongshu MCP Skill - Full automation solution with login fix. Features: (1) Login management, (2) Search, publish, interact, (3) Complete MCP protocol support (13 tools), (4) Comment strategy. Built-in Feishu notification, iflow integration. Triggers: xiaohongshu, rednote, 小红书 automation. --- Xiaohongshu MCP Skill 基于 $1 构建 🎯 核心功能 本 Skill 提供小红书完整自动化解决方案: | 功能 | 状态 | 说明 | |-
本 Skill 提供小红书完整自动化解决方案:
| 功能 | 状态 | 说明 | |------|------|------| | 🔐 登录管理 | ✅ 已测试 | 支持截图发送到飞书 | | 🔍 搜索内容 | ✅ 已测试 | 关键词搜索、筛选 | | 📄 获取详情 | ✅ 已测试 | 含评论列表 | | 📤 发布图文 | ✅ 已测试 | 封面生成器集成 | | 👍 点赞 | ✅ 已测试 | 单条点赞 | | 💬 发表评论 | ✅ 已测试 | 主评论 | | ↩️ 回复评论 | ✅ 已测试 | 子评论回复 | | ⭐ 收藏 | ✅ 已测试 | 收藏/取消 | | 🔄 获取推荐 | ✅ 已测试 | 首页 feeds |
共 13 个 MCP 工具全部可用!
# 方式1:一键登录(推荐)
bash xhs_login.sh --notify
# 方式2:本地登录
bash xhs_login.sh
./xiaohongshu-mcp-darwin-arm64 &
# 检查登录状态
python3 scripts/xhs_client.py status
# 搜索内容
python3 scripts/xhs_client.py search "AI"
# 发布内容
python3 scripts/xhs_client.py publish "标题" "内容" "图片URL"
| 工具 | 功能 | 使用场景 |
|------|------|---------|
| check_login_status | 检查登录状态 | 确认账号状态 |
| list_feeds | 获取推荐列表 | 发现热门内容 |
| search_feeds | 搜索内容 | 关键词搜索 |
| get_feed_detail | 获取帖子详情 | 查看评论 |
| publish_content | 发布图文 | 创作新内容 |
| publish_with_video | 发布视频 | 视频内容 |
| post_comment_to_feed | 发表评论 | 回复粉丝 |
| reply_comment_in_feed | 回复评论 | 互动 |
| like_feed | 点赞 | 点赞帖子 |
| favorite_feed | 收藏 | 收藏帖子 |
| delete_cookies | 删除 cookies | 重置登录 |
| get_login_qrcode | 获取二维码 | 重新登录 |
| user_profile | 获取用户主页 | 查看主页 |
人设:理性思考者,不是杠精
评论区互动要求:
| 评论类型 | 点赞 | 回复 | |----------|------|------| | 观点一致 | ✅ | ✅ 有延续性 | | 部分认同 | ❌ | ✅ 补充观点 | | 观点相反 | ❌ | ✅ 尊重表达 | | 提问 | ✅ | ✅ 直接回答 | | 分享经历 | ✅ | ✅ 共鸣 |
观点一致型:
"说出了我想说的![补充细节]"
"对对对,尤其是[具体例子]..."
部分认同型:
"有道理,不过我觉得[补充观点]"
"同意一半吧,另外[补充视角]"
观点相反型:
"你的观点挺有意思,不过我觉得[不同看法]"
"可能我表达不清楚,我想说的是[重新解释]"
提问型:
"好问题!我的看法是[直接回答]"
"这个要分情况,[分情况说明]"
分享经历型:
"太真实了![共鸣]"
"你这个经历太有代表性了![延伸]"
所有功能都可通过 HTTP API 调用:
# MCP Endpoint
http://localhost:18060/mcp
# 格式
curl -X POST http://localhost:18060/mcp \
-H "Content-Type: application/json" \
-H "Mcp-Session-Id: <SESSION_ID>" \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "search_feeds",
"arguments": {
"keyword": "AI"
}
}
}'
# 初始化
RESPONSE=$(curl -s -i -X POST http://localhost:18060/mcp \
-H "Content-Type: application/json" \
-c cookies.txt \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-06-18","capabilities":{},"clientInfo":{"name":"test","version":"1.0"}}}')
# 提取 Session ID
SESSION_ID=$(echo "$RESPONSE" | grep -i "Mcp-Session-Id:" | cut -d' ' -f2)
#!/bin/bash
MCP_URL="http://localhost:18060/mcp"
COOKIE_FILE="cookies.txt"
# 1. 初始化
RESPONSE=$(curl -s -i -X POST "$MCP_URL" \
-H "Content-Type: application/json" \
-c "$COOKIE_FILE" \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-06-18","capabilities":{},"clientInfo":{"name":"test","version":"1.0"}}}')
SESSION_ID=$(echo "$RESPONSE" | grep -i "Mcp-Session-Id:" | cut -d' ' -f2)
# 2. 发送初始化通知
curl -s -X POST "$MCP_URL" \
-H "Content-Type: application/json" \
-H "Mcp-Session-Id: $SESSION_ID" \
-d '{"jsonrpc":"2.0","method":"notifications/initialized","params":{}}' > /dev/null
# 3. 发布内容
curl -s -X POST "$MCP_URL" \
-H "Content-Type: application/json" \
-H "Mcp-Session-Id: $SESSION_ID" \
-d '{
"jsonrpc": "2.0",
"id": 100,
"method": "tools/call",
"params": {
"name": "publish_content",
"arguments": {
"title": "AI正在毁掉这一代年轻人?",
"content": "🔥 争议话题...\n\n详细内容...",
"images": ["/tmp/cover.jpg"]
}
}
}'
#!/bin/bash
MCP_URL="http://localhost:18060/mcp"
COOKIE_FILE="cookies.txt"
SESSION_ID="YOUR_SESSION_ID"
# 1. 获取评论列表
curl -s -X POST "$MCP_URL" \
-H "Content-Type: application/json" \
-H "Mcp-Session-Id: $SESSION_ID" \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "get_feed_detail",
"arguments": {
"feed_id": "698c441c000000002801d381",
"xsec_token": "YOUR_TOKEN",
"load_all_comments": true
}
}
}'
# 2. 点赞
curl -s -X POST "$MCP_URL" \
-H "Content-Type: application/json" \
-H "Mcp-Session-Id: $SESSION_ID" \
-d '{
"jsonrpc": "2.0",
"id": 2,
"method": "tools/call",
"params": {
"name": "like_feed",
"arguments": {
"feed_id": "698c441c000000002801d381",
"xsec_token": "YOUR_TOKEN"
}
}
}'
# 3. 发表评论
curl -s -X POST "$MCP_URL" \
-H "Content-Type: application/json" \
-H "Mcp-Session-Id: $SESSION_ID" \
-d '{
"jsonrpc": "2.0",
"id": 3,
"method": "tools/call",
"params": {
"name": "post_comment_to_feed",
"arguments": {
"feed_id": "698c441c000000002801d381",
"xsec_token": "YOUR_TOKEN",
"content": "说出了我想说的!补充细节..."
}
}
}'
# 4. 回复评论
curl -s -X POST "$MCP_URL" \
-H "Content-Type: application/json" \
-H "Mcp-Session-Id: $SESSION_ID" \
-d '{
"jsonrpc": "2.0",
"id": 4,
"method": "tools/call",
"params": {
"name": "reply_comment_in_feed",
"arguments": {
"feed_id": "68786933000000000d01a693",
"xsec_token": "YOUR_TOKEN",
"comment_id": "68786afc000000001101ada6",
"user_id": "6695e7370000000003032a17",
"content": "说得有道理!补充观点..."
}
}
}'
# 检查状态
python3 scripts/xhs_client.py status
# 搜索
python3 scripts/xhs_client.py search "AI" --sort "最新" --type "图文" --time "一周内"
# 发布
python3 scripts/xhs_client.py publish "标题" "内容" "图片URL" --tags "标签1,标签2"
# 获取详情
python3 scripts/xhs_client.py detail <feed_id> <xsec_token> --comments
# 列出所有工具
python3 scripts/xhs_mcp.py tools
# 发表评论
python3 scripts/xhs_mcp.py comment <feed_id> <xsec_token> "评论内容"
# 生成封面
python3 generate_cover.py --title "标题" --output /tmp/cover.jpg
# 选项
--font-size 80 # 字体大小
--padding 60 # 内边距
--max-width 600 # 最大宽度
xiaohongshu-mcp-skill/
├── SKILL.md # 本文档
├── README.md # 中文文档
├── STRATEGY.md # 运营策略(含评论互动)
├── install.sh # 安装脚本
├── xhs_login.sh # 一键登录
├── generate_cover.py # 封面生成器
├── data/
│ ├── post_history.json # 发布记录
│ ├── hot_topics.json # 热点选题
│ └── cookies.json # 登录 cookies
└── scripts/
├── xhs_client.py # Python 客户端
├── xhs_mcp.py # MCP 直接调用
├── xhs_login_sop.py # 登录 SOP
└── publish_smart.py # 智能发布脚本
| 功能 | 状态 | 测试时间 | 备注 | |------|------|----------|------| | 发布图文 | ✅ | 2026-02-11 | 2 篇已发布 | | 搜索内容 | ✅ | 2026-02-11 | 22 条结果 | | 获取详情 | ✅ | 2026-02-11 | 含评论列表 | | 发表评论 | ✅ | 2026-02-11 | 6 条评论 | | 点赞 | ✅ | 2026-02-11 | API 成功 | | 收藏 | ✅ | 2026-02-11 | 功能正常 | | 回复评论 | ✅ | 2026-02-11 | API 成功 |
"美院学生都在用AI?我就笑了"
698c441c000000002801d381"AI正在毁掉这一代年轻人?"
698c76f8000000001a024a93维护者: TClawDE 🦀 最后更新: 2026-02-11
Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.
Contract coverage
Status
missing
Auth
None
Streaming
No
Data region
Unspecified
Protocol support
Requires: none
Forbidden: none
Guardrails
Operational confidence: low
curl -s "https://xpersona.co/api/v1/agents/tclawde-xiaohongshu-mcp-skill/snapshot"
curl -s "https://xpersona.co/api/v1/agents/tclawde-xiaohongshu-mcp-skill/contract"
curl -s "https://xpersona.co/api/v1/agents/tclawde-xiaohongshu-mcp-skill/trust"
Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.
Trust signals
Handshake
UNKNOWN
Confidence
unknown
Attempts 30d
unknown
Fallback rate
unknown
Runtime metrics
Observed P50
unknown
Observed P95
unknown
Rate limit
unknown
Estimated cost
unknown
Do not use if
Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.
Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.
Rank
83
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Rank
80
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Rank
74
Expose OpenAPI definition endpoints as MCP tools using the official Rust SDK for the Model Context Protocol (https://github.com/modelcontextprotocol/rust-sdk)
Traction
No public download signal
Freshness
Updated 2d ago
Rank
72
An actix_web backend for the official Rust SDK for the Model Context Protocol (https://github.com/modelcontextprotocol/rust-sdk)
Traction
No public download signal
Freshness
Updated 2d ago
Contract JSON
{
"contractStatus": "missing",
"authModes": [],
"requires": [],
"forbidden": [],
"supportsMcp": false,
"supportsA2a": false,
"supportsStreaming": false,
"inputSchemaRef": null,
"outputSchemaRef": null,
"dataRegion": null,
"contractUpdatedAt": null,
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/tclawde-xiaohongshu-mcp-skill/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/tclawde-xiaohongshu-mcp-skill/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/tclawde-xiaohongshu-mcp-skill/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/tclawde-xiaohongshu-mcp-skill/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/tclawde-xiaohongshu-mcp-skill/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/tclawde-xiaohongshu-mcp-skill/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"MCP",
"OPENCLEW"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "GITHUB_OPENCLEW",
"generatedAt": "2026-04-16T23:50:50.978Z"
}
},
"retryPolicy": {
"maxAttempts": 3,
"backoffMs": [
500,
1500,
3500
],
"retryableConditions": [
"HTTP_429",
"HTTP_503",
"NETWORK_TIMEOUT"
]
}
}Trust JSON
{
"status": "unavailable",
"handshakeStatus": "UNKNOWN",
"verificationFreshnessHours": null,
"reputationScore": null,
"p95LatencyMs": null,
"successRate30d": null,
"fallbackRate": null,
"attempts30d": null,
"trustUpdatedAt": null,
"trustConfidence": "unknown",
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Capability Matrix
{
"rows": [
{
"key": "MCP",
"type": "protocol",
"support": "unknown",
"confidenceSource": "profile",
"notes": "Listed on profile"
},
{
"key": "OPENCLEW",
"type": "protocol",
"support": "unknown",
"confidenceSource": "profile",
"notes": "Listed on profile"
}
],
"flattenedTokens": "protocol:MCP|unknown|profile protocol:OPENCLEW|unknown|profile"
}Facts JSON
[
{
"factKey": "docs_crawl",
"category": "integration",
"label": "Crawlable docs",
"value": "6 indexed pages on the official domain",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
},
{
"factKey": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "Tclawde",
"href": "https://github.com/tclawde/xiaohongshu-mcp-skill",
"sourceUrl": "https://github.com/tclawde/xiaohongshu-mcp-skill",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-02-25T02:24:15.891Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "MCP, OpenClaw",
"href": "https://xpersona.co/api/v1/agents/tclawde-xiaohongshu-mcp-skill/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/tclawde-xiaohongshu-mcp-skill/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-02-25T02:24:15.891Z",
"isPublic": true
},
{
"factKey": "traction",
"category": "adoption",
"label": "Adoption signal",
"value": "2 GitHub stars",
"href": "https://github.com/tclawde/xiaohongshu-mcp-skill",
"sourceUrl": "https://github.com/tclawde/xiaohongshu-mcp-skill",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-02-25T02:24:15.891Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/tclawde-xiaohongshu-mcp-skill/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/tclawde-xiaohongshu-mcp-skill/trust",
"sourceType": "trust",
"confidence": "medium",
"observedAt": null,
"isPublic": true
}
]Change Events JSON
[
{
"eventType": "docs_update",
"title": "Docs refreshed: Sign in to GitHub · GitHub",
"description": "Fresh crawlable documentation was indexed for the official domain.",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
}
]Sponsored
Ads related to xiaohongshu-mcp and adjacent AI workflows.