ai-marketing-skills/content-ops/requirements.txt
Alfred Claw a96d0d8889 Initial commit: 6 AI marketing skill categories
- growth-engine: Autonomous experiment engine (Karpathy autoresearch for marketing)
- sales-pipeline: RB2B router, deal resurrector, trigger prospector, ICP learner
- content-ops: Expert panel, quality gate, editorial brain, quote miner
- outbound-engine: Cold outbound optimizer, lead pipeline, competitive monitor
- seo-ops: Content attack briefs, GSC optimizer, trend scout
- finance-ops: CFO briefing, cost estimate, scenario modeler

79 files, all sanitized - zero hardcoded credentials or internal references.
2026-03-27 20:14:52 -07:00

7 lines
370 B
Text

# Core dependencies
anthropic>=0.39.0 # Claude API client (for LLM-powered features)
feedparser>=6.0.0 # RSS feed parsing (quote mining engine)
# Optional: for video clip cutting (editorial brain)
# yt-dlp # YouTube subtitle/video download (install separately)
# ffmpeg # Video cutting (install via system package manager)