{
  "schemaVersion": "1.0",
  "item": {
    "slug": "markitdown-skill",
    "name": "MarkItDown Skill",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/karmanverma/markitdown-skill",
    "canonicalUrl": "https://clawhub.ai/karmanverma/markitdown-skill",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/markitdown-skill",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=markitdown-skill",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "POST_INSTALL.md",
      "README.md",
      "SKILL.md",
      "USAGE-GUIDE.md",
      "package.json",
      "reference.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "markitdown-skill",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-02T08:19:53.204Z",
      "expiresAt": "2026-05-09T08:19:53.204Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=markitdown-skill",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=markitdown-skill",
        "contentDisposition": "attachment; filename=\"markitdown-skill-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "markitdown-skill"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/markitdown-skill"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/markitdown-skill",
    "agentPageUrl": "https://openagent3.xyz/skills/markitdown-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/markitdown-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/markitdown-skill/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "MarkItDown Skill",
        "body": "Documentation and utilities for converting documents to Markdown using Microsoft's MarkItDown library.\n\nNote: This skill provides documentation and a batch script. The actual conversion is done by the markitdown CLI/library installed via pip."
      },
      {
        "title": "When to Use",
        "body": "Use markitdown for:\n\n📄 Fetching documentation (README, API docs)\n🌐 Converting web pages to markdown\n📝 Document analysis (PDFs, Word, PowerPoint)\n🎬 YouTube transcripts\n🖼️ Image text extraction (OCR)\n🎤 Audio transcription"
      },
      {
        "title": "Quick Start",
        "body": "# Convert file to markdown\nmarkitdown document.pdf -o output.md\n\n# Convert URL\nmarkitdown https://example.com/docs -o docs.md"
      },
      {
        "title": "Supported Formats",
        "body": "FormatFeaturesPDFText extraction, structureWord (.docx)Headings, lists, tablesPowerPointSlides, textExcelTables, sheetsImagesOCR + EXIF metadataAudioSpeech transcriptionHTMLStructure preservationYouTubeVideo transcription"
      },
      {
        "title": "Installation",
        "body": "The skill requires Microsoft's markitdown CLI:\n\npip install 'markitdown[all]'\n\nOr install specific formats only:\n\npip install 'markitdown[pdf,docx,pptx]'"
      },
      {
        "title": "Fetch Documentation",
        "body": "markitdown https://github.com/user/repo/blob/main/README.md -o readme.md"
      },
      {
        "title": "Convert PDF",
        "body": "markitdown document.pdf -o document.md"
      },
      {
        "title": "Batch Convert",
        "body": "# Using included script\npython ~/.openclaw/skills/markitdown/scripts/batch_convert.py docs/*.pdf -o markdown/ -v\n\n# Or shell loop\nfor file in docs/*.pdf; do\n  markitdown \"$file\" -o \"${file%.pdf}.md\"\ndone"
      },
      {
        "title": "Python API",
        "body": "from markitdown import MarkItDown\n\nmd = MarkItDown()\nresult = md.convert(\"document.pdf\")\nprint(result.text_content)"
      },
      {
        "title": "\"markitdown not found\"",
        "body": "pip install 'markitdown[all]'"
      },
      {
        "title": "OCR Not Working",
        "body": "# Ubuntu/Debian\nsudo apt-get install tesseract-ocr\n\n# macOS\nbrew install tesseract"
      },
      {
        "title": "What This Skill Provides",
        "body": "ComponentSourcemarkitdown CLIMicrosoft's pip packagemarkitdown Python APIMicrosoft's pip packagescripts/batch_convert.pyThis skill (utility)DocumentationThis skill"
      },
      {
        "title": "See Also",
        "body": "USAGE-GUIDE.md - Detailed examples\nreference.md - Full API reference\nMicrosoft MarkItDown - Upstream library"
      }
    ],
    "body": "MarkItDown Skill\n\nDocumentation and utilities for converting documents to Markdown using Microsoft's MarkItDown library.\n\nNote: This skill provides documentation and a batch script. The actual conversion is done by the markitdown CLI/library installed via pip.\n\nWhen to Use\n\nUse markitdown for:\n\n📄 Fetching documentation (README, API docs)\n🌐 Converting web pages to markdown\n📝 Document analysis (PDFs, Word, PowerPoint)\n🎬 YouTube transcripts\n🖼️ Image text extraction (OCR)\n🎤 Audio transcription\nQuick Start\n# Convert file to markdown\nmarkitdown document.pdf -o output.md\n\n# Convert URL\nmarkitdown https://example.com/docs -o docs.md\n\nSupported Formats\nFormat\tFeatures\nPDF\tText extraction, structure\nWord (.docx)\tHeadings, lists, tables\nPowerPoint\tSlides, text\nExcel\tTables, sheets\nImages\tOCR + EXIF metadata\nAudio\tSpeech transcription\nHTML\tStructure preservation\nYouTube\tVideo transcription\nInstallation\n\nThe skill requires Microsoft's markitdown CLI:\n\npip install 'markitdown[all]'\n\n\nOr install specific formats only:\n\npip install 'markitdown[pdf,docx,pptx]'\n\nCommon Patterns\nFetch Documentation\nmarkitdown https://github.com/user/repo/blob/main/README.md -o readme.md\n\nConvert PDF\nmarkitdown document.pdf -o document.md\n\nBatch Convert\n# Using included script\npython ~/.openclaw/skills/markitdown/scripts/batch_convert.py docs/*.pdf -o markdown/ -v\n\n# Or shell loop\nfor file in docs/*.pdf; do\n  markitdown \"$file\" -o \"${file%.pdf}.md\"\ndone\n\nPython API\nfrom markitdown import MarkItDown\n\nmd = MarkItDown()\nresult = md.convert(\"document.pdf\")\nprint(result.text_content)\n\nTroubleshooting\n\"markitdown not found\"\npip install 'markitdown[all]'\n\nOCR Not Working\n# Ubuntu/Debian\nsudo apt-get install tesseract-ocr\n\n# macOS\nbrew install tesseract\n\nWhat This Skill Provides\nComponent\tSource\nmarkitdown CLI\tMicrosoft's pip package\nmarkitdown Python API\tMicrosoft's pip package\nscripts/batch_convert.py\tThis skill (utility)\nDocumentation\tThis skill\nSee Also\nUSAGE-GUIDE.md - Detailed examples\nreference.md - Full API reference\nMicrosoft MarkItDown - Upstream library"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/karmanverma/markitdown-skill",
    "publisherUrl": "https://clawhub.ai/karmanverma/markitdown-skill",
    "owner": "karmanverma",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/markitdown-skill",
    "downloadUrl": "https://openagent3.xyz/downloads/markitdown-skill",
    "agentUrl": "https://openagent3.xyz/skills/markitdown-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/markitdown-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/markitdown-skill/agent.md"
  }
}