MC
<!-- This file is auto-generated by alef — DO NOT EDIT. --> <!-- alef:hash:526c92c34b7201230da79912b4ec8eb9ecc5c6683951a43cd0234a619377accd --> <!-- To regenerate: alef docs --> <!-- To verify freshness: alef verify --exit-code -->
Install
mkdir -p .claude/skills/mcp-xberg-io && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/14873" && unzip -o skill.zip -d .claude/skills/mcp-xberg-io && rm skill.zipInstalls to .claude/skills/mcp-xberg-io
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
<!-- This file is auto-generated by alef — DO NOT EDIT. --> <!-- alef:hash:526c92c34b7201230da79912b4ec8eb9ecc5c6683951a43cd0234a619377accd --> <!-- To regenerate: alef docs --> <!-- To verify freshness: alef verify --exit-code -->231 chars · catalog descriptionno explicit “when” trigger
About this skill
<!-- This file is auto-generated by alef — DO NOT EDIT. -->
<!-- alef:hash:526c92c34b7201230da79912b4ec8eb9ecc5c6683951a43cd0234a619377accd -->
<!-- To regenerate: alef docs -->
<!-- To verify freshness: alef verify --exit-code -->
html-to-markdown-rs MCP Reference
Use this skill when integrating html-to-markdown-rs through Model Context Protocol tools, prompts, or resources.
convert_html: Convert HTML to Markdown (or Djot/plain via config.output_format). Pass json:true for the full ConversionResult (content, tables, document structure, metadata, warnings). Pass config to control heading style, list formatting, escaping, preprocessing, image extraction, and more — see the input schema for every option.extract_metadata: Extract structured metadata from HTML as JSON: document title/description/keywords/author, Open Graph and Twitter Card tags, JSON-LD and microdata, plus header, link, and image inventories. Convenience over convert_html for metadata-only use.