dailybot

dailybot is a skill for Claude Code, Codex from DailybotHQ/deepworkplan-skill. It costs 287 tokens per session (6,241 once invoked), scanned C, original, MIT.

A Dailybot integration skill that connects a coding agent with a team through Dailybot, a service for progress updates, messages, check-ins, forms, and recognition. It includes setup and authentication instructions for the Dailybot command-line tool.

In plain words
What is it for?
Use it to report progress, check messages, send emails, announce status, complete check-ins, give kudos, and manage team forms.
Why use it?
It keeps people informed about the agent's work and lets the team send instructions back through an existing workplace tool.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/dailybothq/deepworkplan-skill/dailybot
Any agent
npx skills add DailybotHQ/deepworkplan-skill --skill dailybot
Clone the repo
git clone --depth 1 https://github.com/DailybotHQ/deepworkplan-skill

Made for: Claude Code, Codex.

Per session 287 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,241 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00287 $0.06241
Opus 5 $0.00143 $0.03121
Sonnet 5 $0.00057 $0.01248
Haiku 4.5 $0.00029 $0.00624

Measured 3d ago against content hash 4bd8108dd530, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade C, and why

dailybot scanned grade C with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (shared/context.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

| Universal installer (Linux / macOS / WSL2 / Git Bash) | `curl -fsSL https://cli.dailybot.com/install.sh \| bash` |

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

metadata: {"openclaw":{"emoji":"📡","homepage":"https://dailybot.com","requires":{"anyBins":["dailybot","curl"]},"primaryEnv":"DAILYBOT_API_KEY","install":[{"id":"cli-install-script","kind":"download","url":"https://cli.
.agents/skills/dailybot/SKILL.md · 355 lines

How it starts

The opening of the file, as written. The whole thing — 355 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Dailybot — Official Agent Skill

The official Dailybot skill pack, built and maintained by the team at Dailybot. It connects AI coding agents to their human team through Dailybot's first-party API — your team sees what the agent accomplished, can send instructions back, and stays coordinated across humans and agents in the same workspace.

This is the canonical, first-party integration. Source of truth: https://github.com/DailybotHQ/agent-skill. License: MIT.

Start here (first run)

This skill is a self-sufficient entry point: whether you arrive from the web (https://www.dailybot.com/skill.md) or simply install this skill from a registry, the setup is the same — and it lives here, in the shipped files, so no network fetch is required to know what to do. Run first-run setup in order:

  1. Install the Dailybot CLI (with consent). This skill is the prompt layer; the dailybot CLI is the integration surface. If it is missing, follow shared/auth.md — it proposes the checksum-verified installer and installs only after the developer confirms. Confirm with dailybot --version (minimum >= 3.7.0 — the skill-pack baseline for every sub-skill).
  2. Authenticate. dailybot login (email OTP) or set DAILYBOT_API_KEY — see shared/auth.md. Credentials are stored owner-only (0600) and masked in all output.
  3. Turn on autonomous reporting (opt-in). So reporting fires without invoking the skill each session, offer the auto-activation trigger and the dailybot hook lifecycle enforcement in report/SKILL.md Step 0 / Step 0b. Both are shown to the developer verbatim and written only on consent, each with an uninstall marker.
  4. Make reporting proactive for this repo. Commit a .dailybot/profile.json with a report block. For research/docs-heavy repos, set "mode": "continuous" so non-commit work (research, analysis, design docs, plans) is nudged sooner — see report/hooks.md § Per-repo controls.

Read the full file on GitHub · 355 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 355 lines · 287 tokens per session scan C 4bd8108dd530

Subscribe to this mod's changes

dailybot is a skill published in the GitHub repository DailybotHQ/deepworkplan-skill (20 stars, last pushed 1mo ago), licensed MIT. It adds 287 tokens to every session and 6,241 once invoked, about $0.0014 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.