End-to-end video content pipeline. Automates research, scriptwriting, SEO optimization, visual planning, and multi-platform distribution.
| Script | Function |
|---|---|
niche_analyzer.py |
Market research and niche viability scoring |
script_generator.py |
Video script generation with hooks and structure |
seo_optimizer.py |
Title, description, tag optimization for search |
thumbnail_designer.py |
Thumbnail concept generation and layout |
content_calendar.py |
Publishing schedule and content planning |
platform_adapter.py |
Multi-platform format adaptation (YouTube, TikTok, Shorts) |
pipeline.py |
Full pipeline orchestration |
git clone https://github.com/TECHKNOWMAD-LABS/ViralForge.git
cd ViralForge
# Run the full pipeline
python scripts/pipeline.py --niche "your-niche" --platform youtube
# Run individual components
python scripts/niche_analyzer.py --query "topic"
python scripts/seo_optimizer.py --title "Your Video Title"The references/ directory contains strategy guides:
niche-research.md— Niche selection methodologyscriptwriting.md— Script structure and hooksseo-discovery.md— SEO optimization techniquescontent-strategy.md— Content calendar planningvisual-brand.md— Visual identity and thumbnailsanalytics.md— Performance trackingplatform-ops.md— Platform-specific operationsproduction-pipeline.md— Pipeline architecture
ViralForge runs as a Claude Code skill and can be adapted for:
- Claude Code (native skill)
- MCP servers (via cortex cross-platform adapters)
- Standalone Python CLI
- CI/CD scheduled pipelines (GitHub Actions)
- Automated security scanning on every push (Bandit + secret detection)
- Dependabot monitoring for dependency vulnerabilities
- See SECURITY.md
MIT — see LICENSE.