komoai2026

Kolmopdf Skill — Documentation skill for Claude Code

Documentation community

Official KolmoPDF agent skill for PDF parsing, translation, and Markdown conversion.

How to install Kolmopdf Skill

This entry records only its repository, not the path inside it, so there is no exact command to give. Open komoai2026/kolmopdf-skill and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Kolmopdf Skill does

Official KolmoPDF agent skill for PDF parsing, translation, and Markdown conversion.

Alternatives in Documentation

  • PDF — Extract text, create PDFs, merge/split documents, and handle forms 94.1k ★
  • Context7 — claude-plugins-official Up-to-date library documentation lookup 50.1k ★
  • 会话管理(Session Manager)需求文档(PRD / Markdown) — 目标:对 Codex / Claude Code 的本地会话记录进行可视化管理,并提供“一键复制 / 一键终端恢复”能力 31.7k ★

README

KolmoPDF Skill

[![Latest release](https://img.shields.io/github/v/release/komoai2026/kolmopdf-skill)](https://github.com/komoai2026/kolmopdf-skill/releases) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)

PDF to Markdown, layout-preserving translation, Markdown export, and document reading through KolmoPDF Jobs API v1.

Install

npx skills add komoai2026/kolmopdf-skill

Set your API key in the environment used to start the agent:

export KOLMOPDF_API_KEY=sk-xxxxxxxxxxxxxxxx
claude

PowerShell:

$env:KOLMOPDF_API_KEY = 'sk-xxxxxxxxxxxxxxxx'
claude

Get a key at [API Management](https://www.kolmopdf.com/api-keys). On macOS, Finder/Dock-launched apps do not automatically inherit a Terminal `export`; use the client's private environment or launch the agent from that shell.

The skill includes `scripts/jobs.mjs`, a zero-dependency Node.js 20+ Jobs API helper for macOS, Linux, and Windows. It does not require `jq`, GNU `timeout`, or Homebrew coreutils. MCP is optional.

Usage

  • “把 PDF 转成 Markdown”“翻译 PDF”: use KolmoPDF with a credit estimate.
  • “总结这个 PDF”“分析这篇论文”: reuse adequate text, or offer high-fidelity parsing with an estimate before uploading; then complete the reading task.

[SKILL.md](SKILL.md) contains the routing, cost, and helper commands. [Chain recipes](references/chain-recipes.md) cover multi-step operations, and the [parameter glossary](references/parameter-glossary.md) lists API fields. Helper outputs default to `~/kolmopdf-output//`.

Links

License

[MIT](LICENSE)