Document delivery with export to PPTX, DOCX, PDF formats
Creates and exports documents in various formats like PPTX, DOCX, and PDF from natural language requests, handling technical specs, presentations, and reports.
When to use
Use this when you need to generate a structured document, presentation, or report and export it to a standard file format for sharing or review.
How to invoke
both: manual via /octo:docs or auto-invoked by relevant natural language requests
/plugin marketplace add nyldn/claude-octopus/plugin install claude-octopus@nyldn-pluginscommands/When the user invokes this command (e.g., /octo:docs <arguments>):
✓ CORRECT - Use the Skill tool:
Skill(skill: "octo:docs", args: "<user's arguments>")
✗ INCORRECT - Do NOT use Task tool:
Task(subagent_type: "octo:docs", ...) ❌ Wrong! This is a skill, not an agent type
Why: This command loads the skill-doc-delivery skill. Skills use the Skill tool, not Task.
Auto-loads the skill-doc-delivery skill for document creation and export.
Just use natural language:
"Create a technical document for the API architecture"
"Generate presentation slides for the project review"
"Export the research findings to PDF"
"Create a presentation about our microservices architecture"
"Generate a technical specification document for the API"
"Export the debate results to a PDF report"