blog-article-writer
Creates long-form content including blog posts, articles, guides, and thought leadership pieces. Uses SEO best practices, storytelling frameworks, and learns…
**QUICK REFERENCE** - **Downloads folder**: `output/mega-downloads/` - **Browse script**: `.venv\Scripts\python.exe scripts/mega/mega_browse.py` - **Commands**: `mega-ls`, `mega-get`, `mega-find`, `mega-du`, `mega-whoami` - **Login**: `mega-login user@email.com password` (must
$ npx -y skills add OpenAnalystInc/10x-Content-Expert --skill mega-manager --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/mega-managerContext preview
The summary Claude sees to decide when to auto-load this skill.
**QUICK REFERENCE** - **Downloads folder**: `output/mega-downloads/` - **Browse script**: `.venv\Scripts\python.exe scripts/mega/mega_browse.py` - **Commands**: `mega-ls`, `mega-get`, `mega-find`, `mega-du`, `mega-whoami` - **Login**: `mega-login user@email.com password` (must
> **QUICK REFERENCE** > - **Downloads folder**: `output/mega-downloads/` > - **Browse script**: `.venv\Scripts\python.exe scripts/mega/mega_browse.py` > - **Commands**: `mega-ls`, `mega-get`, `mega-find`, `mega-du`, `mega-whoami` > - **Login**: `mega-login user@email.com password` (must be done before any MEGA operations) > - **Prerequisite**: MEGA CMD must be installed from https://mega.io/cmd > - **Python**: ALWAYS use `.venv\Scripts\python.exe` (never bare `python`)
Browse, search, and download files from MEGA cloud storage using MEGA CMD. **LOCAL/READ-ONLY by default** — no uploads unless user explicitly requests.
---
**Option A: Direct Download (Recommended)**
# Download installer curl -L -o "MEGAcmdSetup64.exe" "https://mega.nz/MEGAcmdSetup64.exe" # Run installer (manual step) start MEGAcmdSetup64.exe
**Option B: Manual** 1. Download from: https://mega.io/cmd 2. Run `MEGAcmdSetup64.exe` 3. Restart terminal after installation
After installation, MEGA CMD is at:
C:\Users\[USERNAME]\AppData\Local\MEGAcmd\
Contains:
# Using full path (recommended for Claude): "C:\Users\[USERNAME]\AppData\Local\MEGAcmd\mega-login.bat" email@example.com "password" # Or via PowerShell: powershell -Command "& 'C:\Users\[USERNAME]\AppData\Local\MEGAcmd\MEGAclient.exe' login email@example.com password"
**IMPORTANT**: First login syncs account metadata. For large accounts (100GB+), this takes several minutes. Wait for completion.
powershell -Command "& 'C:\Users\[USERNAME]\AppData\Local\MEGAcmd\MEGAclient.exe' whoami"
---
Since MEGA CMD may not be in system PATH, use PowerShell with full paths:
# List files powershell -Command "& 'C:\Users\[USERNAME]\AppData\Local\MEGAcmd\MEGAclient.exe' ls -l /" # Check login powershell -Command "& 'C:\Users\[USERNAME]\AppData\Local\MEGAcmd\MEGAclient.exe' whoami" # Download file powershell -Command "& 'C:\Users\[USERNAME]\AppData\Local\MEGAcmd\MEGAclient.exe' get '/remote/path' 'output/mega-downloads/'"
"C:\Users\[USERNAME]\AppData\Local\MEGAcmd\mega-ls.bat" / "C:\Users\[USERNAME]\AppData\Local\MEGAcmd\mega-whoami.bat"
**Note**: Batch files may have path resolution issues with Git Bash. PowerShell method is more reliable.
---
1. Check MEGA CMD is installed:
powershell -Command "& 'C:\Users\[USERNAME]\AppData\Local\MEGAcmd\MEGAclient.exe' version"
2. Check login status:
powershell -Command "& 'C:\Users\[USERNAME]\AppData\Local\MEGAcmd\MEGAclient.exe' whoami"
3. If not installed → provide install instructions and stop 4. If not logged in → guide user through login process 5. Determine user intent: browse, search, download, or info
**Browse files:**
powershell -Command "& 'C:\Users\[USERNAME]\AppData\Local\MEGAcmd\MEGAclient.exe' ls -l '/path'"
**Search files:**
powershell -Command "& 'C:\Users\[USERNAME]\AppData\Local\MEGAcmd\MEGAclient.exe' find '/' --pattern '*.mp4'"
**Download files:**
powershell -Command "& 'C:\Users\[USERNAME]\AppData\Local\MEGAcmd\MEGAclient.exe' get '/remote/path' 'output/mega-downloads/'"
**Storage info:**
powershell -Command "& 'C:\Users\[USERNAME]\AppData\Local\MEGAcmd\MEGAclient.exe' du /" powershell -Command "& 'C:\Users\[USERNAME]\AppData\Local\MEGAcmd\MEGAclient.exe' whoami"
---
---
1. **NEVER** upload files unless user explicitly says "upload" 2. **NEVER** delete remote files 3. **ALWAYS** confirm before downloading large files/folders 4. **SHOW** file sizes before download when possible 5. **WAIT** for login sync to complete before running commands
---
Use full path to MEGAclient.exe via PowerShell.
Run login command and wait for sync to complete:
powershell -Command "& 'C:\Users\[USERNAME]\AppData\Local\MEGAcmd\MEGAclient.exe' login email password"
Path resolution issue with Git Bash. Use PowerShell method instead.
First login syncs all account metadata. Large accounts (100GB+) can take 5-10 minutes. This is normal.
Start server manually:
start "" "C:\Users\[USERNAME]\AppData\Local\MEGAcmd\MEGAcmdServer.exe"
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…