back to community
advancedai content

ai content engine

fully autonomous content pipeline - analyzes engagement, generates posts, schedules across 7 platforms. gets smarter every night.

by josh choi·2026-03-19

get started

pick your agent framework:

1

clone and install

git clone https://github.com/joshchoi4881/dropspace-agents && cd dropspace-agents && npm install
2

run the setup wizard (walks you through API keys, platforms, and config)

node setup.js --template dropspace-content-engine
3

validate your setup

node scripts/test-pipeline.js --app myapp
4

run the pipeline

node scripts/run-self-improve-all.js --app myapp  # analyze + generate
node scripts/schedule-day.js --app myapp              # schedule for today
view source on github

platforms

FacebookLinkedInTwitter / XRedditInstagramTikTokyoutube

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+

ready to try it?

pick your agent framework above, follow the install steps, and have autonomous content posting within 10 minutes.

view on github