canva
Main command for Canva operations. Routes to appropriate skill based on request. Use when user explicitly requests Canva design creation.
MEGA cloud file management. Browse, download, search, and transcribe files from MEGA storage. Requires MEGA CMD installed and logged in.
$ npx -y skills add OpenAnalystInc/10x-Content-Expert --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/megaContext preview
What this command does when you run it.
MEGA cloud file management. Browse, download, search, and transcribe files from MEGA storage. Requires MEGA CMD installed and logged in.
name: mega description: | MEGA cloud file management. Browse, download, search, and transcribe files from MEGA storage. Requires MEGA CMD installed and logged in.
Manage MEGA cloud storage files.
/mega [action] [options]
| Command | Description | Routes To | |---------|-------------|-----------| | `/mega browse` | List files in MEGA | mega-manager | | `/mega download` | Download files from MEGA | mega-manager | | `/mega find` | Search for files in MEGA | mega-manager | | `/mega info` | Show account/storage info | mega-manager | | `/mega transcribe` | Download + transcribe media | mega-manager → mega-transcriber | | `/mega pipeline` | Download → Transcribe → Analyze → Canvas | mega-manager → mega-transcriber → content-analyzer → tldraw-canvas |
/mega browse > "Show me what's in my MEGA root"
/mega download > "Download /Videos/webinar-2024.mp4"
/mega find > "Find all .mp4 files in /Recordings"
/mega pipeline > "Download my latest webinar, transcribe it, analyze for content, and create a visual plan"
---
**Option A: Using winget (Recommended if available)**
winget install Mega.MEGAcmd
**Option B: Manual Download** 1. Download from: https://mega.io/cmd 2. Run the installer: `MEGAcmdSetup64.exe` 3. Follow installation prompts 4. Restart your terminal after installation
MEGA CMD installs to: `C:\Users\[USERNAME]\AppData\Local\MEGAcmd\`
Check installation:
# If MEGA CMD is in PATH: mega-version # If not in PATH, use full path: "C:\Users\[USERNAME]\AppData\Local\MEGAcmd\mega-version.bat"
# Interactive login (password hidden): mega-login your-email@example.com # Or with password (for scripts): mega-login your-email@example.com "YourPassword"
**First login takes time** - MEGA syncs your account data (can be 100MB+ for large accounts). Wait for it to complete.
mega-whoami
Should display your account email and storage info.
---
| Command | Description | |---------|-------------| | `mega-whoami` | Show current logged-in account | | `mega-logout` | Logout from current session | | `mega-df` | Show disk usage/storage quota | | `mega-version` | Show MEGA CMD version |
| Command | Description | |---------|-------------| | `mega-ls /path` | List folder contents | | `mega-ls -l /path` | Detailed listing with sizes | | `mega-pwd` | Show current MEGA directory | | `mega-cd /path` | Change directory | | `mega-tree /path` | Show folder tree structure |
| Command | Description | |---------|-------------| | `mega-find / --pattern "*.mp4"` | Find files by pattern | | `mega-find /path --pattern "keyword"` | Search in specific path |
| Command | Description | |---------|-------------| | `mega-get /remote/file local/` | Download file | | `mega-get /remote/folder/ local/` | Download folder | | `mega-put local/file /remote/` | Upload file |
| Command | Description | |---------|-------------| | `mega-import "mega-link" /destination` | Import shared folder/file | | `mega-export /path` | Create share link |
---
Since MEGA CMD may not be in system PATH, use full paths:
# Windows PowerShell method (recommended): powershell -Command "& 'C:\Users\[USERNAME]\AppData\Local\MEGAcmd\MEGAclient.exe' ls -l /" # Windows batch method: "C:\Users\[USERNAME]\AppData\Local\MEGAcmd\mega-ls.bat" /
All MEGA downloads go to: `output/mega-downloads/`
---
MEGA CMD not in PATH. Use full path:
"C:\Users\[USERNAME]\AppData\Local\MEGAcmd\mega-version.bat"
Run login command and wait for sync:
"C:\Users\[USERNAME]\AppData\Local\MEGAcmd\mega-login.bat" email@example.com
First login syncs account metadata. For large accounts (100GB+), this can take several minutes. Be patient.
Path resolution issue with Git Bash. Use PowerShell or CMD instead:
powershell -Command "& 'C:\Users\[USERNAME]\AppData\Local\MEGAcmd\MEGAclient.exe' ls /"
MEGA CMD server starts automatically. If issues:
# Start server manually: "C:\Users\[USERNAME]\AppData\Local\MEGAcmd\MEGAcmdServer.exe"
---
1. **MEGA CMD**: Download from https://mega.io/cmd 2. **Login**: Run `mega-login your@email.com` in terminal 3. **Wait for sync**: First login syncs account data 4. **For transcription**: `pip install openai-whisper torch`
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
Main command for Canva operations. Routes to appropriate skill based on request. Use when user explicitly requests Canva design creation.
Main entry point for the 10X Content Expert system. Routes content creation requests to appropriate skills and agents. Use /content to access all content…
Run initial setup — install dependencies, configure optional features, verify environment