Operate MotherDuck from a terminal with the MotherDuck CLI. Use when a coding agent or developer needs shell-based authentication, structured query output, or file-oriented Dive and Flight authoring; use MCP instead for chat-only exploration and inline results.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add motherduckdb/agent-skills --skill motherduck-cli --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Motherduck Cli?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/motherduckdb-motherduck-cli)More formats (shields.io, HTML) on the badges page.
---
name: motherduck-cli
description: Operate MotherDuck from a terminal with the MotherDuck CLI. Use when a coding agent or developer needs shell-based authentication, structured query output, or file-oriented Dive and Flight authoring; use MCP instead for chat-only exploration and inline results.
argument-hint: [terminal-task]
license: MIT
---
# Use the MotherDuck CLI
Use this skill when the environment has a shell and filesystem and the work benefits from files, scripts, or compact JSON output. The CLI is the efficient path for coding agents that edit Dive or Flight source locally. MotherDuck MCP remains the better path for chat clients without a shell and for inline catalog exploration.
## Source Of Truth
- Prefer the current MotherDuck CLI documentation and command reference. Read command help before relying on remembered flags because the command surface can evolve.
- Before authoring or editing a Dive or Flight, run `motherduck dive guide` or `motherduck flight guide`. Those built-in guides are the current runtime contract.
- Use `motherduck <command> --help` after a parsing or option error instead of guessing at syntax.
## Default Posture
- Reuse an authenticated CLI when available; check with `motherduck status` before starting a login flow.
- For automation, pass `MOTHERDUCK_TOKEN` through the environment and set an absolute, task-specific `MOTHERDUCK_HOME` so parallel agents do not share credentials or assets.
- Request `--output json` for machine-readable resource operations and check both the exit code and returned `success` field. `motherduck query --output json` returns a bare JSON array instead.
- Redirect large query results to a file rather than pulling every row into model context.
- Never run `motherduck new` merely because authentication is missing. Account creation requires an explicit signup request.
- Treat `dive push`, `flight push`, scheduling, secret changes, and account creation as external mutations. Perform them only when the user's build/change request includes that outcome.
## Workflow
1. Inspect the host project and existing CLI/authentication state.
2. Install or upgrade only when needed, following the current platform-specific docs.
3. Choose CLI or MCP based on the task shape:
- files, local edits, CI, large results, or repeated iterations: CLI
- chat-only exploration, inline answers, or no filesystem: MCP
- mixed workflow: explore through MCP, then build from local files through the CLI
4. For queries, use `motherduck query` with the smallest suitable output format.
5. For a Dive or Flight, read its built-in guide, pull or initialize the local project, edit files, validate or preview, then push only when publication is requested.
6. Capture the resource ID, URL, or run number from JSON output and verify the remote state after mutation.
For answer, review, or planning requests, recommend commands without logging in, creating an account, or changing remote resources. For explicit build/change requests, complete the in-scope CLI workflow and validate its result; ask before destructive deletes or materially broader external changes.
## Open Next
- Read `references/CLI_PLAYBOOK.md` for installation, authentication, JSON contracts, query patterns, agent isolation, and complete Dive/Flight file workflows.
## Related Skills
- `motherduck-connect` for choosing the underlying application connection path
- `motherduck-explore` and `motherduck-query` for catalog discovery and SQL behavior
- `motherduck-create-dive` and `motherduck-create-flight` for the product-specific authoring workflow
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!