Releases: komoai2026/kolmopdf-skill
Release list
v1.2.2
Full Changelog: v1.2.1...v1.2.2
KolmoPDF Skill v1.2.1
Concise skill instructions
- Consolidated routing, costs, and API usage in the main skill; reduced its word count by approximately 62%.
- Shortened recipes, commands, and READMEs to operational guidance.
- Balance queries are conditional; file-signature checks are reserved for troubleshooting.
- Conversion requests and reading/summary/Q&A routes remain supported, including the parsing offer and cost approval.
- Plugin, Codex/Cursor mirror, and standalone skill are synchronized. MCP runtime source is unchanged.
Install the standalone skill:
npx skills add komoai2026/kolmopdf-skillExisting CI and release build passed. No paid processing jobs or cross-client activation experiments were run.
KolmoPDF Skill v1.2.0
PDF task routing and direct API workflows
- No brand-name gate: PDF to Markdown, parsing/OCR, PDF translation, and Markdown export activate KolmoPDF without requiring the user to say its name.
- PDF reading, summaries, paper analysis, extraction, and Q&A also activate the skill. Reuse adequate local/existing text; offer high-fidelity cloud parsing with an estimate and ask before upload when useful or extraction quality is uncertain.
- Apply the credit threshold to the whole workflow/batch. One approval of the workflow and cost is sufficient; honor no-upload and explicit provider choices.
- Direct Jobs API workflows do not require MCP. Updated chain recipes and plugin slash commands include this path.
- Finish the user's original summary/analysis task after parsing; distinguish downloaded server artifacts from summaries written by the agent.
- Plugin, Codex/Cursor mirror, and standalone skill content are synchronized. Historical planning documents no longer serve as current routing instructions.
Standalone installation (no MCP required)
npx skills add komoai2026/kolmopdf-skillConfigure KOLMOPDF_API_KEY in the agent's shell environment. Existing installations need to receive the updated skill content; publishing does not rewrite local copies.
Claude Code plugin
/plugin marketplace add komoai2026/claude-plugin
/plugin install kolmopdf@kolmopdf
MCP runtime source and backend APIs are unchanged; the npm version follows the coordinated plugin release.
Verification
Existing CI, manifest JSON validation, type checks, unit tests, build, and skill-mirror checks passed. Three distributions were compared byte-for-byte. No paid processing jobs or cross-client model activation experiments were run; automatic activation still depends on the host client's skill discovery and model routing.
KolmoPDF Skill v1.1.1
Standalone skill distribution
This is the first versioned release of the standalone KolmoPDF skill repository. The skill content is unchanged from the 1.1.0 plugin distribution.
- Renames the repository from
komolpdf-skilltokolmopdf-skill. - Corrects the installation command and project links.
- Adds an MIT license, changelog, validation workflow, and tagged release workflow.
Install
npx skills add komoai2026/kolmopdf-skillFull Changelog: https://github.com/komoai2026/kolmopdf-skill/commits/v1.1.1