board-digest

board-digest is a skill for Claude Code from dbhq-uk/trello-skill. It costs 65 tokens per session (627 once invoked), scanned A, original, MIT.

A plain-English status report for a Trello board. It shows the cards in each list, items that are due or overdue, and recent changes such as cards being moved or commented on.

In plain words
What is it for?
Use it to summarize a board's current work, deadlines, and recent activity. It can focus on a recent activity window such as the last seven or fourteen days.
Why use it?
It turns a scattered board into a quick update for a stand-up meeting, weekly review, or catch-up after time away.

Skill for Claude Code

Written for Claude Code: ${CLAUDE_SKILL_DIR} variable.

Part of the trello plugin — 5 skills shipped together

Good fit Use it to summarize a board's current work, deadlines, and recent activity. It can focus on a recent activity window such as the last seven or fourteen days.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dbhq-uk/trello-skill/board-digest
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.

Any agent
npx skills add dbhq-uk/trello-skill --skill board-digest
Clone the repo
git clone --depth 1 https://github.com/dbhq-uk/trello-skill

Made for: Claude Code.

Or install trello, the plugin that ships this one along with the rest of its 5 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for board-digest

README.md
[![agentmods](https://agentmods.dev/badge/skills/dbhq-uk/trello-skill/board-digest/github.svg)](https://agentmods.dev/skills/dbhq-uk/trello-skill/board-digest)
Your own site
<a href="https://agentmods.dev/skills/dbhq-uk/trello-skill/board-digest"><img src="https://agentmods.dev/badge/skills/dbhq-uk/trello-skill/board-digest/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for board-digest

Your own site · 80×15
<a href="https://agentmods.dev/skills/dbhq-uk/trello-skill/board-digest"><img src="https://agentmods.dev/badge/skills/dbhq-uk/trello-skill/board-digest.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 65 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 627 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00065 $0.00627
Opus 5 $0.00032 $0.00313
Sonnet 5 $0.00013 $0.00125
Haiku 4.5 $0.00006 $0.00063

Measured 9d ago against content hash 2c362cf8b979, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

board-digest scanned grade A with 1 finding 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 9d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/board-digest.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.

Makes network callslowCapability

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

- `jq`, `curl` installed
skills/board-digest/SKILL.md · 52 lines

How it starts

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

Board Digest - a status snapshot of a Trello board

Turns a Trello board into a readable status update: what is in each list, what is due or overdue, and what has moved recently. Ideal for a standup, a weekly review, or catching up after time away. Built on the trello skill in this pack.

Prerequisites

  • Credentials configured in ~/.trello/ (run the trello skill's setup if not done)
  • jq, curl installed

Usage

Resolve the board id if you only have a name, then run the digest:

# Find the board
${CLAUDE_SKILL_DIR}/../trello/scripts/trello-boards.sh find "<board name>"

# Status snapshot (recent-activity window defaults to 7 days)
${CLAUDE_SKILL_DIR}/scripts/board-digest.sh digest <board-id>

# Widen the activity window to, say, 14 days
${CLAUDE_SKILL_DIR}/scripts/board-digest.sh digest <board-id> 14

The script prints four parts: a header with the open-card count, a per-list breakdown, a due-and-overdue section, and recent activity (created, moved, commented).

Turning the snapshot into a digest

The script gives you the raw structure. Add value on top:

  1. Lead with the headline - overdue items and anything due in the next three days come first. If something is overdue, say so plainly.
  2. Summarise, don't just list - "Backlog is growing (18 cards), three items moved to Done this week, two cards are overdue."
  3. Flag blockers - cards that have not moved in a long time, or lists that are piling up.
  4. Keep it scannable - short lines, grouped by list or by theme, no filler.

Workflow: standup or weekly review

  1. Resolve the board id (trello-boards.sh find)
  2. Run board-digest.sh digest <board-id> [days]
  3. Write a short digest: headline (due/overdue), what moved, where the pressure is, and one or two suggested next actions
  4. Offer to act on any of it (create, move, or comment on cards via the trello skill) - but only after the user confirms

Notes

  • Recent activity uses the Trello actions feed, which surfaces card creation, moves between lists, comments, and updates within the chosen window.
  • Due-date detection ignores cards already marked complete, and highlights anything due within three days as "due soon".

Read the full file on GitHub · 52 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 9d ago First seen · 52 lines · 65 tokens per session scan A 2c362cf8b979

Subscribe to this mod's changes

board-digest is a skill published in the GitHub repository dbhq-uk/trello-skill (2 stars, last pushed 3d ago), licensed MIT. It adds 65 tokens to every session and 627 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

kanban-tui

Comprehensive kanban board and task management via ktui CLI. Use for project tracking, todo lists, task dependencies, workflow automation, and board management. Activates when user mentions boards, tasks, kanban, or project management. If the ktui command is not available, but uv is available utilize uvx kanban-tui…

Zaloog/kanban-tui · 80 tokens

fizzy-tasks

Fetch open Fizzy cards assigned to the user, open bugs, and unassigned tasks. Presents a prioritised digest with deep links. Use when user says "fizzy tasks", "my fizzy cards", "what are my open tasks in fizzy", "fizzy action items", "bugs in fizzy", "show my tasks", or wants a digest of current Fizzy workload.

Rijul1204/rashedul-agentic-engineering · 87 tokens

fizzy-write

Create cards, create boards, update cards, close/reopen cards, add comments, assign users, or move cards to a column in Fizzy. Use when user says "create card", "create board", "add task to fizzy", "close fizzy card", "comment on fizzy card", "assign fizzy card", "move card to column", or anything involving writing to…

Rijul1204/rashedul-agentic-engineering · 90 tokens

fizzy-board-monitor

Show an on-demand Kanban overview of a Fizzy board — cards grouped by column with counts. Default board is the QA board. Use when user says "show fizzy board", "fizzy board overview", "list fizzy cards", "what's on the board", "show [board name] board", or wants to see the current state of any Fizzy board.

Rijul1204/rashedul-agentic-engineering · 84 tokens

fizzy-product-manager

Product management knowledge for Fizzy Kanban boards — Kanban principles, API workflows, triage, hygiene, and reporting.

Rijul1204/rashedul-agentic-engineering · 30 tokens

ticket-takeaway

Ticket Takeaway dashboard — track features from ideation to release. Generate visual dashboard, update item status in real-time, review completed features, add new items. Cross-project.

ytubecoder/ticket-takeaway · 40 tokens