/install dropspace-content-engine
Dropspace Content Engine
Fully autonomous content pipeline. Every night: pull analytics → identify winning hooks → generate new posts → schedule across 6 platforms. The feedback loop compounds — each cycle produces better content because it learns from real engagement data.
Setup
1. Clone and install
git clone https://github.com/joshchoi4881/dropspace-agents && cd dropspace-agents && npm install
If canvas fails to install, that's fine — text-only formats still work. For visual formats (TikTok/Instagram slideshows): macOS brew install pkg-config cairo pango, Linux apt install libcairo2-dev libpango1.0-dev, then npm install again.
2. Run the setup wizard
node setup.js --template dropspace-content-engine
Walks you through API keys, platform selection, and app configuration.
3. Set your API keys
export DROPSPACE_API_KEY="ds_live_..." # from dropspace.dev/settings/api
export ANTHROPIC_API_KEY="sk-ant-..." # from console.anthropic.com
export FAL_KEY="fal_..." # from fal.ai (for visual/video formats)
Save in a .env file (copy from templates/.env.example). Add .env to .gitignore to avoid committing secrets.
4. Validate
node scripts/test-pipeline.js --app myapp
Run the Pipeline
source .env
# Analyze performance + generate new posts
node scripts/run-self-improve-all.js --app myapp
# Schedule generated posts for today
node scripts/schedule-day.js --app myapp
Automate Nightly
| Time (ET) | Script | What |
|---|---|---|
| 12:00 AM | scripts/refresh-tracking.js --all + scripts/cleanup-posts.js --all |
Refresh analytics, clean old media |
| 12:30 AM | scripts/run-x-research.js --app myapp |
Scan X for trending hooks (optional, needs Bird CLI) |
| 1:00 AM | scripts/run-self-improve-all.js --app myapp |
Analyze + generate (up to 60 min) |
| 2:00 AM | scripts/schedule-day.js --app myapp |
Schedule for today |
What Happens Each Run
- Pulls 14 days of analytics from Dropspace API
- Identifies winning hooks (posts with >2x average engagement)
- Cross-references with X/Twitter research signals
- Generates 7-14 new posts with AI (text, visual, video formats)
- Fact-checks any claims about people, products, or events
- Writes strategy notes that persist between runs (the loop compounds)
- Schedules posts across the day via Dropspace API
Content Formats
| Format | Type | Platforms |
|---|---|---|
| story-slideshow | visual | TikTok, Instagram, Facebook |
| ugc-reaction | video | TikTok, Instagram |
| text-single | text | Twitter/X |
| text-post | text | LinkedIn, Reddit, Facebook |
Links
- Community page: https://www.dropspace.dev/community/dropspace-content-engine
- Case study: https://www.dropspace.dev/case-studies/march-2026
- Repo: https://github.com/joshchoi4881/dropspace-agents
- Dropspace API docs: https://www.dropspace.dev/docs
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install dropspace-content-engine - 安装完成后,直接呼叫该 Skill 的名称或使用
/dropspace-content-engine触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
dropspace-content-engine 是什么?
Self-improving autonomous content pipeline. Analyzes post performance across 6 platforms, generates new content with AI (slideshows, tweets, linkedin posts,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 110 次。
如何安装 dropspace-content-engine?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install dropspace-content-engine」即可一键安装,无需额外配置。
dropspace-content-engine 是免费的吗?
是的,dropspace-content-engine 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
dropspace-content-engine 支持哪些平台?
dropspace-content-engine 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 dropspace-content-engine?
由 JCLVSH(@jclvsh)开发并维护,当前版本 v1.0.1。