Parse documents into LLM-ready content entirely on the local machine — PDF / DOCX / XLSX / PPTX / images → Markdown, structured JSON (with bounding boxes), or page screenshots, via the lit CLI. No cloud, no LLM, works offline. Use whenever the user attaches or points to a document that must be read before reasoning, or asks to extract text / tables / page images from a file.
$npx -y skills add prismer-ai/prismercloud --skill liteparseInstalls into the current project.
Run `npx skills use "https://github.com/prismer-ai/prismercloud" --skill "prismer-ai/prismercloud/liteparse"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/prismer-ai/prismercloud" that are relevant to the current task. Run `npx skills add "https://github.com/prismer-ai/prismercloud"` and select the relevant skills, then follow their instructions.