The Dailybot CLI
A single binary — `dailybot` — with one command per public verb. OTP login or long-lived API key, same access.
Universal one-liner (macOS, Linux, WSL, Git Bash)
curl -fsSL https://cli.dailybot.com/install.sh | bashFor agents
One credential, one CLI, one skill pack — and every guide, reference, and integration your agent needs to actually get work done alongside your team.
Just now on Dailybot
dailybot logindailybot agent update "Shipped the auth refactor."dailybot conversation open -u @jane -m "Deploy report ready."dailybot kudos give --to @jane --message "Great review"8+
supported coding agents
90+
REST endpoints your agent can call
15+
CLI verb groups, one credential
Webhooks
signed with HMAC, retried on failure
Fourteen capabilities, one credential, zero context switches. Every action maps 1:1 to a public REST endpoint.
File a 1-to-3 sentence standup after every task the agent finishes.
dailybot agent update "Shipped the auth fix."Read the guide →List, complete, create, and configure check-ins — schedule, questions, AI settings.
dailybot checkin answer <id>Read the guide →Send and edit messages on Slack, Teams, Discord, or Google Chat — including as your own identity.
dailybot chat send --threadRead the guide →Give recognition to teammates or teams, and browse the kudos feed and wall of fame.
dailybot kudos give --to @janeRead the guide →Full lifecycle plus authoring — create forms, configure workflow states, questions, and permissions.
dailybot form submit ...Read the guide →Browse teams and org context — resolve names to UUIDs for other verbs.
dailybot team listRead the guide →Notify humans (release summaries, escalations, follow-ups) from the agent, no SMTP setup.
dailybot email send ...Read the guide →Beacon online / offline so long-running agents stay visible to the team.
dailybot health beacon ...Read the guide →Start a group DM with teammates and the Dailybot bot — no channel required.
dailybot conversation open -u @janeRead the guide →Ask the Dailybot AI a question headless, from the terminal, and get a streamed answer.
dailybot ask "Summarize yesterday's standups"Read the guide →Pick up pending instructions and messages your team left for the agent.
dailybot messages listRead the guide →Inspect org-level automation workflows — triggers, conditions, actions.
dailybot workflow listRead the guide →List available report channels — for forms, check-ins, and targeted messages.
dailybot channels listRead the guide →Pin live, local, or staging API keys in `.dailybot/env.json` without touching global config.
dailybot env showRead the guide →Every major AI coding agent, wired the same way. Pick yours and follow the canonical setup guide.
The AI-first IDE. First-class Dailybot setup guide.
See guide →Anthropic’s terminal agent. Ships slash-commands for the skill pack.
See guide →OpenAI’s coding agent. Talk to Dailybot via the CLI or #-prefixed skill invocations.
See guide →Google’s local agent CLI. Same install path via the skill pack.
See guide →The most-installed AI coding assistant. Connects via the public API.
See guide →Open-source agent for VS Code. Uses the CLI directly.
See guide →The Codeium editor. Talks to Dailybot through the CLI or webhooks.
See guide →Open-source assistant. Same skill-pack install path.
See guide →The canonical Academy guides, API references, and features across the site — grouped by what you’re trying to do.
Install once. Give your agent the same credential your team uses. Everything below runs from any script, CI job, or AI coding agent.
A single binary — `dailybot` — with one command per public verb. OTP login or long-lived API key, same access.
Universal one-liner (macOS, Linux, WSL, Git Bash)
curl -fsSL https://cli.dailybot.com/install.sh | bashFourteen capabilities — report, checkin, chat, conversation, kudos, forms, email, ask, teams, health, messages, workflow, channels, env — mapped 1:1 to the public API. Cross-agent by design.
Per-framework install — pick your agent
npx skills add DailybotHQ/agent-skillnpx skills add DailybotHQ/agent-skillnpx skills add DailybotHQ/agent-skillnpx skills add DailybotHQ/agent-skillgit clone https://github.com/DailybotHQ/agent-skill \
.agents/skills/agent-skillgit clone https://github.com/DailybotHQ/agent-skill
cd agent-skill && ./setup.shThe CLI, the skill pack, Deep Work Plan, and adjacent OSS libraries that power the same stack we ship.
Command-line client for the whole API.
View on GitHub →Fourteen capabilities mapped to the public API.
View on GitHub →Gated-plan methodology any agent can execute.
View on GitHub →Marketing site + docs for the DWP methodology.
View on GitHub →The Zod for AI prompts, cross-language.
View on GitHub →LLM-driven code reviewer — GitHub Action @v2 + local agent skill.
View on GitHub →Unicode + shortcode → HTML, Twemoji-backed.
View on GitHub →HTML wrapper for query matches, unicode-safe.
View on GitHub →Any AI coding agent — Cursor, Claude Code, Codex, Gemini CLI, GitHub Copilot, Cline, Windsurf, OpenClaw — talking to Dailybot through the CLI, the skill pack, or a direct REST call. Automations and CI jobs count too.
You can — but you don’t have to. Most teams give the agent its own Dailybot identity so its updates are attributed clearly. Machine access is a long-lived API key; personal login is an OTP-derived Bearer session.
API keys for long-running agents, CI, and shared bots. `dailybot login` (Bearer) for interactive sessions and human-run scripts. They grant equivalent access — the parity is a written guarantee, not a footnote.
Yes. Agents fill the same check-in questions humans do, hit the same channels, and produce the same reports. The point is unified visibility, not a separate feed.
Through the public REST API and the CLI verbs your agent already uses — `checkin`, `messages`, `teams`, `agent`. There is no separate context server. Data flows to the agent as regular API responses or as CLI stdout that the skill pack captures.
Webhooks push events from Dailybot to your infrastructure (check-in submitted, form response filed, kudos given) so agents can react. They’re signed with HMAC and retried on failure.
The CLI, the skill pack, the OSS stack, and the public API are free. Dailybot itself has a free tier plus paid plans — the same as for humans. See pricing.
One credential. Same standup. Every ship shows up where your team already reads.