Install
$ agentstack add skill-dbhq-uk-trello-skill-due-radar ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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,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 ""
${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
- 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
boardto 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.
- Author: dbhq-uk
- Source: dbhq-uk/trello-skill
- License: MIT
- Homepage: https://dbhq.uk
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.