what is the community marketplace?
the community marketplace is a curated collection of automation templates built by the dropspace community. each template is a ready-to-run content pipeline that connects to the dropspace API and handles a specific workflow end-to-end.
instead of building automation from scratch, you browse use cases, pick one that fits your workflow, and install it in minutes. every template is open-source, so you can customize it to match your exact needs.
openclaw: the automation runtime
every template in the marketplace runs on openclaw, an open-source agent framework designed for content automation. openclaw handles the orchestration — connecting to the dropspace API, managing platform credentials, scheduling runs, and handling retries.
you don't need to understand openclaw's internals to use a template. the setup wizard walks you through configuration, and each template includes its own README with customization options.
featured use cases
the marketplace launches with five community-built templates:
- AI content engine — automatically generate and auto-post content across connected social platforms on a recurring schedule
- DJ set clipper — extract highlights from DJ sets and publish clips to TikTok, Instagram, and Twitter
- event photo slideshows — turn event photos into video slideshows and distribute across social platforms
- X engagement automation — monitor mentions and engagement on Twitter/X and auto-respond with context-aware replies
- UGC reaction videos — curate user-generated content into reaction videos and publish to TikTok and Instagram
each template comes with a setup wizard, example configurations, and documentation for customization.
how to install a use case
installing a template takes three steps:
- clone the openclaw repo and navigate to the template directory:
git clone https://github.com/joshchoi4881/dropspace-openclaw && cd dropspace-openclaw/content-pipeline - install dependencies:
npm install - run the setup wizard, which walks you through API key configuration, platform selection, and schedule preferences:
npm run setup
the wizard creates a local config file with your preferences. from there, run the automation with npm start or deploy it to your preferred hosting platform.
submit your own
the marketplace is community-driven. if you've built an automation workflow on top of the dropspace API, you can submit it as a template for others to use.
submissions are accepted via GitHub PR to the dropspace-openclaw repo. include a README, setup wizard, and at least one example configuration. accepted templates are featured on the community page.