ai content engine
fully autonomous content pipeline - analyzes engagement, generates posts, schedules across 7 platforms. gets smarter every night.
get started
pick your agent framework:
clone and install
git clone https://github.com/joshchoi4881/dropspace-agents && cd dropspace-agents && npm installrun the setup wizard (walks you through API keys, platforms, and config)
node setup.js --template dropspace-content-enginevalidate your setup
node scripts/test-pipeline.js --app myapprun the pipeline
node scripts/run-self-improve-all.js --app myapp # analyze + generate
node scripts/schedule-day.js --app myapp # schedule for todayplatforms
about
the core dropspace automation pipeline. every night, an LLM agent pulls analytics for all recent posts, scans X/Twitter for trending hooks in your niche, analyzes what's working vs what isn't, generates new posts with complete content (slideshows, text, captions), writes strategy notes that persist between runs, and schedules everything via dropspace. the feedback loop compounds - each cycle produces better content because it learns from real engagement data. supports visual (story-slideshow for TikTok/Instagram), text (text-single for Twitter, text-post for LinkedIn/Reddit/Facebook), and video (ugc-reaction and ugc-talking for TikTok/Instagram). the LLM owns all strategic decisions: which formats to use, what hooks to try, when to kill underperforming experiments.
how it works
every night at 1 AM: pulls 14 days of post metrics → identifies winning hooks → generates 7-14 new posts per platform → schedules via dropspace → reports to your messaging channel. next night: repeats with fresh data.
features
- self-improving analytics loop
- content formats: story-slideshow, ugc-reaction, ugc-talking, text-post, text-single
- X/Twitter research integration
- correlation engine (auto-detects engagement patterns)
- format experiments with activate/kill/graduate lifecycle
- cross-platform strategy notes
- pluggable image providers (fal.ai, replicate, openai)
- multi-app support (one engine, many products)
requirements
- •dropspace account + API key
- •openclaw agent runtime
- •anthropic API key
- •image generation API key (fal.ai, replicate, or openai)
- •node.js 18+
content formats
6-slide story carousel - locked scene, changing mood per slide.
4-second AI UGC selfie reaction clip stitched with product demo.
8-second AI UGC selfie clip where the person speaks to camera, stitched with product demo.
single tweet optimized for hooks. up to 25K chars for X Premium.
long-form text post with platform-specific formatting.
ready to try it?
pick your agent framework above, follow the install steps, and have autonomous content posting within 10 minutes.
view on github