Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here
openclaw-basecamp logo

openclaw-basecamp

basecamp/openclaw-basecamp

Otheropenclawby basecamp

Summary

OpenClaw plugin exposing 0 skills across basecamp.

Install to Claude Code

openclaw plugin add basecamp/openclaw-basecamp

Run in Claude Code. Add the marketplace first with /plugin marketplace add basecamp/openclaw-basecamp if you haven't already.

README.md

@37signals/openclaw-basecamp

OpenClaw channel plugin for Basecamp. Connects Campfire chats, card tables, to-do lists, check-ins, pings, and message boards to OpenClaw agents -- every Basecamp surface as a live agent interaction point.

Prerequisites

  • OpenClaw (latest version)
  • Node.js >= 22.5 (required for node:sqlite)
  • A Basecamp account plus either:
  • An OAuth app you control (client ID + secret), registered at launchpad.37signals.com/integrations, or
  • An authenticated Basecamp CLI profile with stored credentials that the onboarding wizard can import

Installation

openclaw plugins install @37signals/openclaw-basecamp

Quick start

openclaw channels add

Select Basecamp from the list, then follow the onboarding wizard. It handles:

1. OAuth app setup (or importing credentials from an existing Basecamp CLI profile) 2. Browser-based authentication and token creation 3. Identity discovery and Basecamp account selection 4. Writing the channel configuration

Configuration

All configuration lives under channels.basecamp in your OpenClaw config file.

| Key | Type | Description | |-----|------|-------------| | enabled | boolean | Enable or disable the channel | | accounts | object | Per-account auth config (personId, token/tokenFile, OAuth credentials) | | personas | object | Map agent IDs to Basecamp account IDs for message routing (agent tools still execute under the default account) | | dmPolicy | "pairing" \| "allowlist" \| "open" \| "disabled" | How the agent handles Basecamp Pings (DMs). Default: "pairing" | | allowFrom | string[] | Global allowlist of Basecamp person IDs permitted to interact | | engage | string[] | Engagement types to respond to: dm, mention, assignment, checkin, conversation, activity | | buckets | object | Per-project overrides (requireMention, tool allow/deny lists, engage types, allowFrom) | | webhooks | object | Webhook subscription config: payloadUrl, projects, types, autoRegister, deactivateOnStop | | webhookSecret | string | Secret token for webhook URL verification | | oauth | object | Channel-level OAuth credentials (clientId, clientSecret) shared across accounts | | polling | object | Polling intervals: activityIntervalMs (default 120s), readingsIntervalMs (60s), assignmentsIntervalMs (300s) | | retry | object | Retry behavior: maxAttempts, baseDelayMs, maxDelayMs, jitter | | circuitBreaker | object | Circuit breaker: threshold, cooldownMs | | safetyNet | object | Safety net polling for missed events: projects, intervalMs | | reconciliation | object | Gap reconciliation: enabled, intervalMs, gapThreshold |

Agent tools

Agents connected through this channel have access to the following tools:

| Tool | Description | |------|-------------| | basecamp_create_todo | Create a new to-do item in a Basecamp to-do list | | basecamp_complete_todo | Mark a to-do as complete | | basecamp_reopen_todo | Reopen a completed to-do (mark as incomplete) | | basecamp_read_history | Fetch recent messages or comments from a recording (chat transcript or comments) | | basecamp_add_boost | Add a boost (reaction) to any recording -- emoji or short celebratory text | | basecamp_move_card | Move a card to a different column in a card table | | basecamp_post_message | Post a new message to a message board | | basecamp_answer_checkin | Answer a check-in question | | basecamp_api_read | GET any Basecamp 3 API resource (projects, people, todos, documents, schedules, etc.) | | basecamp_api_write | POST/PUT/DELETE any Basecamp 3 API resource |

Development

git clone <repo-url>
cd basecamp-openclaw-plugin
npm install
npm run build        # required — OpenClaw loads dist/index.js
npm test
npm run typecheck

For local-path plugin installs (e.g. openclaw plugins install ./path/to/basecamp-openclaw-plugin), you must run npm run build first so that the openclaw.extensions entrypoint (./dist/index.js) exists.

Related plugins

Browse all →