name: capability:document description: Document operations — read, write, and scrape PDF/Word documents argument-hint: "--action <read|write|scrap> --description <text> [options]"
document Skill
Unified entry point for document operations. Routes to the appropriate sub-command based on --action.
Parameters
| Parameter | Required | Description |
|-----------------|----------|-----------------------------------------------------|
| --action | Yes | Operation to perform: read, write, or scrap |
| --description | No | Broader description of what to do within the action |
Action Routing
| Action | Command | Description |
|---------|-------------------------------------|--------------------------------------------------|
| read | @capability:document:read | Extract text from PDF/Word files into context |
| write | @capability:document:write | Generate and deliver markdown documents |
| scrap | @capability:document:scrap | Discover and download documents from web sources |
Instructions
- Parse
--actionfrom the invocation arguments - Delegate to the corresponding command per the table above, forwarding all remaining arguments
- Follow the delegated command's own instructions in full
Content Repurposer
Content
Transforms a single piece of content into platform-adapted publications.
SEO Blog Post Writer
Content
Writes SEO-optimized blog posts with proper structure and keywords.
YouTube Script Writer
Content
Writes engaging YouTube scripts with hooks, structure, and retention.