# Send Basecamp CLI to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "basecamp-cli-mcp",
    "name": "Basecamp CLI",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/drkraft/basecamp-cli-mcp",
    "canonicalUrl": "https://clawhub.ai/drkraft/basecamp-cli-mcp",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/basecamp-cli-mcp",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=basecamp-cli-mcp",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "CHANGELOG.md",
      "CONTRIBUTING.md",
      "README.md",
      "SKILL.md",
      "package-lock.json",
      "package.json"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "basecamp-cli-mcp",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T04:37:47.498Z",
      "expiresAt": "2026-05-06T04:37:47.498Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=basecamp-cli-mcp",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=basecamp-cli-mcp",
        "contentDisposition": "attachment; filename=\"basecamp-cli-mcp-2.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "basecamp-cli-mcp"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/basecamp-cli-mcp"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/basecamp-cli-mcp",
    "downloadUrl": "https://openagent3.xyz/downloads/basecamp-cli-mcp",
    "agentUrl": "https://openagent3.xyz/skills/basecamp-cli-mcp/agent",
    "manifestUrl": "https://openagent3.xyz/skills/basecamp-cli-mcp/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/basecamp-cli-mcp/agent.md"
  }
}
```
## Documentation

### Basecamp CLI

Full-featured CLI and MCP server for Basecamp 4 API.

### Features

21 CLI command groups covering all Basecamp 4 domains
76 MCP tools for AI assistant integration
Automatic pagination and retry with exponential backoff
OAuth 2.0 authentication with PKCE

### Installation

npm install -g @drkraft/basecamp-cli

### Requirements

Node.js >= 20

### Authentication Setup

Create an OAuth app at https://launchpad.37signals.com/integrations

Set redirect URI to http://localhost:9292/callback


Configure credentials:

basecamp auth configure --client-id <your-client-id>
export BASECAMP_CLIENT_SECRET="<your-client-secret>"
export BASECAMP_CLIENT_ID="<your-client-id>"

Login:

basecamp auth login

### MCP Server Configuration

Add to your MCP config (e.g., ~/.config/claude/claude_desktop_config.json):

{
  "mcpServers": {
    "basecamp": {
      "command": "basecamp-mcp",
      "env": {
        "BASECAMP_CLIENT_ID": "<your-client-id>",
        "BASECAMP_CLIENT_SECRET": "<your-client-secret>"
      }
    }
  }
}

### Available MCP Tools (76)

CategoryToolsProjectsbasecamp_list_projects, basecamp_get_project, basecamp_create_project, basecamp_archive_projectTodo Listsbasecamp_list_todolists, basecamp_get_todolist, basecamp_create_todolist, basecamp_delete_todolistTodo Groupsbasecamp_list_todolist_groups, basecamp_create_todolist_groupTodosbasecamp_list_todos, basecamp_get_todo, basecamp_create_todo, basecamp_update_todo, basecamp_complete_todo, basecamp_uncomplete_todo, basecamp_delete_todo, basecamp_move_todoMessagesbasecamp_list_messages, basecamp_get_message, basecamp_create_messagePeoplebasecamp_list_people, basecamp_get_person, basecamp_get_meCommentsbasecamp_list_comments, basecamp_get_comment, basecamp_create_comment, basecamp_update_comment, basecamp_delete_commentVaultsbasecamp_list_vaults, basecamp_get_vault, basecamp_create_vault, basecamp_update_vaultDocumentsbasecamp_list_documents, basecamp_get_document, basecamp_create_document, basecamp_update_documentUploadsbasecamp_list_uploads, basecamp_get_upload, basecamp_create_upload, basecamp_update_uploadSchedulesbasecamp_get_schedule, basecamp_list_schedule_entries, basecamp_get_schedule_entry, basecamp_create_schedule_entry, basecamp_update_schedule_entry, basecamp_delete_schedule_entryCard Tablesbasecamp_get_card_table, basecamp_get_column, basecamp_create_column, basecamp_update_column, basecamp_delete_column, basecamp_list_cards, basecamp_get_card, basecamp_create_card, basecamp_update_card, basecamp_move_card, basecamp_delete_cardSearchbasecamp_searchRecordingsbasecamp_list_recordings, basecamp_archive_recording, basecamp_restore_recording, basecamp_trash_recordingSubscriptionsbasecamp_list_subscriptions, basecamp_subscribe, basecamp_unsubscribeWebhooksbasecamp_list_webhooks, basecamp_get_webhook, basecamp_create_webhook, basecamp_update_webhook, basecamp_delete_webhook, basecamp_test_webhookEventsbasecamp_list_eventsCampfiresbasecamp_list_campfires, basecamp_get_campfire_lines, basecamp_send_campfire_line

### CLI Quick Reference

# Projects
basecamp projects list
basecamp projects get <id>

# Todos
basecamp todolists list --project <id>
basecamp todos list --project <id> --list <list-id>
basecamp todos create --project <id> --list <list-id> --content "Task"
basecamp todos complete <id> --project <id>
basecamp todos delete <id> --project <id>
basecamp todos move <id> --project <id> --list <target-list-id>

# Messages
basecamp messages list --project <id>
basecamp messages create --project <id> --subject "Title" --content "<p>Body</p>"

# Kanban
basecamp cardtables get --project <id>
basecamp cardtables cards --project <id> --column <col-id>
basecamp cardtables create-card --project <id> --column <col-id> --title "Card"

# Search
basecamp search "keyword"
basecamp search "keyword" --type Todo --project <id>

All commands support --format json for JSON output.

### Links

Full Documentation
npm Package
Basecamp API Reference
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: drkraft
- Version: 2.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T04:37:47.498Z
- Expires at: 2026-05-06T04:37:47.498Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/basecamp-cli-mcp)
- [Send to Agent page](https://openagent3.xyz/skills/basecamp-cli-mcp/agent)
- [JSON manifest](https://openagent3.xyz/skills/basecamp-cli-mcp/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/basecamp-cli-mcp/agent.md)
- [Download page](https://openagent3.xyz/downloads/basecamp-cli-mcp)