
from citedy-seo-agent9
MCP-first orchestrator that generates short vertical UGC videos: scripts, avatar reuse/generation, video rendering, and optional auto-publish to Reels/Shorts.
Orchestrates creation of short vertical UGC videos using brand and avatar memory. From a user prompt it resolves defaults, generates a tight script, reuses or creates an avatar, renders a vertical short, and optionally publishes to social platforms. The skill prioritizes execution and uses MCP tools or REST fallbacks.
Use when you need fast production of Instagram Reels, TikTok videos, or YouTube Shorts from a brief prompt or campaign idea. Ideal for marketing teams who want repeatable brand-consistent short videos and for automated pipelines that publish variants.
Designed for MCP-enabled agent runtimes and can fall back to direct REST calls; works with agent frameworks that can call external APIs and manage state.
Citedy Video Shorts is an MCP-first orchestrator for generating branded AI UGC short videos (scripts, avatars, rendering, optional publish to Reels/Shorts). SKILL.md is well-structured with clear triggers, conversational flow, operating rules, and transport policy (MCP-first, REST fallback). The bundled self-test.sh validates required files and frontmatter but failed in audit because the isolated test env lacks the full directory structure (references/, state/ subdirs). No security concerns found — no hardcoded creds, no exfiltration, no destructive commands, no suspicious network calls.
Clean skill. Well-architected with proper separation (SKILL.md → references/, state/, scripts/). The self-test.sh is a validation script, not a functional test — it checks file presence and frontmatter integrity. Failed in audit env due to missing reference files, which is expected behavior for a dry-run. No security issues whatsoever.