mirror of
https://github.com/LeoYeAI/openclaw-master-skills.git
synced 2026-08-14 00:48:08 +00:00
Bulk import from openclaw/skills official Archive (⭐3,600+).
Quality filter: SKILL.md 800B-30KB with proper YAML frontmatter.
Coverage areas:
- Crypto / Web3 / DeFi / Trading bots
- Feishu / DingTalk / Enterprise WeChat
- Business systems (freelance ops, performance eng, legal docs)
- Document templates / PPT design / OCR
- Email / CRM / Customer service
- Financial analytics / Stock trading
- AI tools / Agent collaboration / Model management
ReelClaw
UGC reel production engine for AI coding agents. Create scroll-stopping short-form videos at scale.
npx skills add dansugc/reelclaw --all
What It Does
ReelClaw is an AI agent skill that automates the entire UGC reel production pipeline:
- Source hooks — Search and purchase UGC reaction clips from DanSUGC
- Analyze demos — Use Gemini AI to find the best segments in screen recordings
- Assemble reels — FFmpeg-powered editing with text overlays, music, and transitions
- Publish — Schedule to TikTok & Instagram natively via DanSUGC Posting
- Track & replicate — Monitor performance via DanSUGC's built-in analytics proxy and double down on winners
- Format research — Find viral format ideas in any niche by analyzing top TikTok/Instagram content
- Hook research — Discover proven text hooks from high-performing videos in your niche
Requirements
- ffmpeg + ffprobe — Video processing
- DanSUGC API key — UGC clips, analytics, and TikTok/Instagram posting (dansugc.com)
- Gemini API key — Video intelligence (aistudio.google.com)
Quick Setup
1. Install the skill
npx skills add dansugc/reelclaw --all
2. Connect MCP servers
# DanSUGC — UGC reaction clips + analytics + posting (TikTok + Instagram)
claude mcp add --transport http -s user dansugc https://dansugc.com/api/mcp \
-H "Authorization: Bearer dsk_YOUR_API_KEY"
DanSUGC handles everything — UGC clips, analytics, and posting to TikTok/Instagram. A Posting subscription is required for the publishing step.
3. Set environment variables
export GEMINI_API_KEY="your_gemini_key"
Note: Social media analytics (TikTok/Instagram tracking) are included with your DanSUGC API key — no extra setup needed.
4. Use it
Tell your AI agent:
"Use ReelClaw to create 5 UGC reels for my app using shocked reaction hooks"
"Find me format ideas for beef liver supplements on TikTok"
"Find hooks for my meditation app"
Or invoke directly with /reelclaw in Claude Code.
The Pipeline
DanSUGC (hooks + analytics + posting) + Demos (Gemini AI) + Text + Music
| FFmpeg Assembly (1080x1920, 15s max)
| DanSUGC Posting (TikTok + Instagram)
| DanSUGC Analytics Proxy (tracking)
| Replicate Winners
Key Rules
- 15 seconds max per reel (non-negotiable for virality)
- TikTok Sans font for all text overlays
- Green Zone positioning — text placed only in platform-safe areas
- One video per account — unique content per social account
Compatible Agents
Works with any agent that supports the Skills format:
- Claude Code
- Cursor
- Cline
- Codex
- Gemini CLI
- Continue
- Windsurf
- OpenCode
License
MIT