
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@dashclaw/cli
Advanced tools
Terminal client for DashClaw — approve agent actions and diagnose your instance without leaving the shell.
npm install -g @dashclaw/cli
The CLI resolves config in this order:
DASHCLAW_BASE_URL, DASHCLAW_API_KEY, optional DASHCLAW_AGENT_ID)~/.dashclaw/config.json (mode 600)On first run, if neither env vars nor a saved config are present, the CLI walks you through setup and offers to save the values to ~/.dashclaw/config.json. Env vars always override saved values.
# Option A: env vars (one-shot or CI)
export DASHCLAW_BASE_URL="https://your-dashclaw.example.com"
export DASHCLAW_API_KEY="oc_live_..."
# Option B: interactive first run (persists)
dashclaw doctor
# → DashClaw instance URL: ...
# → API key: ********
# → Save to ~/.dashclaw/config.json? [Y/n]
# Later: remove the saved config
dashclaw logout
Optionally set DASHCLAW_AGENT_ID (defaults to cli-operator) for audit attribution.
dashclaw approvalsInteractive inbox for all pending approval requests. Use arrow keys to navigate, A to approve, D to deny, O to open the replay link, Q to quit.
dashclaw approve <actionId>Approve a single action by ID.
dashclaw approve act_01h... --reason "Verified change window"
dashclaw deny <actionId>Deny a single action by ID.
dashclaw deny act_01h... --reason "Outside change window"
dashclaw doctorDiagnose your DashClaw instance and auto-fix safe issues. Checks database, configuration, auth, deployment, SDK reachability, and governance.
dashclaw doctor # rich terminal output, auto-fix what it can
dashclaw doctor --json # JSON output for CI/scripts
dashclaw doctor --no-fix # diagnose only
dashclaw doctor --category database,config
The CLI invokes your instance's /api/doctor endpoints, so fixes that need filesystem access (env writes) are handled separately by self-hosters running npm run doctor locally.
dashclaw codeSubcommand group for Code Sessions (Claude Code analytics, ported from AgentLens). Three actions:
dashclaw code ingest # walk ~/.claude/projects and POST every .jsonl
dashclaw code ingest --dry-run # preview the file list and payload shape without POSTing
dashclaw code ingest --projects-dir <p> # override the default projects directory (also reads $CLAUDE_PROJECTS_DIR)
dashclaw code memo --project <slug> # show the most recent weekly memo for a project
dashclaw code memo --project <slug> --save # write the memo to ./memos/<iso-week>.md
dashclaw code apply <manifest-id> --dest=<project-cwd> # apply an Optimal Files manifest locally
dashclaw code apply <manifest-id> --dest=<project-cwd> --dry-run
ingest stream-reads each session JSONL line-by-line and ships raw lines; large request bodies are gzip-compressed on the wire (raw gzip via the x-dashclaw-encoding: gzip header — no base64 inflation) to fit Vercel's 4.5 MB per-request limit. It retries 429s and 5xxs with exponential backoff and throttles 150 ms between POSTs. Files over 40 MB raw are skipped with a too_large log entry. Never logs raw transcript content.
apply fetches a manifest from /api/code-sessions/manifests/<id>, re-runs the secret scan, and writes the bundled files to --dest. Existing files get a three-way merge via the section-aware markdown merger; new files are written directly. Refuses any path outside --dest (path-traversal guard).
dashclaw helpShow all commands and flags.
0 — healthy1 — warnings present, failures, or the instance was unreachableMIT.
FAQs
DashClaw terminal client — approve agent actions and diagnose your instance
The npm package @dashclaw/cli receives a total of 216 weekly downloads. As such, @dashclaw/cli popularity was classified as not popular.
We found that @dashclaw/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.