AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Board Digest

skill-dbhq-uk-trello-skill-board-digest · by dbhq-uk

Produce a plain-English status digest of a Trello board - lists and their cards, what is due or overdue, and what moved recently. Trigger on phrases like "board status", "trello standup", "what's happening on the board", "board digest", "summarise my board".

No reviews yet
0 installs
16 views
0.0% view→install

Install

$ agentstack add skill-dbhq-uk-trello-skill-board-digest

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access Used
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-dbhq-uk-trello-skill-board-digest)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
20d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Board Digest? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

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 ""

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

# Widen the activity window to, say, 14 days
${CLAUDE_SKILL_DIR}/scripts/board-digest.sh digest  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 [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".

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.