coconut-openclaw-plugin
v0.2.8
Published
OpenClaw plugin for Coconut - AI-powered content arbitrage system for ambitious brand builders
Maintainers
Readme
Coconut OpenClaw Plugin
OpenClaw plugin for Coconut - AI-powered content arbitrage system for ambitious brand builders.
Post more without doing more. Coconut helps you escape the content treadmill by letting you subscribe to creators you admire, automatically ingesting their content, extracting what works (hooks, structures, formats), and remixing it into your own posts across multiple channels.
With this plugin you get:
- Content on Autopilot - Your stash fills up daily with fresh ideas from creators you follow. No more blank page. No more "what should I post today?"
- Multi-Channel Presence - One idea becomes content for X, LinkedIn, Instagram, and YouTube. Stop being a one-platform creator.
- Effortless Scale - Post ten times a day without ten times the work. The system does the heavy lifting so you can focus on being creative.
Quick Setup (2 Steps)
Step 1: Install
openclaw plugins install coconut-openclaw-plugin
openclaw gateway restartStep 2: Configure via Chat
Just ask your agent to use any Coconut tool:
Check my Coconut workspace statsThe plugin will guide you through setup, asking for your API key. Get one at coconutapp.xyz/settings/api.
That's it! No manual JSON editing required.
Manual Configuration (Optional)
If you prefer to configure manually, add this to ~/.openclaw/openclaw.json:
{
"plugins": {
"entries": {
"coconut-openclaw-plugin": {
"enabled": true,
"config": {
"apiKey": "coco_your_api_key_here"
}
}
}
},
"tools": {
"alsoAllow": ["coconut_*"]
}
}Then restart: openclaw gateway restart
Available Tools
| Tool | Description |
|------|-------------|
| coconut_workspace_stats | Get workspace overview, stats, and plan limits |
| coconut_creator_lookup | Look up a creator by platform and handle |
| coconut_subscription_create | Subscribe to a creator |
| coconut_subscription_list | List all subscriptions |
| coconut_ingestion_trigger | Trigger content ingestion |
| coconut_ingestion_status | Check ingestion job status |
| coconut_digest_list | Get content pending review |
| coconut_digest_action | Save, skip, or defer content |
| coconut_content_analyze | AI analysis of content |
| coconut_block_create | Create content drafts |
| coconut_block_list | List content blocks |
Alternative: Environment Variable
Instead of putting the API key in the config file, you can set it as an environment variable:
export COCONUT_API_KEY=coco_your_api_key_hereUpdating the Plugin
To get the latest tools and features:
openclaw plugins update coconut-openclaw-plugin
openclaw gateway restartDevelopment
# Install dependencies
bun install
# Build
bun run build
# Test
bun run test
# Link for local development
openclaw plugins install -l ./packages/openclaw-pluginLicense
MIT
