Community integration: docling-skill for Codex and Claude Code #3423
realraelrr
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Docling team,
I built an external community integration on top of Docling: docling-skill, an agent-oriented ingestion skill/package for Codex, Claude Code, and similar LLM agent runtimes.
Repository: https://github.com/realraelrr/docling-skill
Latest release: https://github.com/realraelrr/docling-skill/releases/tag/v0.1.2
What it adds around Docling:
source.md,source.docling.json,source.images.json,source.manifest.json, andsource.meta.json.[[image:picture-p3-0]]with a sidecar map for multimodal agent workflows.good,salvaged, andfailed_for_agent.SKILL.mdsource that can be installed into both Codex and Claude Code via symlink.The project intentionally stays a thin external workflow layer, not a Docling fork or official distribution. It depends on the official Docling package and currently tracks
docling>=2.93.0,<2.94.0.I tested v0.1.2 with Docling 2.93.0 on PDF, DOCX, and HTML sample conversions, plus the project test suite. The outputs were agent-ready and kept
source.docling.jsonas the authoritative structured recovery artifact.I am sharing this here in case it is useful to other users experimenting with Docling inside coding-agent workflows. Feedback is welcome, especially if there are better conventions for exposing Docling outputs to agent runtimes.
If this belongs somewhere else, I am happy to move or reframe it.
Beta Was this translation helpful? Give feedback.
All reactions