youtube-video-ideas
AI-powered YouTube video ideas generator. Generate viral video concepts, titles, and hooks.
Packaged view
This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.
Install command
npx @skill-hub/cli install openclaw-skills-youtube-video-ideas
Repository
Skill path: skills/icepopma/youtube-video-ideas
AI-powered YouTube video ideas generator. Generate viral video concepts, titles, and hooks.
Open repositoryBest for
Primary workflow: Write Technical Docs.
Technical facets: Full Stack, Data / AI, Tech Writer.
Target audience: everyone.
License: Unknown.
Original source
Catalog source: SkillHub Club.
Repository owner: openclaw.
This is still a mirrored public skill entry. Review the repository before installing into production workflows.
What it helps with
- Install youtube-video-ideas into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
- Review https://github.com/openclaw/skills before adding youtube-video-ideas to shared team environments
- Use youtube-video-ideas for development workflows
Works across
Favorites: 0.
Sub-skills: 0.
Aggregator: No.
Original source / Raw SKILL.md
--- name: youtube-video-ideas description: AI-powered YouTube video ideas generator. Generate viral video concepts, titles, and hooks. version: 1.0.7 author: Matt tags: - youtube - video - content-ideas - viral pricing: type: pay-per-use price: 0.002 currency: USDT payment_provider: skillpay.me --- # YouTube Video Ideas Generator Generate viral YouTube video ideas with titles, hooks, and content outlines. ## Features - **Viral Ideas** - Trending topics and formats - **Click-Worthy Titles** - Optimized for CTR - **Content Hooks** - First 30 seconds that work - **SEO Keywords** - Rank in search ## Usage ```bash # Generate video ideas youtube-video-ideas "AI agents" # For specific niche youtube-video-ideas "productivity" --niche tech # Generate content outline youtube-video-ideas "how to code" --outline ``` ## Options | Option | Description | Default | |--------|-------------|---------| | `--niche` | Target niche (tech, gaming, lifestyle) | - | | `--outline` | Include content outline | - | ## Pricing - **Pay per use**: 0.002 USDT per generation ## Environment Variables | Variable | Description | Required | |----------|-------------|----------| | `SKILLPAY_MERCHANT_KEY` | Payment merchant key (optional, embedded key used by default) | No | | `OPENCLAW_GATEWAY_TOKEN` | Gateway auth token for local API fallback | No | ## Requirements - OpenClaw with Sloan agent (AI columnist) - OpenClaw Gateway running locally (for API fallback) ## About Sloan Sloan is your AI columnist - a professional YouTube content strategist specializing in viral video ideas. ## Support - GitHub: https://github.com/icepopma/youtube-video-ideas - Discord: https://discord.gg/clawd - Email: [email protected] ## License MIT © Matt --- ## Skill Companion Files > Additional files collected from the skill directory layout. ### README.md ```markdown # YouTube Video Ideas Generator > AI-powered YouTube video ideas generator powered by **Sloan** - your AI columnist. ## Features - 🎬 **Viral Ideas** - Trending topics and formats - 🎯 **Click-Worthy Titles** - Optimized for CTR - 🎣 **Content Hooks** - First 30 seconds that work - 📊 **SEO Keywords** - Rank in search ## Installation ```bash npx clawhub@latest install youtube-video-ideas ``` ## Usage ### Generate Video Ideas ```bash youtube-video-ideas "AI agents" ``` ### For Specific Niche ```bash youtube-video-ideas "productivity" --niche tech ``` ### Generate Content Outline ```bash youtube-video-ideas "how to code" --outline ``` ## Options | Option | Description | Default | |--------|-------------|---------| | `--niche` | Target niche (tech, gaming, lifestyle) | - | | `--outline` | Include content outline | - | | `--test` | Test mode (skip payment) | - | ## Pricing - **Pay per use**: 0.002 USDT per generation - **Payment handled automatically** - Embedded merchant key, no setup required ## About Sloan Sloan is your AI columnist - a professional YouTube content strategist specializing in viral video ideas. ## Support - GitHub: https://github.com/icepopma/youtube-video-ideas - Discord: https://discord.gg/clawd - Email: [email protected] ## License MIT © Matt ``` ### _meta.json ```json { "owner": "icepopma", "slug": "youtube-video-ideas", "displayName": "Youtube Video Ideas", "latest": { "version": "1.1.2", "publishedAt": 1772728449565, "commit": "https://github.com/openclaw/skills/commit/8a116b73e22e15ddd51f930bf19da2253f386c0f" }, "history": [ { "version": "1.0.7", "publishedAt": 1772671996956, "commit": "https://github.com/openclaw/skills/commit/12b0e582adb2f47b602f0b8d77ae2364d3fd5207" } ] } ```