{"skill":{"slug":"openfun","displayName":"OpenFun","summary":"Create viral short-form videos using AI. Analyze trending patterns, generate original content that hits the same beats, render and download MP4s. Use when th...","description":"---\nname: openfun\ndescription: Create viral short-form videos using AI. Analyze trending patterns, generate original content that hits the same beats, render and download MP4s. Use when the user wants to create TikTok, YouTube Shorts, or Instagram Reels content, find trending video patterns, or automate video content creation.\nmetadata:\n  {\n    \"openclaw\":\n      {\n        \"requires\": { \"bins\": [\"openfun\"] },\n        \"install\":\n          [\n            {\n              \"id\": \"node\",\n              \"kind\": \"node\",\n              \"package\": \"openfun-cli\",\n              \"bins\": [\"openfun\"],\n              \"label\": \"Install OpenFun CLI (npm)\",\n            },\n          ],\n      },\n  }\n---\n\n# OpenFun — AI Video Factory\n\nCreate original viral short-form videos by reverse-engineering what works.\n\n**OpenFun is NOT a video clipper.** It analyzes viral patterns (hook timing, pacing, emotional arc) and generates original content that hits the same beats.\n\n## Setup\n\n```bash\nnpm install -g openfun-cli\nopenfun login\n```\n\nLogin opens a browser for auth. Token persists in `~/.openfun/config.json`.\n\n## Commands\n\n### Find trending patterns\n\n```bash\nopenfun trends --niche <niche> --count <n>\n```\n\nReturns trending content patterns in a niche. Use this to decide what to create.\n\n### Remix a trend\n\n```bash\nopenfun remix <trend-id> \\\n  --brand \"Brand Name\" \\\n  --tone casual \\\n  --hook \"Your custom hook\" \\\n  --cta \"Your call to action\"\n```\n\nCreates an original script based on a trending pattern, customized for the user's brand.\n\nOptions:\n- `--brand` — Brand or creator name\n- `--tone` — casual, professional, humorous, motivational, educational\n- `--hook` — Custom hook text (optional, auto-generated if omitted)\n- `--cta` — Call to action (optional)\n- `--niche` — Override niche from trend\n\n### Render a video\n\n```bash\nopenfun render <remix-id>\n```\n\nKicks off video rendering. Returns a job ID. Rendering takes 30-90 seconds.\n\n### Check video status\n\n```bash\nopenfun videos\n```\n\nLists all videos with their status (rendering, ready, failed).\n\n### Download a video\n\n```bash\nopenfun download <video-id> -o output.mp4\n```\n\nDownloads a rendered video as MP4.\n\n### Account info\n\n```bash\nopenfun account\n```\n\nShows plan, usage, and remaining credits.\n\n## Typical Workflow\n\n```bash\n# 1. Find what's trending in your niche\nopenfun trends --niche fitness --count 5\n\n# 2. Pick a trend and remix it\nopenfun remix abc123 --brand \"FitLife\" --tone motivational\n\n# 3. Render the video\nopenfun render def456\n\n# 4. Check status\nopenfun videos\n\n# 5. Download when ready\nopenfun download ghi789 -o fitness-video.mp4\n```\n\n## Agent Tips\n\n- All commands output JSON by default (add `--pretty` for human-readable)\n- Exit codes: 0 = success, 1 = user error, 2 = API error\n- Errors go to stderr, data to stdout\n- No interactive prompts — fully automatable\n- Run `openfun trends` across multiple niches to find the best opportunities\n- Batch multiple remixes, then render them all\n\n## Plans\n\n- **Free:** 5 remixes/month + 3 watermarked videos/month\n- **Pro ($19/mo):** 50 remixes + 20 videos + no watermark\n- **Scale ($49/mo):** Unlimited remixes + 100 videos + priority rendering\n\n## Links\n\n- Website: https://www.openfun.ai\n- CLI repo: https://github.com/andyluvis/openfun-cli\n","topics":["Content Creation"],"tags":{"latest":"1.0.0"},"stats":{"comments":0,"downloads":515,"installsAllTime":19,"installsCurrent":0,"stars":0,"versions":1},"createdAt":1773329629713,"updatedAt":1778491865024},"latestVersion":{"version":"1.0.0","createdAt":1773329629713,"changelog":"Initial release — AI video factory. Analyze trends, create branded content, render and download videos via CLI.","license":"MIT-0"},"metadata":{"setup":[],"os":null,"systems":null},"owner":{"handle":"andyluvis","userId":"s175c1j70521h8m05cyq30k7858843d7","displayName":"andyluvis","image":"https://avatars.githubusercontent.com/u/262963388?v=4"},"moderation":null}