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.
FAQ
10x-content-expert is a Claude Code plugin with 30 hand-picked skills for content work, indexed on Flowy. Install it with the command on its page. It includes blog-article-writer, brand-voice-manager, canva-asset-manager. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
$ npx -y skills add OpenAnalystInc/10x-Content-Expert --agent claude-code
Repo: OpenAnalystInc/10x-Content-Expert
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.
Before using these skills, run this setup command:
python setup.py
This will:
Prerequisites:
When explicitly requested, create designs using Canva API:
Place this folder in your projects directory.
cd 10x-Content-Expert
python setup.py
Add your content to the references/ folder:
claude
Use /content to access all content creation capabilities!
"Write a LinkedIn post about content marketing"
"Create an email sequence for my new course"
"Generate 10 headlines for my blog post"
"Write a pitch deck outline for my startup"
"Analyze my transcripts and extract key insights"
"Create social posts from my webinar transcript"
"Learn my brand voice from these examples"
"I need content for my product launch - emails, social, and presentation"
"Repurpose my blog post into social media content"
"Create a content calendar from my training materials"
"Edit my presentation.pptx and update the slides"
"Modify my document.docx - replace company name"
"Update cell B5 in my spreadsheet.xlsx"
Your References (references/) โ Analysis โ Personalized Content
- Transcripts - Themes - On-brand
- Examples - Quotes - Consistent voice
- Brand voice - Style - Informed by your content
10x-Content-Expert/
โโโ .claude/ # Claude Code integration
โ โโโ skills/ # 27 specialized skills
โ โ โโโ content-manager # Main content orchestrator
โ โ โโโ content-analyzer # Reference analysis
โ โ โโโ email-copywriter # Email content
โ โ โโโ social-media-writer # Social media content
โ โ โโโ presentation-content# PPT content
โ โ โโโ blog-article-writer # Long-form content
โ โ โโโ hook-generator # Headlines & CTAs
โ โ โโโ nurture-sequence # Email sequences
โ โ โโโ content-repurposer # Format transformation
โ โ โโโ brand-voice-manager # Voice consistency
โ โ โโโ content-frameworks # Copywriting reference
โ โ โโโ local-* # File editing skills
โ โ โโโ canva-* # Canva API skills
โ โโโ agents/ # Planning & execution
โ โโโ commands/ # /content and /canva commands
โ
โโโ scripts/ # Python utilities
โ โโโ content/ # Content analysis scripts
โ โ โโโ analyze_transcript.py
โ โ โโโ extract_themes.py
โ โ โโโ find_quotes.py
โ โ โโโ analyze_brand_voice.py
โ โโโ local/ # File editing utilities
โ
โโโ references/ # YOUR REFERENCE MATERIALS
โ โโโ transcripts/ # Video/audio transcripts
โ โโโ examples/ # High-performing content
โ โโโ brand-voice/ # Brand guidelines
โ โโโ templates/ # Content templates
โ
โโโ input/ # Files to edit
โโโ output/ # Generated content & results
โ
โโโ setup.py # ONE-TIME SETUP SCRIPT
โโโ requirements.txt # Python dependencies
โโโ README.md # This file
| Skill | Description |
|---|---|
content-manager | Main orchestrator, routes to specialists |
content-analyzer | Analyzes transcripts, extracts insights |
email-copywriter | All types of email content |
social-media-writer | LinkedIn, Twitter, Instagram content |
presentation-content | PPT, pitch decks, training |
blog-article-writer | Long-form content, guides, articles |
hook-generator | Headlines, subject lines, CTAs |
nurture-sequence | Email drip campaigns, sequences |
content-repurposer | Transform content across formats |
brand-voice-manager | Maintain voice consistency |
content-frameworks | Copywriting framework reference |
| Skill | Description |
|---|---|
local-file-manager | Routes to correct editor |
local-pdf-editor | PDF manipulation |
local-pptx-editor | PowerPoint editing |
local-docx-editor | Word document editing |
local-xlsx-editor | Excel spreadsheet editing |
| Skill | Description |
|---|---|
canva-manager | Main Canva orchestrator |
canva-explorer | Browse designs, folders, assets |
canva-export | Export designs to any format |
canva-image-editor | Create/edit social graphics |
canva-presentation | Create Canva presentations |
canva-video | Create video content |
canva-folder-organizer | Organize Canva projects |
canva-asset-manager | Upload and manage assets |
canva-brand-kit | Manage brand consistency |
canva-content-generator | Generate design content |
canva-design-terminology | Canva reference guide |
Quick access to all content capabilities:
/content email - Create email content
/content social - Create social media posts
/content ppt - Create presentation content
/content blog - Create blog/article content
/content hooks - Generate headlines & CTAs
/content sequence - Create email sequences
/content repurpose - Transform content formats
/content analyze - Analyze your references
/content voice - Manage brand voice
/content plan - Plan a content project
Add transcripts from your videos, webinars, or podcasts:
references/transcripts/
โโโ training/
โ โโโ my_training_video.txt
โโโ webinars/
โ โโโ product_launch_webinar.txt
โโโ podcasts/
โโโ interview_episode_1.txt
Add your best-performing content:
references/examples/
โโโ emails/
โ โโโ best_welcome_email.txt
โโโ social/
โ โโโ linkedin/
โ โ โโโ viral_post.txt
โ โโโ twitter/
โ โโโ popular_thread.txt
โโโ blogs/
โโโ top_article.md
Document your brand guidelines:
references/brand-voice/
โโโ tone-guide.md # Voice & tone documentation
โโโ messaging-framework.md # Core messages
โโโ keywords.txt # Power words to use
โโโ avoid-list.txt # Words to avoid
If you want to use Canva design features:
# Copy the template
cp .env.example .env
# Edit .env and add your credentials
CANVA_CLIENT_ID=your_client_id_here
CANVA_CLIENT_SECRET=your_client_secret_here
python scripts/oauth_flow.py
This opens a browser for authorization. After approving, your tokens are saved automatically.
python scripts/auth_check.py
/canva explore - Browse your designs
/canva export [name] - Export a design
/canva upload [file] - Upload an asset
# If setup.py fails, try manually:
pip install -r requirements.txt
# Reinstall all dependencies:
pip install --upgrade -r requirements.txt
.claude/skills/ folder exists# Refresh access token
python scripts/oauth_flow.py
# Check if token is valid
python scripts/auth_check.py
The 10X Content Expert uses proven frameworks:
Access the full framework reference with /content frameworks.
MIT License - Free to use and modify.
# Setup (run once)
python setup.py
# Start Claude Code
claude
# Get started
/content
# Example commands
"Write a LinkedIn post about [topic]"
"Create an email sequence for [goal]"
"Analyze my transcripts for content ideas"
"Generate headlines for my blog post"
Built for content creators who want to 10X their output while maintaining quality and brand consistency.
.claude/
.claude-plugin/
plugin.json
agents/
content-analyzer-agent.md
content-executor.md
content-planner.md
commands/
canva.md
content.md
mega.md
setup.md
hooks/
lib/
ck-config-utils.cjs
ck-paths.cjs
context-tracker.cjs
settings.json
skills/
blog-article-writer/
SKILL.md
brand-voice-manager/
SKILL.md
canva-asset-manager/
SKILL.md
canva-brand-kit/
SKILL.md
canva-content-generator/
SKILL.md
canva-design-terminology/
SKILL.md
canva-explorer/
SKILL.md
canva-export/
SKILL.md
canva-folder-organizer/
SKILL.md
canva-image-editor/
SKILL.md
canva-manager/
SKILL.md
canva-presentation/
SKILL.md
canva-video/
SKILL.md
content-analyzer/
SKILL.md
content-frameworks/
SKILL.md
content-manager/
SKILL.md
content-repurposer/
SKILL.md
email-copywriter/
SKILL.md
hook-generator/
SKILL.md
local-docx-editor/
SKILL.md
local-file-manager/
SKILL.md
local-pdf-editor/
SKILL.md
local-pptx-editor/
SKILL.md
local-xlsx-editor/
SKILL.md
mega-manager/
SKILL.md
mega-transcriber/
SKILL.md
nurture-sequence/
SKILL.md
presentation-content/
SKILL.md
social-media-writer/
SKILL.md
tldraw-canvas/
SKILL.md
statusline.cjs
statusline.ps1
statusline.sh
.env.example
.gitignore
.nvmrc
CLAUDE.md
FOLDER_STRUCTURE.md
input/
README.md
package.json
README.md
references/
brand-voice/
avoid-list.txt
keywords.txt
messaging-framework.md
tone-guide.md
README.md
requirements.txt
samples/
brand-kits/
brand-config.json
color-palettes/
README.md
fonts/
README.md
images/
banners/
README.md
logos/
README.md
posters/
README.md
social-media/
README.md
style_notes.txt
presentations/
educational/
README.md
pitch-decks/
README.md
reports/
README.md
style_notes.txt
README.md
templates/
README.md
videos/
ads/
README.md
intros/
README.md
reels/
README.md
style_notes.txt
scripts/
auth_check.py
canva_client.py
canvas/
generate_canvas.py
content/
analyze_brand_voice.py
analyze_transcript.py
extract_themes.py
find_quotes.py
export_design.py
list_designs.py
list_folders.py
local/
analyze_ad_creators.py
create_ad_creators_pdf.py
create_linkedin_pdfs.py
create_vibe_marketing_pptx.py
docx_utils.py
extract_html_text.py
mega_text_extractor.py
pdf_utils.py
pptx_utils.py
README.md
safe_copy.py
xlsx_utils.py
mega/
__init__.py
mega_browse.py
transcribe.py
oauth_flow.py
README.md
samples/
sample_blog_content.py
sample_canva_operations.py
sample_content_analysis.py
sample_docx_edit.py
sample_email_content.py
sample_hook_generation.py
sample_nurture_sequence.py
sample_pdf_edit.py
sample_pptx_edit.py
sample_presentation_content.py
sample_repurpose_content.py
sample_social_content.py
sample_xlsx_edit.py
setup-check.js
setup.py
tldraw-canvas/
index.html
package-lock.json
package.json
src/
App.tsx
main.tsx
vite.config.tsยฉ 2026 Flowy ยท Free and open source
Built for Claude Code ยท Not affiliated with Anthropic