Skip to content
Skillv1.0.0

docling

Convert PDFs, Office documents, HTML pages, Markdown files, images, and scanned documents into structured Markdown or JSON.

by Rycen7822(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from Rycen7822/skill-retrieval-mcp (tests/fixtures/retrieval_quality/skills/user-imported/docling/SKILL.md). Install upstream with npx skills add Rycen7822/skill-retrieval-mcp --skill docling. Copyright stays with the author.

Docling

When to Use

Use when the user asks to convert PDF, DOCX, PPTX, HTML, Markdown, image, or scanned document content into structured Markdown, JSON, tables, or extracted text.

Do Not Use When

Do not use for repairing GB/T 7714 bibliography formatting inside a thesis DOCX or for writing a research paper.

Required Inputs

Source document path or URL, desired output format, OCR needs, table extraction requirements, and output directory.

Workflow

  1. Inspect input document type and conversion options.
  2. Run docling conversion with OCR/table settings when needed.
  3. Validate extracted headings, tables, images, and metadata.
  4. Save structured output and report conversion caveats.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/rycen7822-skill-retrieval-mcp-docling/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

rycen7822-skill-retrieval-mcp-docling.ocm.jsonjson
{
  "ocm": "1",
  "id": "rycen7822-skill-retrieval-mcp-docling",
  "kind": "skill",
  "name": "docling",
  "description": "Convert PDFs, Office documents, HTML pages, Markdown files, images, and scanned documents into structured Markdown or JSON.",
  "publisher": "Rycen7822",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "pdf",
      "office",
      "conversion",
      "ocr",
      "markdown",
      "docling",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Convert PDFs, Office documents, HTML pages, Markdown files, images, and scanned documents into structured Markdown or JSON."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/Rycen7822/skill-retrieval-mcp",
      "path": "tests/fixtures/retrieval_quality/skills/user-imported/docling/SKILL.md",
      "ref": "2934169178911d08333fe1dfe8e7da0bd6399abc",
      "url": "https://github.com/Rycen7822/skill-retrieval-mcp/blob/2934169178911d08333fe1dfe8e7da0bd6399abc/tests/fixtures/retrieval_quality/skills/user-imported/docling/SKILL.md",
      "key": "Rycen7822/skill-retrieval-mcp/tests/fixtures/retrieval_quality/skills/user-imported/docling/SKILL.md"
    }
  },
  "instructions": "# Docling\n## When to Use\nUse when the user asks to convert PDF, DOCX, PPTX, HTML, Markdown, image, or scanned document content into structured Markdown, JSON, tables, or extracted text.\n## Do Not Use When\nDo not use for repairing GB/T 7714 bibliography formatting inside a thesis DOCX or for writing a research paper.\n## Required Inputs\nSource document path or URL, desired output format, OCR needs, table extraction requirements, and output directory.\n## Workflow\n1. Inspect input document type and conversion options.\n2. Run docling conversion with OCR/table settings when needed.\n3. Validate extra",
  "cost": {
    "context_tokens": 175
  }
}

Fetch it by URL: GET /api/v1/registry/rycen7822-skill-retrieval-mcp-docling/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.