Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Create and publish social media launches via the Dropspace API. Use when user wants to post to social media, create launches, manage personas, generate media, track post analytics, schedule content, or anything Dropspace-related. Supports 10 platforms (Twitter, LinkedIn, Reddit, Instagram, TikTok, Facebook, YouTube, Substack, Product Hunt, Hacker News) with per-post analytics and AI content generation.
Multi-platform social media publishing with AI-generated content, media generation, per-post analytics, and persona-based writing styles.
Set your API key:
export DROPSPACE_API_KEY="ds_live_..." # from dropspace.dev/settings/api
Base URL: https://api.dropspace.dev
Auth header: -H "Authorization: Bearer $DROPSPACE_API_KEY"
Also available as MCP server: npx @jclvsh/dropspace-mcp
Machine-readable docs: llms.txt | OpenAPI
Keys can be scoped: read, write, delete, publish, generate, admin.
| Use Case | Recommended Scopes |
|---|---|
| AI agents / MCP | read, write, generate |
| CI/CD publishing | read, publish |
| Monitoring / dashboards | read |
| Full access (admin tools) | all scopes |
Missing scope returns 403 with AUTH_002.
Destructive/sensitive API operations are automatically logged: delete launch/persona, publish, create/revoke key, create/delete/rotate webhook.
npx skills add LeoYeAI/openclaw-master-skills --skill dropspaceHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.