Basecamp CLI and Agent Skills
Supply asset profile
Code review, repo analysis, testing, CI, GitHub, DevOps, and developer workflow skills.
Scenario
GitHub automation
I need my agent to triage GitHub issues, review pull requests, and summarize repository changes.
Agent fit
Claude Code + OpenAI Agents + CLI
Codex, Claude Code, Cursor, CLI, or custom agents.
Install
Ready
npx skills add basecamp/basecamp-cli
Maintenance
fresh
2d since push
Risk
Needs review
Dependency or permission surface needs review
GitHub quality
226
96/100 quality · 82/100 trust
Coverage tags
Review notes
Dependency or permission surface needs review · Permission surface may require sandboxing
Agent adoption scorecard
These scores combine public repository metadata, OpenAgentSkill review signals, maintenance freshness, and install readiness. They are a shortlist signal, not a replacement for human review.
Quality
ExcellentHigh-confidence pick with strong adoption and healthy maintenance signals.
Trust
Sandbox onlyUseful candidate with missing or mixed trust signals. Keep it in an isolated workspace until the outcome loop proves task fit.
Audit
Needs reviewInstall readiness, security metadata, maintenance, and adoption risk.
Trust Score v5
Run only in a sandbox and compare close alternatives before using it for real work.
Stars
226 GitHub stars
Repo activity
226 stars, 16 forks
Maintenance
2d since push
License
MIT
Install
npx skills add basecamp/basecamp-cli
Install safety
standard package or runtime install path
Permission surface
secrets or environment access, shell or command execution
Agent outcomes
No agent outcome data yet
Docs
Strong README/SKILL.md context
Risk summary
Install readiness
Agent-readable metadata
Use this block or the embedded JSON to decide whether an agent should install this skill, choose an alternative, or ask for human review first.
Suited tasks
Suited agents
Install decision
Trust and risk
Outcome loop
Install command
npx skills add basecamp/basecamp-cliDo not use when
Agent safety v2
Sparse or mixed signals. Useful for discovery, but not for autonomous installation.
Test manually in an isolated workspace and compare against safer alternatives.
high
Skill metadata references terminal, CLI, shell, subprocess, or command execution workflows.
medium
Skill likely fetches remote pages, APIs, repositories, or external services.
high
Skill metadata references credentials, tokens, environment variables, or secret-bearing workflows.
Install targets
Copy the registry command or an agent-specific install prompt for Codex, Claude Code, and Cursor.
Use the registry command when your workflow supports the OpenAgentSkill installer.
$ npx skills add basecamp/basecamp-cliAgent resolve plan
The Resolve API returns the selected skill, alternatives, safety policy, audit notes, install target, and copy-paste prompt an agent can follow without scraping this page.
Resolve JSON
/api/agent/resolve?task=Use%20Basecamp%20Cli%20for%20an%20agent%20workflow&agent=codex&max_risk=medium
Resolve text
/api/agent/resolve?task=Use%20Basecamp%20Cli%20for%20an%20agent%20workflow&agent=codex&max_risk=medium&format=text
Install handoff
/api/skills/basecamp-basecamp-cli/install
Agent should check
Copy prompt
Task: Use Basecamp Cli in this workspace.
Resolve first: https://www.openagentskill.com/api/agent/resolve?task=Use%20Basecamp%20Cli%20for%20an%20agent%20workflow&agent=codex&max_risk=medium
Review install handoff: https://www.openagentskill.com/api/skills/basecamp-basecamp-cli/install
Install command: npx skills add basecamp/basecamp-cli
Before running it, summarize audit warnings, required permissions, and the fallback skill if install is risky.Agent handoff
Use the public install endpoint to fetch the command, safety checklist, target prompts, and canonical links for this skill.
Install handoff
/api/skills/basecamp-basecamp-cli/install
LLM text format
/api/skills/basecamp-basecamp-cli/install?format=text
Find alternatives
/api/skills/search?q=Basecamp%20Cli&limit=3
Agent prompt
Use Basecamp Cli for this task. Review https://www.openagentskill.com/api/skills/basecamp-basecamp-cli/install, then install with: npx skills add basecamp/basecamp-cliRegistry metadata
This page exposes the same decision, trust, audit, use-case, and install signals through the Registry API, so agents can rank this skill without scraping the UI.
Manifest
/api/registry/manifest/basecamp-basecamp-cli
LLM text
/api/registry/manifest/basecamp-basecamp-cli?format=text
Install alias
/api/registry/install/basecamp-basecamp-cli
Recommend
/api/registry/recommend?task=Use%20Basecamp%20Cli%20in%20an%20agent%20workflow&limit=3
Agent fit
GitHub automation
Use-case tags
Platforms
Go, Claude Code, OpenAI Agents
Audit report
Review install readiness, maintenance, trust, quality, and metadata warnings before adding this skill to an agent workflow.
Agent decision cockpit
Use this as a leading candidate, then validate the README and install path in your own agent stack.
Role in stack
Primary pick
Primary fit
GitHub automation
Trust label
Production-ready
Install path
Command ready
Use when
Evidence
Review first
Implementation path
Trust profile
Useful candidate with missing or mixed trust signals. Keep it in an isolated workspace until the outcome loop proves task fit.
GitHub adoption
INFO226 GitHub stars
Stars/forks activity
CHECK226 stars, 16 forks; issue activity unavailable in current metadata
Recent maintenance
PASS2d since push
License clarity
PASSMIT
Good signals
Review before install
Recommended action
Run only in a sandbox and compare close alternatives before using it for real work.
Quality profile
High-confidence pick with strong adoption and healthy maintenance signals.
Workflow fit
Manage repositories
I need my agent to triage GitHub issues, review pull requests, and summarize repository changes.
Automate repeated work
I need my agent to automate a repeated workflow across tools and files.
Build and ship code
I need a coding agent that can understand a repository, edit code, and review pull requests.
Workflow fit
Turn skills into distribution
A workflow for turning newly indexed skills into SEO briefs, social drafts, comparison pages, and reusable publishing workflows.
Inspect, patch, and verify code
A workflow for software agents that inspect repositories, review pull requests, generate tests, and turn findings into shippable patches.
Operate and verify web apps
A workflow for agents that navigate products, fill forms, take screenshots, and verify real user flows across web applications.
Alternative shortlist
Similar skills in this category, ranked with the same readiness and quality signals.
Official Lark/Feishu CLI tool with 200+ commands and 26 AI agent skills, designed for agent-native operation and easy integration with AI runtimes.
An AI agent skill that generates editable web-based PPT presentations with 12 themes, 1020 layouts, and one-click PPTX export.
A comprehensive set of 38 marketing skills and 5 commands for Claude Code covering SEO/GEO and influencer marketing with evaluation frameworks.
AI agent skill that reads academic papers and generates structured Obsidian notes.
# <img src="assets/bc5-snowglobe.png" height="28" alt="Basecamp"> Basecamp CLI
`basecamp` is the official command-line interface for Basecamp. Manage projects, todos, messages, and more from your terminal or through AI agents.
- Works standalone or with any AI agent (Claude, Codex, Copilot, Gemini) - JSON output with breadcrumbs for easy navigation - OAuth authentication with automatic token refresh - Includes agent skills plus native Claude Code and Codex plugins
## Quick Start
**macOS / Linux / WSL2**
```bash curl -fsSL https://basecamp.com/install-cli | bash ```
**Windows (PowerShell)**
```powershell irm https://raw.githubusercontent.com/basecamp/basecamp-cli/main/scripts/install.ps1 | iex ```
That's it. You now have full access to Basecamp from your terminal.
<details> <summary>Other installation methods</summary>
**Brew / macOS**
``` brew install --cask basecamp/tap/basecamp-cli ```
**Arch Linux / Omarchy (AUR):** ```bash yay -S basecamp-cli ```
**Linux (deb/rpm/apk):** ```bash # Download from https://github.com/basecamp/basecamp-cli/releases/latest sudo apt install ./basecamp-cli_*_linux_amd64.deb # Debian/Ubuntu sudo dnf install ./basecamp-cli_*_linux_amd64.rpm # Fedora/RHEL sudo apk add --allow-untrusted ./basecamp-cli_*_linux_amd64.apk # Alpine ``` Arm64: substitute `arm64` for `amd64` in the filename. Verify the SHA-256 checksum from `checksums.txt` before installing unsigned Alpine packages.
**Scoop (Windows):** ```bash scoop bucket add basecamp https://github.com/basecamp/homebrew-tap scoop install basecamp-cli ```
**Shell script (macOS / Linux / WSL2 / Git Bash):** ```bash curl -fsSL https://raw.githubusercontent.com/basecamp/basecamp-cli/main/scripts/install.sh | bash ```
**Nix:** ```bash nix profile install github:basecamp/basecamp-cli ```
**Go install:** ```bash go install github.com/basecamp/basecamp-cli/cmd/basecamp@latest ```
**GitHub Release:** download from [Releases](https://github.com/basecamp/basecamp-
Frameworks & Tools
Decision snapshot
recent repository activity
Audit snapshot
Install and adoption review
Agent-proven evidence
Outcome reports after resolve, review, install, and one narrow run.
No agent outcome data yet. The first agent run can report success, setup needs, risk blocks, failure, or not-relevant through /api/agent/outcome.
Install
Free and open source. Review the audit before production use.
Growth loop
Scenario-led draft for Basecamp Cli, ready for a manual X post.
Most coding agents don't fail from lack of model power. They fail when repo context disappears. Basecamp Cli gives coding agents a repeatable way to plan, patch, review, or ship. 226 stars https://www.openagentskill.com/skills/basecamp-basecamp-cli?ref=x #AIAgents
Listing + install path for Basecamp Cli: https://www.openagentskill.com/skills/basecamp-basecamp-cli?ref=x Install: npx skills add basecamp/basecamp-cli
Listing source
This listing was indexed from public sources and is not marked official until a maintainer claim is approved.
Attribution links to the public repository or creator profile. Creators can claim the listing to update ownership signals.
Claim this skillOwner claim
This community indexed listing is attributed to basecamp but is not marked official yet. Claim it to add a verified owner signal and make future launch, install, and audit updates easier to trust.
Creator backlink kit
Show the canonical listing, current trust and audit signals, and real Agent Proven evidence where developers evaluate the repository.
[](https://www.openagentskill.com/skills/basecamp-basecamp-cli)
[](https://www.openagentskill.com/skills/basecamp-basecamp-cli)
[](https://www.openagentskill.com/skills/basecamp-basecamp-cli/audit)
[](https://www.openagentskill.com/skills/basecamp-basecamp-cli)basecamp✓
@basecamp
Share whether this skill looks useful for your agent workflow. Aggregated feedback improves rankings over time.
Sandbox only
Cli
Official Lark/Feishu CLI tool with 200+ commands and 26 AI agent skills, designed for agent-native operation and easy integration with AI runtimes.
15.8K stars · 0 installsDashiAI Ppt Skill
An AI agent skill that generates editable web-based PPT presentations with 12 themes, 1020 layouts, and one-click PPTX export.
3.8K stars · 0 installsAaron Marketing Skills
A comprehensive set of 38 marketing skills and 5 commands for Claude Code covering SEO/GEO and influencer marketing with evaluation frameworks.
2.4K stars · 0 installsDeepPaperNote
AI agent skill that reads academic papers and generates structured Obsidian notes.
542 stars · 0 installs