Jump to related tools in the same category or review the original source on GitHub.

Marketing & Sales @emredoganer Updated 6/28/2026 2,778 downloads 3 stars Security: Pass

Basecamp Cli OpenClaw Plugin & Skill | ClawHub

Looking to integrate Basecamp Cli into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate marketing & sales tasks instantly, without having to write custom tools from scratch.

What this skill does

Manage Basecamp (via bc3 API / 37signals Launchpad) projects, to-dos, messages, and campfires via a TypeScript CLI. Use when you want to list/create/update Basecamp projects and todos from the terminal, or when integrating Basecamp automation into Clawdbot workflows.

Install

ClawHub CLI
openclaw skills install @emredoganer/basecamp-cli
Node.js (npx)
npx clawhub@latest install basecamp-cli

Full SKILL.md

Open original
Metadata table.
namedescription
basecamp-cliManage Basecamp (via bc3 API / 37signals Launchpad) projects, to-dos, messages, and campfires via a TypeScript CLI. Use when you want to list/create/update Basecamp projects and todos from the terminal, or when integrating Basecamp automation into Clawdbot workflows.

SKILL.md content below is scrollable.

Basecamp CLI

This repo contains a standalone CLI.

Install

npm i -g @emredoganer/basecamp-cli

Auth

Create an integration (OAuth app) in 37signals Launchpad:

Then:

basecamp auth configure --client-id <id> --redirect-uri http://localhost:9292/callback
export BASECAMP_CLIENT_SECRET="<secret>"
basecamp auth login

Notes

ClawHub Registry URL: https://clawhub.ai/emredoganer/skills/basecamp-cli

Related skills

If this matches your use case, these are close alternatives in the same category.