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 PDF files locally without Canva API. Use this skill when user provides a PDF file and wants to modify content, extract text, merge/split pages, or update specific sections. Maintains original formatting, spacing, fonts, and layout. Does NOT require Canva. Output goes to the
$ npx -y skills add OpenAnalystInc/10x-Content-Expert --skill local-pdf-editor --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/local-pdf-editorContext preview
The summary Claude sees to decide when to auto-load this skill.
Edit PDF files locally without Canva API. Use this skill when user provides a PDF file and wants to modify content, extract text, merge/split pages, or update specific sections. Maintains original formatting, spacing, fonts, and layout. Does NOT require Canva. Output goes to the
name: local-pdf-editor description: | Edit PDF files locally without Canva API. Use this skill when user provides a PDF file and wants to modify content, extract text, merge/split pages, or update specific sections. Maintains original formatting, spacing, fonts, and layout. Does NOT require Canva. Output goes to the output/ folder. Use for: "edit this PDF", "change page 15", "update text in PDF".
> **QUICK REFERENCE** > - **Scripts**: `scripts/local/pdf_utils.py`, `scripts/local/safe_copy.py` > - **Sample script**: `scripts/samples/sample_pdf_edit.py` > - **Output**: `output/pdf/` > - **Working dir**: `output/working/` > - **Python**: `.venv\Scripts\python.exe` (Windows) or `.venv/bin/python` (Mac/Linux) > - **Step 1**: `.venv\Scripts\python.exe scripts/local/safe_copy.py --source "input/file.pdf"` > - **Step 2**: `.venv\Scripts\python.exe scripts/local/pdf_utils.py "output/working/file_copy.pdf"` > - **Step 3**: Edit the copy, save to `output/pdf/`
Edit and manipulate PDF files 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/pdf/` 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.pdf"
.venv\Scripts\python.exe scripts/local/pdf_utils.py "output/working/document_copy.pdf"
# Convert to DOCX for easier editing .venv\Scripts\python.exe scripts/local/pdf_to_docx.py --file "output/working/document_copy.pdf" # Make modifications to the DOCX # Convert back to PDF .venv\Scripts\python.exe scripts/local/docx_to_pdf.py --file "output/working/document_copy.docx" --output "output/pdf/document_modified.pdf"
This skill can:
**ALWAYS use TodoWrite** to track progress:
[
{"content": "Create safe working copy", "status": "in_progress", "activeForm": "Creating safe copy"},
{"content": "Analyze PDF structure", "status": "pending", "activeForm": "Analyzing PDF"},
{"content": "Apply modifications", "status": "pending", "activeForm": "Applying changes"},
{"content": "Save to output/pdf/", "status": "pending", "activeForm": "Saving result"}
]All modified files saved to:
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…