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.
npx skills add dbhq-uk/trello-skill --skill due-radargit clone --depth 1 https://github.com/dbhq-uk/trello-skillWrote 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.
[](https://agentmods.dev/skills/dbhq-uk/trello-skill/due-radar)<a href="https://agentmods.dev/skills/dbhq-uk/trello-skill/due-radar"><img src="https://agentmods.dev/badge/skills/dbhq-uk/trello-skill/due-radar/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.
<a href="https://agentmods.dev/skills/dbhq-uk/trello-skill/due-radar"><img src="https://agentmods.dev/badge/skills/dbhq-uk/trello-skill/due-radar.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00056 | $0.00479 |
| Opus 5 | $0.00028 | $0.00239 |
| Sonnet 5 | $0.00011 | $0.00096 |
| Haiku 4.5 | $0.00006 | $0.00048 |
Grade A, and why
due-radar 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.
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 What it actually says
Due Radar - deadlines across your Trello boards
A cross-board triage view: every card with a due date, sorted by when it is due, with overdue items surfaced first. Answers "what needs my attention?" in one command. Built on the trello skill in this pack.
Prerequisites
- Credentials configured in
~/.trello/(run the trello skill's setup if not done) jq,curlinstalled
Usage
# Across every open board (upcoming window defaults to 14 days)
${CLAUDE_SKILL_DIR}/scripts/due-radar.sh all
# Look further ahead
${CLAUDE_SKILL_DIR}/scripts/due-radar.sh all 30
# One board only
${CLAUDE_SKILL_DIR}/../trello/scripts/trello-boards.sh find "<board name>"
${CLAUDE_SKILL_DIR}/scripts/due-radar.sh board <board-id> 14
All overdue cards are always shown; the day window only limits how far ahead upcoming items reach. Cards already marked complete are excluded.
Turning the radar into a briefing
- Overdue first, in plain terms - "Three cards are overdue, the oldest by nine days."
- Then the near horizon - what is due today and in the next few days.
- Group by board when it helps - if items span several boards, note where the pressure is concentrated.
- Offer to act - reschedule, mark complete, comment, or move cards via the
trelloskill - only after the user confirms.
Notes
- "all" scans each open board you can see, so on a very large account it makes one request per board. Use
board <id>to scope to one board when you only care about that. - Due dates and completion come straight from Trello; overdue means the due time has passed and the card is not marked complete.
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.
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.
- 9d ago First seen · 42 lines · 56 tokens per session scan A ef87dc4654a0
due-radar is a skill published in the GitHub repository dbhq-uk/trello-skill (2 stars, last pushed 3d ago), licensed MIT. It adds 56 tokens to every session and 479 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.
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…
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.
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…
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.
fizzy-product-manager
Product management knowledge for Fizzy Kanban boards — Kanban principles, API workflows, triage, hygiene, and reporting.
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.