blog-article-writer
Creates long-form content including blog posts, articles, guides, and thought leadership pieces. Uses SEO best practices, storytelling frameworks, and learns…
Edit Word documents (DOCX) locally without Canva API. Use this skill when user provides a DOCX file and wants to modify content, update formatting, or restructure document. Maintains original styles, fonts, spacing, and layout. Does NOT require Canva. Output goes to output/
$ npx -y skills add OpenAnalystInc/10x-Content-Expert --skill local-docx-editor --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/local-docx-editorContext preview
The summary Claude sees to decide when to auto-load this skill.
Edit Word documents (DOCX) locally without Canva API. Use this skill when user provides a DOCX file and wants to modify content, update formatting, or restructure document. Maintains original styles, fonts, spacing, and layout. Does NOT require Canva. Output goes to output/
name: local-docx-editor description: | Edit Word documents (DOCX) locally without Canva API. Use this skill when user provides a DOCX file and wants to modify content, update formatting, or restructure document. Maintains original styles, fonts, spacing, and layout. Does NOT require Canva. Output goes to output/ folder. Use for: "edit this document", "update section 3", "change Word file".
> **QUICK REFERENCE** > - **Utility script**: `scripts/local/docx_utils.py` > - **Sample script**: `scripts/samples/sample_docx_edit.py` > - **Safe copy**: `scripts/local/safe_copy.py` > - **Output folder**: `output/docx/` > - **Working folder**: `output/working/` > - **Run with**: `.venv\Scripts\python.exe scripts/samples/sample_docx_edit.py` > - **3-Step workflow**: (1) Copy from `input/` to `output/working/` → (2) Edit the copy → (3) Save to `output/docx/` > - **Python**: ALWAYS use `.venv\Scripts\python.exe` (never bare `python`)
Edit and manipulate Word documents locally without requiring Canva API.
1. **ALWAYS** copy the original to `output/working/` first 2. **ALL** edits happen on the copy 3. **SAVE** results to `output/docx/` 4. **ORIGINAL** file remains untouched
Use this skill when:
**IMPORTANT**: Always use the virtual environment Python:
# Windows .venv\Scripts\python.exe scripts/local/script_name.py # macOS/Linux .venv/bin/python scripts/local/script_name.py
.venv\Scripts\python.exe scripts/local/safe_copy.py --source "input/document.docx"
.venv\Scripts\python.exe scripts/local/docx_utils.py "output/working/document_copy.docx"
Use docx_utils.py for:
Save to `output/docx/document_modified.docx`
1. **Styles** - Preserve all named styles 2. **Spacing** - Line and paragraph spacing 3. **Lists** - Bullet and numbering styles 4. **Tables** - Column widths and formatting
This skill can:
**ALWAYS use TodoWrite** to track progress:
[
{"content": "Create safe working copy", "status": "in_progress", "activeForm": "Creating safe copy"},
{"content": "Analyze document structure", "status": "pending", "activeForm": "Analyzing document"},
{"content": "Apply modifications", "status": "pending", "activeForm": "Applying changes"},
{"content": "Save to output/docx/", "status": "pending", "activeForm": "Saving result"}
]A comprehensive Claude Code skills plugin for AI-powered content creation. Creates emails, social media content, presentations, blogs, and more - all aligned with your brand voice and informed by your reference materials.
Repo: OpenAnalystInc/10x-Content-Expert
Creates long-form content including blog posts, articles, guides, and thought leadership pieces. Uses SEO best practices, storytelling frameworks, and learns…
Maintains brand voice consistency across all content. Defines, documents, and enforces brand guidelines including tone, vocabulary, style, and messaging. Use…
Upload and manage assets (images, videos, audio) in your Canva account. Use this skill when user wants to upload files to Canva, manage their asset library, or…
Manage and apply brand kits in Canva. Use this skill when user wants to work with brand colors, fonts, logos, or maintain brand consistency across designs.…
Generate content ideas and text for Canva designs. Use this skill when user needs help with what to write, content suggestions, copy for designs, captions,…
Design knowledge base for understanding design terminology, concepts, and best practices. Use this skill when user asks about design terms, needs guidance on…