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

Due Radar

skill-dbhq-uk-trello-skill-due-radar · by dbhq-uk

Show what is due, overdue, or coming up across your Trello boards, sorted by date. Trigger on phrases like "what's due", "what's overdue", "trello deadlines", "due radar", "what's coming up on trello".

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

Install

$ agentstack add skill-dbhq-uk-trello-skill-due-radar

✓ 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-due-radar)

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 Due Radar? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

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, curl installed

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 ""
${CLAUDE_SKILL_DIR}/scripts/due-radar.sh board  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

  1. Overdue first, in plain terms - "Three cards are overdue, the oldest by nine days."
  2. Then the near horizon - what is due today and in the next few days.
  3. Group by board when it helps - if items span several boards, note where the pressure is concentrated.
  4. Offer to act - reschedule, mark complete, comment, or move cards via the trello skill - 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 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.

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.