Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
ContentMédio

Content Extraction Entrypoint

porblessonism·blessonism· v1.0.0 · atualizado em 2026-04-11
77
Score

Robust URL-to-Markdown extraction for OpenClaw workflows. Use when the user wants to extract, summarize, or convert a webpage to Markdown (especially WeChat mp.weixin.qq.com) and web_fetch/browser is blocked or messy. Employs a cost-effective probe via web_fetch initially, then falls back to the official MinerU API (via the local mineru-extract skill), returning a traceable result contract with source links.

web-extractionmarkdown-conversioncontent-parsingurl-processingdata-extractionweb-scraping
Linguagens
Python
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdcontent-extract/workflow
Input: URL
Check if the URL is in the domain whitelist.
If whitelisted, force MinerU extraction.
Otherwise, attempt to fetch content using `web_fetch`.
Evaluate the fetched content for success/failure based on heuristics.
If `web_fetch` fails, use MinerU API for extraction.
Construct a unified JSON result contract with extracted markdown, source URLs, and artifacts.
Return the result contract.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar aMarkdown To EPUB Converter
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
77
Similar aDocument Processing
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80

Árvore do Skill

Content Extraction Entrypoint
content-extract
Fases Cognitivas4
1.SENSE
2.CONTEXTUALIZE
3.ACT
4.REFLECT
Triggers7
extract content from a webpagesummarize a webpage to markdownconvert a URL to markdownextract markdown from a URLget markdown from a web pageparse webpage content to markdownfetch and convert webpage to markdown

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download content-extract
$ synaptic skills detail content-extract
$ synaptic skills live content-extract

Dependências

web_fetchmineru-extract

Links

GitHub Repository