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
Analyze content (YouTube videos, articles, tweet threads, podcasts) and deliver a watch/read/skip verdict with extracted insights. Trigger when user shares a URL with keywords like "review", "analyze", "worth my time", "should I watch", "should I read", or "review this". Also triggers on "content review", "content claw", or just a URL followed by a question mark. Do NOT use for simple link sharing without review intent, bookmarking URLs for later, or when user just wants to open/visit a link. --- name: content-claw description: Analyze content (YouTube videos, articles, tweet threads, podcasts) and deliver a watch/read/skip verdict with extracted insights. Trigger when user shares a URL with keywords like "review", "analyze", "worth my time", "should I watch", "should I read", or "review this". Also triggers on "content review", "content claw", or just a URL followed by a question mark. Do NOT use for sim Capability contract not published. No trust telemetry is available yet. 17 GitHub stars reported by the source. Last updated 4/15/2026.
Freshness
Last checked 4/15/2026
Best For
content-claw is best for see, the 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
Analyze content (YouTube videos, articles, tweet threads, podcasts) and deliver a watch/read/skip verdict with extracted insights. Trigger when user shares a URL with keywords like "review", "analyze", "worth my time", "should I watch", "should I read", or "review this". Also triggers on "content review", "content claw", or just a URL followed by a question mark. Do NOT use for simple link sharing without review intent, bookmarking URLs for later, or when user just wants to open/visit a link. --- name: content-claw description: Analyze content (YouTube videos, articles, tweet threads, podcasts) and deliver a watch/read/skip verdict with extracted insights. Trigger when user shares a URL with keywords like "review", "analyze", "worth my time", "should I watch", "should I read", or "review this". Also triggers on "content review", "content claw", or just a URL followed by a question mark. Do NOT use for sim
Public facts
5
Change events
1
Artifacts
0
Freshness
Apr 15, 2026
Capability contract not published. No trust telemetry is available yet. 17 GitHub stars reported by the source. Last updated 4/15/2026.
Trust score
Unknown
Compatibility
OpenClaw
Freshness
Apr 15, 2026
Vendor
Sene1337
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. 17 GitHub stars reported by the source. Last updated 4/15/2026.
Setup snapshot
git clone https://github.com/sene1337/content-claw.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
Sene1337
Protocol compatibility
OpenClaw
Adoption signal
17 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
1
Snippets
0
Languages
typescript
Parameters
markdown
## Source - **Title:** [Content title] - **Author:** [Creator name] (@handle if applicable) - **URL:** [Clean URL โ tracking params stripped] - **Date:** [Publication date] - **Length:** [Duration or word count] - **Shared by:** [Who shared it] via [channel], [date] - **Context:** [1-2 sentences: what was happening when the link was shared โ what project, conversation, or train of thought prompted it. This is for future memory recall.]
Full documentation captured from public sources, including the complete README when available.
Docs source
GITHUB OPENCLEW
Editorial quality
ready
Analyze content (YouTube videos, articles, tweet threads, podcasts) and deliver a watch/read/skip verdict with extracted insights. Trigger when user shares a URL with keywords like "review", "analyze", "worth my time", "should I watch", "should I read", or "review this". Also triggers on "content review", "content claw", or just a URL followed by a question mark. Do NOT use for simple link sharing without review intent, bookmarking URLs for later, or when user just wants to open/visit a link. --- name: content-claw description: Analyze content (YouTube videos, articles, tweet threads, podcasts) and deliver a watch/read/skip verdict with extracted insights. Trigger when user shares a URL with keywords like "review", "analyze", "worth my time", "should I watch", "should I read", or "review this". Also triggers on "content review", "content claw", or just a URL followed by a question mark. Do NOT use for sim
Analyze external content against the user's goals, frameworks, and time value. Extract the insights so they don't have to consume the full content unless it's truly worth their time.
Folder structure:
docs/content-claw/caught/ โ ๐ Read and ๐ฌ Watch verdicts. The keepers.docs/content-claw/released/skim/ โ ๐ Skim verdicts. Monthly batch review, then purged.docs/content-claw/released/skip/ โ โญ๏ธ Skip verdicts. Auto-purge after 14 days.File naming scheme: {category}--{source}--{title-slug}.md
ai-agents, bitcoin, health, media, business, tech, finance, culture, ops (extend as needed)article, video, podcast, thread, paper-- (doesn't conflict with hyphens in slugs)ai-agents--article--clawvault-memory-architecture.mdAt a glance you can see category, format, and topic without opening the file.
Before ANY extraction work, check if this URL has already been reviewed:
grep -rl "<cleaned-URL>" docs/content-claw/ (search all caught + released folders)This prevents duplicate files and wasted extraction work. No exceptions.
Verify tools and set extraction strategy before starting. See references/environment-setup.md for full checklist.
Before fetching or searching ANY shared URL, strip tracking parameters:
?s=, &s=, ?t=, &t=, ?ref_src=, &ref_src=&si=, ?si=, &feature=, ?feature=, &pp=utm_source, utm_medium, utm_campaign, utm_term, utm_content, utm_id, fbclid, gclid, igshid, ref, mc_cid, mc_eid? or & that matches these patterns. Keep essential params (e.g., YouTube v=, t= for timestamps, list= for playlists).Example: https://youtube.com/watch?v=abc123&si=tracking_garbage&t=120 โ https://youtube.com/watch?v=abc123&t=120
From the URL, determine:
Duration check (YouTube/podcasts): Before spawning extraction, check video length via web_search or yt-dlp metadata (yt-dlp --print duration [URL]). If >60 minutes, warn the user:
"This is a [X]-minute video. Full transcription will take a while. Want me to: (a) do full extraction, (b) extract intro + key chapters only, or (c) search for existing summaries/highlights?"
For videos <60 minutes, proceed automatically.
โ ๏ธ Context Window Protection Rule: The purpose of this skill is to keep the main agent's context clean. Heavy extraction work MUST happen in a sub-agent, not in the main session.
If Tier 1 produces enough content for a solid review โ proceed to Step 3. If Tier 1 is insufficient โ spawn a sub-agent for Tier 2. Do NOT do Tier 2 work yourself.
Use the fallback hierarchy โ stop at the first tier that works:
Tier 1: Lightweight web extraction (~500-2.5k tokens) โญ Try first, main agent
web_search "[video title] transcript" or web_search "[video-id] transcript"web_fetch on known transcript services (e.g., kome.ai/api/transcript?url=[URL])https://www.youtube.com/oembed?url=[URL]&format=json)web_fetch with markdown extractionapi.fxtwitter.com/[user]/status/[id]Tier 2: Sub-agent extraction (~5k tokens) โ ALWAYS a sub-agent, NEVER main agent
Tier 3: Ask user for help (~1k tokens) โ Last resort
Retry Limits (hard caps):
web_search: max 2 attempts per URLweb_fetch: max 1 attempt per specific URLyt-dlp: max 1 attempt (if blocked, it's blocked โ don't retry)Output Verification (after any extraction):
After verified extraction, review the content against:
Format the response as:
Verdict emoji + label:
Then provide:
๐ Actions (things to do based on this content):
๐ก Insights (worth knowing, no action needed):
Also note:
Source block (required at top of every review file):
## Source
- **Title:** [Content title]
- **Author:** [Creator name] (@handle if applicable)
- **URL:** [Clean URL โ tracking params stripped]
- **Date:** [Publication date]
- **Length:** [Duration or word count]
- **Shared by:** [Who shared it] via [channel], [date]
- **Context:** [1-2 sentences: what was happening when the link was shared โ what project, conversation, or train of thought prompted it. This is for future memory recall.]
Filing rules by verdict:
| Verdict | Destination | Retention |
|---|---|---|
| ๐ Read | docs/content-claw/caught/{cat}--{src}--{slug}.md | Permanent |
| ๐ฌ Watch | docs/content-claw/caught/{cat}--{src}--{slug}.md | Permanent |
| ๐ Skim | docs/content-claw/released/skim/{cat}--{src}--{slug}.md | Monthly batch review |
| โญ๏ธ Skip | docs/content-claw/released/skip/{cat}--{src}--{slug}.md | Auto-purge after 14 days |
{category}--{source-type}--{title-slug}.md (see top of file for categories/sources)Review file contents:
Auto-purge (agent-driven, no human input needed):
released/skip/ older than 14 days โ delete automatically during heartbeats or periodic maintenanceMonthly batch review (low-friction human decision):
released/skim/ for accumulated reviews๐ฆ Content Claw โ Monthly Purge [N] skims from [month]. Promote or release?
- "Article title" โ one-line context reminder
- "Article title" โ one-line context reminder ...
Reply with numbers to promote to
caught/, or "clear all"
docs/content-claw/caught/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/sene1337-content-claw/snapshot"
curl -s "https://xpersona.co/api/v1/agents/sene1337-content-claw/contract"
curl -s "https://xpersona.co/api/v1/agents/sene1337-content-claw/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/sene1337-content-claw/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/sene1337-content-claw/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/sene1337-content-claw/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/sene1337-content-claw/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/sene1337-content-claw/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/sene1337-content-claw/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-17T01:55:12.897Z"
}
},
"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"
},
{
"key": "see",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "the",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
}
],
"flattenedTokens": "protocol:OPENCLEW|unknown|profile capability:see|supported|profile capability:the|supported|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": "Sene1337",
"href": "https://github.com/sene1337/content-claw",
"sourceUrl": "https://github.com/sene1337/content-claw",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-04-15T01:14:56.271Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "OpenClaw",
"href": "https://xpersona.co/api/v1/agents/sene1337-content-claw/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/sene1337-content-claw/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-04-15T01:14:56.271Z",
"isPublic": true
},
{
"factKey": "traction",
"category": "adoption",
"label": "Adoption signal",
"value": "17 GitHub stars",
"href": "https://github.com/sene1337/content-claw",
"sourceUrl": "https://github.com/sene1337/content-claw",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-04-15T01:14:56.271Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/sene1337-content-claw/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/sene1337-content-claw/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 content-claw and adjacent AI workflows.