From sundial-org-awesome-openclaw-skills-4
Parses PDFs locally with PyMuPDF into Markdown/JSON outputs, extracts optional images/tables into per-document folders. Fast for speed-critical or fallback use over robust parsers.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
Parse PDFs locally using PyMuPDF for fast, lightweight extraction into Markdown by default, with optional JSON and image/table outputs in a per-document directory.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Parse PDFs locally using PyMuPDF for fast, lightweight extraction into Markdown by default, with optional JSON and image/table outputs in a per-document directory.
If you hit import errors (PyMuPDF not installed) or Nix libstdc++ issues, read:
references/pymupdf-notes.md# Run from the skill directory
./scripts/pymupdf_parse.py /path/to/file.pdf \
--format md \
--outroot ./pymupdf-output
--format md|json|both (default: md)--images to extract images--tables to extract a simple line-based table JSON (quick/rough)--outroot DIR to change output root--lang adds a language hint into JSON output metadata./pymupdf-output/<pdf-basename>/ by default.output.mdoutput.json (includes lang)images/ subdirtables.json (rough line-based)