From dstoic
Converts Word (.docx) files to clean markdown using markitdown for LLM context. Useful for document analysis, summarization, or Q&A without sending content to LLMs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dstoic:convert-docxhaikuThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Convert the Word document at `$1` to clean markdown format optimized for LLM context.
Convert the Word document at $1 to clean markdown format optimized for LLM context.
dstoic:install-dependency skill to ensure markitdown is installed$1 (required), output dir $2 (optional, defaults to ./converted/)$2 if it doesn't existsource .venv/bin/activate && python -m markitdown "$1" -o "$OUTPUT_DIR/output.md"
Extract clean markdown for LLM context — analysis, summarization, Q&A. NOT for round-tripping back to DOCX.
No content sent to any LLM during conversion (pure script-based extraction).
npx claudepluginhub digital-stoic-org/agent-skills --plugin dstoicConverts PowerPoint (.pptx) files to clean markdown using markitdown for LLM context. Useful for presentation analysis or summarization.
Converts PDF, DOCX, PPTX, XLSX, images (OCR), audio (transcription), HTML, CSV, JSON, XML, ZIP, EPUB, and YouTube transcripts to clean Markdown using Microsoft MarkItDown. Useful for preparing documents for LLM ingestion or batch conversion.
Converts local PDF, DOCX, XLSX, PPTX, images via OCR, and audio files to clean Markdown using Microsoft's markitdown CLI. Best for text extraction from local documents.