返回顶部
d

dropspace-content-engine

Self-improving autonomous content pipeline. Analyzes post performance across 6 platforms, generates new content with AI (slideshows, tweets, linkedin posts, reddit threads), schedules via Dropspace API. Gets smarter every night — each cycle learns from real engagement data. Use when asked to set up autonomous content posting, run the content engine, or manage multi-platform social media automation.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.1
安全检测
已通过
67
下载量
0
收藏
概述
安装方式
版本历史

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 ```bash 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 ```bash node setup.js --template dropspace-content-engine ``` Walks you through API keys, platform selection, and app configuration. ### 3. Set your API keys ```bash 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 ```bash node scripts/test-pipeline.js --app myapp ``` ## Run the Pipeline ```bash 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 1. Pulls 14 days of analytics from Dropspace API 2. Identifies winning hooks (posts with >2x average engagement) 3. Cross-references with X/Twitter research signals 4. Generates 7-14 new posts with AI (text, visual, video formats) 5. Fact-checks any claims about people, products, or events 6. Writes strategy notes that persist between runs (the loop compounds) 7. 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

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 dropspace-content-engine-1775924341 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 dropspace-content-engine-1775924341 技能

通过命令行安装

skillhub install dropspace-content-engine-1775924341

下载 Zip 包

⬇ 下载 dropspace-content-engine v1.0.1

文件大小: 2.36 KB | 发布时间: 2026-4-12 09:47

v1.0.1 最新 2026-4-12 09:47
- Initial release of dropspace-content-engine.
- Fully autonomous content pipeline: analyzes engagement data, generates new posts, and schedules across 6 platforms.
- Learns and self-improves nightly based on real engagement analytics.
- Supports multiple content formats including visual slideshows, tweets, Reddit threads, LinkedIn posts, and short-form video reactions.
- Easy setup via CLI wizard and .env configuration for API keys.
- Includes scripts for scheduled analytics refresh, content generation, and multi-platform posting automation.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部