Rank
70
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Crawler Summary
小红书笔记素材创作技能。当用户需要创建小红书笔记素材时使用这个技能。技能包含:根据用户的需求和提供的资料,撰写小红书笔记内容(标题+正文),生成图片卡片(封面+正文卡片),以及发布小红书笔记。 --- name: xhs-note-creator description: 小红书笔记素材创作技能。当用户需要创建小红书笔记素材时使用这个技能。技能包含:根据用户的需求和提供的资料,撰写小红书笔记内容(标题+正文),生成图片卡片(封面+正文卡片),以及发布小红书笔记。 --- 小红书笔记创作技能 这个技能用于创建专业的小红书笔记素材,包括内容撰写、图片卡片生成和笔记发布。 使用场景 - 用户需要创建小红书笔记时 - 用户提供资料需要转化为小红书风格内容时 - 用户需要生成精美的图片卡片用于发布时 工作流程 第一步:撰写小红书笔记内容 根据用户需求和提供的资料,创作符合小红书风格的内容: 标题要求 - 不超过 20 字 - 吸引眼球,制造好奇心 - 可使用数字、疑问句、感叹号增强吸引力 - 示例:「5个让效率翻倍的神器推荐!」「震惊!原来这样做才对」 正文要求 - 使用良好的排版,段落清晰 - 点缀少量 Emoji 增加可读性 Capability contract not published. No trust telemetry is available yet. 1 GitHub stars reported by the source. Last updated 2/25/2026.
Freshness
Last checked 2/25/2026
Best For
xhs-note-creator is best for general automation workflows where 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
小红书笔记素材创作技能。当用户需要创建小红书笔记素材时使用这个技能。技能包含:根据用户的需求和提供的资料,撰写小红书笔记内容(标题+正文),生成图片卡片(封面+正文卡片),以及发布小红书笔记。 --- name: xhs-note-creator description: 小红书笔记素材创作技能。当用户需要创建小红书笔记素材时使用这个技能。技能包含:根据用户的需求和提供的资料,撰写小红书笔记内容(标题+正文),生成图片卡片(封面+正文卡片),以及发布小红书笔记。 --- 小红书笔记创作技能 这个技能用于创建专业的小红书笔记素材,包括内容撰写、图片卡片生成和笔记发布。 使用场景 - 用户需要创建小红书笔记时 - 用户提供资料需要转化为小红书风格内容时 - 用户需要生成精美的图片卡片用于发布时 工作流程 第一步:撰写小红书笔记内容 根据用户需求和提供的资料,创作符合小红书风格的内容: 标题要求 - 不超过 20 字 - 吸引眼球,制造好奇心 - 可使用数字、疑问句、感叹号增强吸引力 - 示例:「5个让效率翻倍的神器推荐!」「震惊!原来这样做才对」 正文要求 - 使用良好的排版,段落清晰 - 点缀少量 Emoji 增加可读性
Public facts
5
Change events
1
Artifacts
0
Freshness
Feb 25, 2026
Capability contract not published. No trust telemetry is available yet. 1 GitHub stars reported by the source. Last updated 2/25/2026.
Trust score
Unknown
Compatibility
OpenClaw
Freshness
Feb 25, 2026
Vendor
Linkrogers
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. 1 GitHub stars reported by the source. Last updated 2/25/2026.
Setup snapshot
git clone https://github.com/LinkRogers/xhs-note-creator.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
Linkrogers
Protocol compatibility
OpenClaw
Adoption signal
1 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
yaml
--- emoji: "🚀" # 封面装饰 Emoji title: "大标题" # 封面大标题(不超过15字) subtitle: "副标题文案" # 封面副标题(不超过15字) ---
markdown
--- emoji: "💡" title: "5个效率神器让工作效率翻倍" subtitle: "对着抄作业就好了,一起变高效" --- # 📝 神器一:Notion > 全能型笔记工具,支持数据库、看板、日历等多种视图... ## 特色功能 - 特色一 - 特色二 # ⚡ 神器二:Raycast \`\`\` 可使用代码块来增加渲染后图片的视觉丰富度 \`\`\` ## 推荐原因 - 原因一 - 原因二 - …… # 🌈 神器三:Arc 全新理念的浏览器,侧边栏标签管理... ...
bash
python scripts/render_xhs.py <markdown_file> [options]
bash
# 1) 默认主题 + 手动分隔分页 python scripts/render_xhs.py content.md -m separator # 2) 固定 1080x1440,自动缩放文字,尽量填满画面 python scripts/render_xhs.py content.md -m auto-fit # 3) 自动切分分页(推荐:内容长短不稳定) python scripts/render_xhs.py content.md -m auto-split # 4) 动态高度(允许不同高度卡片) python scripts/render_xhs.py content.md -m dynamic --max-height 4320 # 5) 切换主题 python scripts/render_xhs.py content.md -t playful-geometric -m auto-split
bash
node scripts/render_xhs.js content.md -t default -m separator
bash
python scripts/publish_xhs.py --title "笔记标题" --desc "笔记描述" --images card_1.png card_2.png cover.png
Full documentation captured from public sources, including the complete README when available.
Docs source
GITHUB OPENCLEW
Editorial quality
ready
小红书笔记素材创作技能。当用户需要创建小红书笔记素材时使用这个技能。技能包含:根据用户的需求和提供的资料,撰写小红书笔记内容(标题+正文),生成图片卡片(封面+正文卡片),以及发布小红书笔记。 --- name: xhs-note-creator description: 小红书笔记素材创作技能。当用户需要创建小红书笔记素材时使用这个技能。技能包含:根据用户的需求和提供的资料,撰写小红书笔记内容(标题+正文),生成图片卡片(封面+正文卡片),以及发布小红书笔记。 --- 小红书笔记创作技能 这个技能用于创建专业的小红书笔记素材,包括内容撰写、图片卡片生成和笔记发布。 使用场景 - 用户需要创建小红书笔记时 - 用户提供资料需要转化为小红书风格内容时 - 用户需要生成精美的图片卡片用于发布时 工作流程 第一步:撰写小红书笔记内容 根据用户需求和提供的资料,创作符合小红书风格的内容: 标题要求 - 不超过 20 字 - 吸引眼球,制造好奇心 - 可使用数字、疑问句、感叹号增强吸引力 - 示例:「5个让效率翻倍的神器推荐!」「震惊!原来这样做才对」 正文要求 - 使用良好的排版,段落清晰 - 点缀少量 Emoji 增加可读性
这个技能用于创建专业的小红书笔记素材,包括内容撰写、图片卡片生成和笔记发布。
根据用户需求和提供的资料,创作符合小红书风格的内容:
注意:这里生成的 Markdown 文档是用于渲染卡片的,必须专门生成,禁止直接使用上一步的笔记正文内容。
Markdown 文件,文件应包含:
---
emoji: "🚀" # 封面装饰 Emoji
title: "大标题" # 封面大标题(不超过15字)
subtitle: "副标题文案" # 封面副标题(不超过15字)
---
--- 分割线主动将正文分隔为多个卡片段落(每个段落文本控制在 200 字左右),输出图片时使用参数-m separator完整 Markdown 文档内容示例:
---
emoji: "💡"
title: "5个效率神器让工作效率翻倍"
subtitle: "对着抄作业就好了,一起变高效"
---
# 📝 神器一:Notion
> 全能型笔记工具,支持数据库、看板、日历等多种视图...
## 特色功能
- 特色一
- 特色二
# ⚡ 神器二:Raycast
\`\`\`
可使用代码块来增加渲染后图片的视觉丰富度
\`\`\`
## 推荐原因
- 原因一
- 原因二
- ……
# 🌈 神器三:Arc
全新理念的浏览器,侧边栏标签管理...
...
将 Markdown 文档渲染为图片卡片。使用以下脚本渲染:
python scripts/render_xhs.py <markdown_file> [options]
| 参数 | 简写 | 说明 | 默认值 |
|---|---|---|---|
| --output-dir | -o | 输出目录 | 当前工作目录 |
| --theme | -t | 排版主题 | default |
| --mode | -m | 分页模式 | separator |
| --width | -w | 图片宽度 | 1080 |
| --height | | 图片高度(dynamic 下为最小高度) | 1440 |
| --max-height | | dynamic 最大高度 | 4320 |
| --dpr | | 设备像素比(清晰度) | 2 |
--theme)default:默认简约浅灰渐变背景(#f3f3f3 -> #f9f9f9)playful-geometric:活泼几何(Memphis)neo-brutalism:新粗野主义botanical:植物园自然professional:专业商务retro:复古怀旧terminal:终端命令行sketch:手绘素描--mode)separator:按 --- 分隔符分页(适合内容已手动控量)auto-fit:固定尺寸下自动缩放文字,避免溢出/留白(适合封面+单张图片但尺寸固定的情况)auto-split:按渲染后高度自动切分分页(适合切分不影响阅读的长文内容)dynamic:根据内容动态调整图片高度(注意:图片最高 4320,字数超过 550 的不建使用此模式)# 1) 默认主题 + 手动分隔分页
python scripts/render_xhs.py content.md -m separator
# 2) 固定 1080x1440,自动缩放文字,尽量填满画面
python scripts/render_xhs.py content.md -m auto-fit
# 3) 自动切分分页(推荐:内容长短不稳定)
python scripts/render_xhs.py content.md -m auto-split
# 4) 动态高度(允许不同高度卡片)
python scripts/render_xhs.py content.md -m dynamic --max-height 4320
# 5) 切换主题
python scripts/render_xhs.py content.md -t playful-geometric -m auto-split
node scripts/render_xhs.js content.md -t default -m separator
Node.js 参数与 Python 基本一致:--output-dir/-o、--theme/-t、--mode/-m、--width/-w、--height、--max-height、--dpr。
使用发布脚本将生成的图片发布到小红书:
python scripts/publish_xhs.py --title "笔记标题" --desc "笔记描述" --images card_1.png card_2.png cover.png
前置条件:
需配置小红书 Cookie:
XHS_COOKIE=your_cookie_string_herememory_search 检索 xhs-cookie,然后从 memory/xhs-cookie.md 获取Cookie 获取方式(如需要重新获取):
memory/xhs-cookie.md 以便后续使用scripts/render_xhs.py - Python 渲染脚本scripts/render_xhs.js - Node.js 渲染脚本scripts/publish_xhs.py - 小红书发布脚本assets/cover.html - 封面 HTML 模板assets/card.html - 正文卡片 HTML 模板assets/styles.css - 共用样式表md2Redbook/) 仅存放脚本和模板,不存放用户数据pip install xhsMachine 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/linkrogers-xhs-note-creator/snapshot"
curl -s "https://xpersona.co/api/v1/agents/linkrogers-xhs-note-creator/contract"
curl -s "https://xpersona.co/api/v1/agents/linkrogers-xhs-note-creator/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
70
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Rank
70
AI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to frontier LLMs
Traction
No public download signal
Freshness
Updated 5d ago
Rank
70
Free, local, open-source 24/7 Cowork app and OpenClaw for Gemini CLI, Claude Code, Codex, OpenCode, Qwen Code, Goose CLI, Auggie, and more | 🌟 Star if you like it!
Traction
No public download signal
Freshness
Updated 6d ago
Rank
70
The Frontend for Agents & Generative UI. React + Angular
Traction
No public download signal
Freshness
Updated 23d 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/linkrogers-xhs-note-creator/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/linkrogers-xhs-note-creator/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/linkrogers-xhs-note-creator/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/linkrogers-xhs-note-creator/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/linkrogers-xhs-note-creator/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/linkrogers-xhs-note-creator/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"OPENCLEW"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "GITHUB_OPENCLEW",
"generatedAt": "2026-04-16T23:34:01.351Z"
}
},
"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": "OPENCLEW",
"type": "protocol",
"support": "unknown",
"confidenceSource": "profile",
"notes": "Listed on profile"
}
],
"flattenedTokens": "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": "Linkrogers",
"href": "https://github.com/LinkRogers/xhs-note-creator",
"sourceUrl": "https://github.com/LinkRogers/xhs-note-creator",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-02-25T02:24:13.458Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "OpenClaw",
"href": "https://xpersona.co/api/v1/agents/linkrogers-xhs-note-creator/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/linkrogers-xhs-note-creator/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-02-25T02:24:13.458Z",
"isPublic": true
},
{
"factKey": "traction",
"category": "adoption",
"label": "Adoption signal",
"value": "1 GitHub stars",
"href": "https://github.com/LinkRogers/xhs-note-creator",
"sourceUrl": "https://github.com/LinkRogers/xhs-note-creator",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-02-25T02:24:13.458Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/linkrogers-xhs-note-creator/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/linkrogers-xhs-note-creator/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 xhs-note-creator and adjacent AI workflows.