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
链接知识捕获器。Frank(或任何agent)对话中出现URL时自动触发: 抓取全文→摘要→打标签→去重检查→存入Nowledge Mem知识图谱。 支持Twitter/X、网页文章、YouTube(摘要)。 附带选题卡功能:关键词→搜知识库+社媒热度+历史去重→输出完整选题卡。 激活词:任何URL(自动);「选题 [关键词]」「选题卡 [关键词]」(手动) --- name: link-capture description: > 链接知识捕获器。Frank(或任何agent)对话中出现URL时自动触发: 抓取全文→摘要→打标签→去重检查→存入Nowledge Mem知识图谱。 支持Twitter/X、网页文章、YouTube(摘要)。 附带选题卡功能:关键词→搜知识库+社媒热度+历史去重→输出完整选题卡。 激活词:任何URL(自动);「选题 [关键词]」「选题卡 [关键词]」(手动) version: 1.0.0 author: 银霜客 tags: [knowledge, capture, twitter, link, dedup, topic-card, nmem] --- Link Capture — 链接知识捕获器 核心哲学 **每条链接都是一颗种子。不收进知识库,下次聊到就要重新找。** Frank的习惯:对话中随手丢链接。 当前问题:用完即走,没有沉淀,下次还得重新搜。 Capability contract not published. No trust telemetry is available yet. Last updated 3/1/2026.
Freshness
Last checked 3/1/2026
Best For
link-capture 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
链接知识捕获器。Frank(或任何agent)对话中出现URL时自动触发: 抓取全文→摘要→打标签→去重检查→存入Nowledge Mem知识图谱。 支持Twitter/X、网页文章、YouTube(摘要)。 附带选题卡功能:关键词→搜知识库+社媒热度+历史去重→输出完整选题卡。 激活词:任何URL(自动);「选题 [关键词]」「选题卡 [关键词]」(手动) --- name: link-capture description: > 链接知识捕获器。Frank(或任何agent)对话中出现URL时自动触发: 抓取全文→摘要→打标签→去重检查→存入Nowledge Mem知识图谱。 支持Twitter/X、网页文章、YouTube(摘要)。 附带选题卡功能:关键词→搜知识库+社媒热度+历史去重→输出完整选题卡。 激活词:任何URL(自动);「选题 [关键词]」「选题卡 [关键词]」(手动) version: 1.0.0 author: 银霜客 tags: [knowledge, capture, twitter, link, dedup, topic-card, nmem] --- Link Capture — 链接知识捕获器 核心哲学 **每条链接都是一颗种子。不收进知识库,下次聊到就要重新找。** Frank的习惯:对话中随手丢链接。 当前问题:用完即走,没有沉淀,下次还得重新搜。
Public facts
4
Change events
1
Artifacts
0
Freshness
Mar 1, 2026
Capability contract not published. No trust telemetry is available yet. Last updated 3/1/2026.
Trust score
Unknown
Compatibility
OpenClaw
Freshness
Mar 1, 2026
Vendor
Gf691271
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. Last updated 3/1/2026.
Setup snapshot
git clone https://github.com/gf691271/openclaw-link-capture.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
Gf691271
Protocol compatibility
OpenClaw
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
text
https://x.com/... → Twitter/X 推文 https://twitter.com/... → Twitter/X 推文 https://t.co/... → Twitter短链(先解析再处理) https://youtube.com/... → YouTube(抓字幕/描述,无字幕则存标题+描述) https://*.substack.com/... → Newsletter文章 https://...(其他) → 通用网页文章
text
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
STEP A1 — 内容抓取
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Twitter/X URL:
→ 调用 x-tweet-fetcher:
python3 skills/x-tweet-fetcher/scripts/fetch_tweet.py --url "<url>" --pretty
→ 提取:author, screen_name, text, likes, retweets, bookmarks, views, created_at
YouTube URL:
→ 调用 summarize skill(若已安装)
→ 或 web_fetch 抓取页面获取标题+描述+自动字幕
→ 无字幕则存:标题+频道+描述+URL
其他网页:
→ 调用 web_fetch(url, extractMode="markdown")
→ 截取前5000字(避免token浪费)
→ 提取:标题、作者/来源、发布日期、核心内容
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
STEP A2 — 去重检查
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
□ 用标题+核心句子做 memory_search(maxResults=3)
□ 检查返回结果的相似度分数:
- score > 0.85:高度重复 → 告知已有,跳过存储,显示已有记录链接
- score 0.60-0.85:部分重复 → 告知相似内容,询问是否仍要存入(默认:存,但标注关联)
- score < 0.60:新内容 → 直接存入
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
STEP A3 — 自动标签生成
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
根据内容自动推断标签(最多5个):
主题标签(选1-2):
ai-agents | twitter | openclaw | real-estate | school-district
robotics | content-strategy | engineering | immigration | career
north-shore-crossing | zealty | dsr | arc | etl | family
来源标签(选1):
source-twitter | source-youtube | source-web | source-newsletter
信号类型标签(选1):
signal-tool | signal-insight | signal-news | signal-method | signal-data
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
STEP A4 — 存入知识图谱
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
调用 nowledge_mem_save():
title: "[来源] 标题(≤60字)"
格式:
Twitter: "[@screen_name] 推文核心观点(≤40字)"
文章: "文章标题 — 来源名"
YouTube: "[YouTube] 视频标题 — 频道名"
text: 结构化摘要,格式:
来源:[URL / @作者 / 发布日期]
核心观点:[2-3句话,提炼最有价值的信息]
关键数据/金句:[数字、可引用的句子]
与Frank相关:[为什么这对Frank有用,1句话]
[如有代码/工具:工具名+用途]
unit_type: 按内容选择
fact(工具/数据/事实)| learning(方法论/洞察)
event(新闻/发布)| preference(Frank明确表态喜欢的)
labels: [上一步生成的标签]
importance:
0.8-1.0:Frank主动分享+高互动(likes>1000 or bookmarks>500)
0.5-0.7:一般参考资料
0.3-0.4:背景信息
event_start: 内容发布日期(不是存储日期)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
STEP A5 — 回复确认(简洁)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
存储成功后回复(1-3行,text
「选题 AI记忆系统」 「选题卡 Zealty」 「围绕XX出个选题」
text
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ STEP B1 — 知识库检索 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ memory_search(query=关键词, maxResults=8) → 提取已有内容:相关文章/推文/洞察 + 时间 + 重要性 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ STEP B2 — 社媒热度探测 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ web_search(query="[关键词] site:twitter.com OR site:x.com", freshness="pw") → 检索最近7天Twitter上的热度 web_search(query="[关键词]", freshness="pw") → 检索最近7天整体热度 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ STEP B3 — 去重分析 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 对知识库里的已有内容检查: □ 相似度 > 40%(score > 0.7)的内容标注「已覆盖」 □ 找出「还没人说的角度」(knowledge gap) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ STEP B4 — 输出选题卡 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
text
━━━━━━━━━━━━━━━━━━━━━━━━━━━
📋 选题卡:[关键词]
生成时间:YYYY-MM-DD
━━━━━━━━━━━━━━━━━━━━━━━━━━━
【知识储备】N条相关记忆
· [标题1] — [日期] [重要性★]
· [标题2] — [日期]
· ...
【本周热度】
Twitter:[热门推文/话题 1-2条]
整体:[热门文章/事件 1-2条]
【去重雷达】
⚠️ 已被覆盖(>40%相似):[角度列表]
✅ 空白角度(建议切入):[角度列表]
【推荐选题】(3个,差异化)
A. [标题]
角度:[与已有内容的差异点]
Hook:[开头第一句话]
适合媒介:[Twitter/YouTube/Newsletter]
B. [标题]
...
C. [标题]
...
【最强Hook候选】
· [具体句子,含数字/名字]
· [具体句子,反直觉型]
【来源推荐】(直接可引用)
· [来自知识库的N条最相关来源]
━━━━━━━━━━━━━━━━━━━━━━━━━━━text
x-tweet-fetcher → link-capture (A1抓取层) web_fetch → link-capture (A1抓取层) nowledge_mem_save → link-capture (A4存储层) memory_search → link-capture (A2去重 + B1检索) web_search → link-capture (B2热度探测) link-capture → DSR (提供E层来源) link-capture → ARC (提供已有内容素材库)
Full documentation captured from public sources, including the complete README when available.
Docs source
GITHUB OPENCLEW
Editorial quality
ready
链接知识捕获器。Frank(或任何agent)对话中出现URL时自动触发: 抓取全文→摘要→打标签→去重检查→存入Nowledge Mem知识图谱。 支持Twitter/X、网页文章、YouTube(摘要)。 附带选题卡功能:关键词→搜知识库+社媒热度+历史去重→输出完整选题卡。 激活词:任何URL(自动);「选题 [关键词]」「选题卡 [关键词]」(手动) --- name: link-capture description: > 链接知识捕获器。Frank(或任何agent)对话中出现URL时自动触发: 抓取全文→摘要→打标签→去重检查→存入Nowledge Mem知识图谱。 支持Twitter/X、网页文章、YouTube(摘要)。 附带选题卡功能:关键词→搜知识库+社媒热度+历史去重→输出完整选题卡。 激活词:任何URL(自动);「选题 [关键词]」「选题卡 [关键词]」(手动) version: 1.0.0 author: 银霜客 tags: [knowledge, capture, twitter, link, dedup, topic-card, nmem] --- Link Capture — 链接知识捕获器 核心哲学 **每条链接都是一颗种子。不收进知识库,下次聊到就要重新找。** Frank的习惯:对话中随手丢链接。 当前问题:用完即走,没有沉淀,下次还得重新搜。
每条链接都是一颗种子。不收进知识库,下次聊到就要重新找。
Frank的习惯:对话中随手丢链接。 当前问题:用完即走,没有沉淀,下次还得重新搜。 这个skill解决:链接进来 → 知识留下来。
两个模式:
对话中出现以下格式的URL时,自动执行(不需要用户说「帮我保存」):
https://x.com/... → Twitter/X 推文
https://twitter.com/... → Twitter/X 推文
https://t.co/... → Twitter短链(先解析再处理)
https://youtube.com/... → YouTube(抓字幕/描述,无字幕则存标题+描述)
https://*.substack.com/... → Newsletter文章
https://...(其他) → 通用网页文章
豁免(不触发捕获):
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
STEP A1 — 内容抓取
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Twitter/X URL:
→ 调用 x-tweet-fetcher:
python3 skills/x-tweet-fetcher/scripts/fetch_tweet.py --url "<url>" --pretty
→ 提取:author, screen_name, text, likes, retweets, bookmarks, views, created_at
YouTube URL:
→ 调用 summarize skill(若已安装)
→ 或 web_fetch 抓取页面获取标题+描述+自动字幕
→ 无字幕则存:标题+频道+描述+URL
其他网页:
→ 调用 web_fetch(url, extractMode="markdown")
→ 截取前5000字(避免token浪费)
→ 提取:标题、作者/来源、发布日期、核心内容
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
STEP A2 — 去重检查
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
□ 用标题+核心句子做 memory_search(maxResults=3)
□ 检查返回结果的相似度分数:
- score > 0.85:高度重复 → 告知已有,跳过存储,显示已有记录链接
- score 0.60-0.85:部分重复 → 告知相似内容,询问是否仍要存入(默认:存,但标注关联)
- score < 0.60:新内容 → 直接存入
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
STEP A3 — 自动标签生成
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
根据内容自动推断标签(最多5个):
主题标签(选1-2):
ai-agents | twitter | openclaw | real-estate | school-district
robotics | content-strategy | engineering | immigration | career
north-shore-crossing | zealty | dsr | arc | etl | family
来源标签(选1):
source-twitter | source-youtube | source-web | source-newsletter
信号类型标签(选1):
signal-tool | signal-insight | signal-news | signal-method | signal-data
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
STEP A4 — 存入知识图谱
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
调用 nowledge_mem_save():
title: "[来源] 标题(≤60字)"
格式:
Twitter: "[@screen_name] 推文核心观点(≤40字)"
文章: "文章标题 — 来源名"
YouTube: "[YouTube] 视频标题 — 频道名"
text: 结构化摘要,格式:
来源:[URL / @作者 / 发布日期]
核心观点:[2-3句话,提炼最有价值的信息]
关键数据/金句:[数字、可引用的句子]
与Frank相关:[为什么这对Frank有用,1句话]
[如有代码/工具:工具名+用途]
unit_type: 按内容选择
fact(工具/数据/事实)| learning(方法论/洞察)
event(新闻/发布)| preference(Frank明确表态喜欢的)
labels: [上一步生成的标签]
importance:
0.8-1.0:Frank主动分享+高互动(likes>1000 or bookmarks>500)
0.5-0.7:一般参考资料
0.3-0.4:背景信息
event_start: 内容发布日期(不是存储日期)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
STEP A5 — 回复确认(简洁)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
存储成功后回复(1-3行,不要废话):
📌 已收入知识库
**[@MatthewBerman] OpenClaw作为公司OS:50亿token实战**
标签:#openclaw #ai-agents #signal-tool
[如有去重提醒:⚠️ 相似内容已有N条,已关联]
「选题 AI记忆系统」
「选题卡 Zealty」
「围绕XX出个选题」
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
STEP B1 — 知识库检索
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
memory_search(query=关键词, maxResults=8)
→ 提取已有内容:相关文章/推文/洞察 + 时间 + 重要性
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
STEP B2 — 社媒热度探测
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
web_search(query="[关键词] site:twitter.com OR site:x.com", freshness="pw")
→ 检索最近7天Twitter上的热度
web_search(query="[关键词]", freshness="pw")
→ 检索最近7天整体热度
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
STEP B3 — 去重分析
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
对知识库里的已有内容检查:
□ 相似度 > 40%(score > 0.7)的内容标注「已覆盖」
□ 找出「还没人说的角度」(knowledge gap)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
STEP B4 — 输出选题卡
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
━━━━━━━━━━━━━━━━━━━━━━━━━━━
📋 选题卡:[关键词]
生成时间:YYYY-MM-DD
━━━━━━━━━━━━━━━━━━━━━━━━━━━
【知识储备】N条相关记忆
· [标题1] — [日期] [重要性★]
· [标题2] — [日期]
· ...
【本周热度】
Twitter:[热门推文/话题 1-2条]
整体:[热门文章/事件 1-2条]
【去重雷达】
⚠️ 已被覆盖(>40%相似):[角度列表]
✅ 空白角度(建议切入):[角度列表]
【推荐选题】(3个,差异化)
A. [标题]
角度:[与已有内容的差异点]
Hook:[开头第一句话]
适合媒介:[Twitter/YouTube/Newsletter]
B. [标题]
...
C. [标题]
...
【最强Hook候选】
· [具体句子,含数字/名字]
· [具体句子,反直觉型]
【来源推荐】(直接可引用)
· [来自知识库的N条最相关来源]
━━━━━━━━━━━━━━━━━━━━━━━━━━━
x-tweet-fetcher → link-capture (A1抓取层)
web_fetch → link-capture (A1抓取层)
nowledge_mem_save → link-capture (A4存储层)
memory_search → link-capture (A2去重 + B1检索)
web_search → link-capture (B2热度探测)
link-capture → DSR (提供E层来源)
link-capture → ARC (提供已有内容素材库)
ETL定位:link-capture是持续的E层输入。 DSR做一次性深度侦察(10-30个来源),link-capture做日常积累(每条链接进来都存)。 两者共享同一个Nowledge Mem知识库。
likes/bookmarks/views写入存储,用于判断内容质量importance: 0.8每条链接=Frank的注意力。注意力是稀缺资源,不存就是浪费。
去重不是为了「不存」,是为了「找空白」。 重复>40%不是拦截,是信号: 这个话题Frank已经有积累,下一篇内容应该往更深/更差异化的方向走。
选题卡的价值在「空白角度」,不在「热门话题列表」。 热门话题任何人都能搜到,只有Frank的知识库能告诉他「我已经有什么,还缺什么」。
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/gf691271-openclaw-link-capture/snapshot"
curl -s "https://xpersona.co/api/v1/agents/gf691271-openclaw-link-capture/contract"
curl -s "https://xpersona.co/api/v1/agents/gf691271-openclaw-link-capture/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/gf691271-openclaw-link-capture/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/gf691271-openclaw-link-capture/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/gf691271-openclaw-link-capture/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/gf691271-openclaw-link-capture/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/gf691271-openclaw-link-capture/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/gf691271-openclaw-link-capture/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:40:24.912Z"
}
},
"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": "Gf691271",
"href": "https://github.com/gf691271/openclaw-link-capture",
"sourceUrl": "https://github.com/gf691271/openclaw-link-capture",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-03-01T06:06:01.859Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "OpenClaw",
"href": "https://xpersona.co/api/v1/agents/gf691271-openclaw-link-capture/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/gf691271-openclaw-link-capture/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-03-01T06:06:01.859Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/gf691271-openclaw-link-capture/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/gf691271-openclaw-link-capture/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 link-capture and adjacent AI workflows.