npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

coconut-openclaw-plugin

v0.2.8

Published

OpenClaw plugin for Coconut - AI-powered content arbitrage system for ambitious brand builders

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 restart

Step 2: Configure via Chat

Just ask your agent to use any Coconut tool:

Check my Coconut workspace stats

The 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_here

Updating the Plugin

To get the latest tools and features:

openclaw plugins update coconut-openclaw-plugin
openclaw gateway restart

Development

# Install dependencies
bun install

# Build
bun run build

# Test
bun run test

# Link for local development
openclaw plugins install -l ./packages/openclaw-plugin

License

MIT