Skip to content
Dr3wgarner edited this page May 2, 2026 · 2 revisions

CLI Power Tools for Smartsheet

A free, open-source library of Claude Code agents purpose-built against the Smartsheet MCP server. Each Power Tool turns a common project management task into a sentence you type instead of an hour you click through.

The library today

Six Power Tools across two packs.

Foundation pack

  • bottleneck-scanner (READ) — finds overloaded people across your portfolio, reads discussion threads for context
  • reassignment-helper (WRITE) — moves one person's work to another across every sheet they touch, previews before writing
  • engagement-cloner (CREATE) — clones a project sheet's structure into a new engagement, flags client-specific fields

Daily Cadence pack

  • risk-scanner (READ) — scans active projects for schedule, blocker, and owner-gap signals
  • standup-prep (READ) — pre-meeting brief, top items grouped RISK / BLOCKERS / WATCH
  • status-comms-writer (DRAFT) — turns any Power Tool's output into a Slack update, status email, or escalation

Install in 60 seconds

For other MCP clients (Cursor, VS Code, ChatGPT, etc.) or detailed setup options, see the official Smartsheet MCP install guide.

​```bash

Option 1: Claude Code in your terminal

npm install -g @anthropic-ai/claude-code

Option 2: Claude Desktop (Code Tab is built in)

Download from claude.com/download

Then, in either:

git clone https://github.com/smartsheet/cli-agent-power-tools claude mcp add --transport http smartsheet https://mcp.smartsheet.com claude ​```

Then type:

Who's the bottleneck across my active projects?

Why this exists

Read the launch post: Introducing CLI Power Tools for Smartsheet.

MIT licensed. PRs welcome.