trello_planner

Read-only Trello planner using official Boards API. ๐Ÿง  AI PLANNING: Task prioritization, sprint capacity, board optimization ๐Ÿ“Š ANALYSIS: Lists/cards/members from /boards/{id}/* endpoints ๐Ÿ” SEARCH: Overdue, assignees, labels across boards REQUIRES: TRELLO_API_KEY + TRELLO_TOKEN (read scope) ENDPOINTS: /1/boards/{id}/lists, /cards, /members (official spec)

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "trello_planner" with this command: npx skills add tomas-mikula/trello-planner

Trello Planner - Official Boards API

https://developer.atlassian.com/cloud/trello/rest/api-group-boards/

๐Ÿ›  Setup (Read-Only Token)

1. https://trello.com/app-key โ†’ API Key
2. https://trello.com/1/authorize?key=[YOUR_KEY]&name=TrelloPlanner&scope=read&expiration=never โ†’ Token  
3. Test: https://api.trello.com/1/members/me/boards?key=[KEY]&token=[TOKEN]

Verified Endpoints (Boards Group)

EndpointPurposeParamsDocs
GET /1/members/me/boardsUser boardsfields=name,id[Membersโ†’Boards]
GET /1/boards/{id}/listsLists on boardfields=name,id,closed[Boards API]
GET /1/boards/{id}/cardsAll cardsfields=name,due,idList,closed[Boards API]
GET /1/boards/{id}/membersTeam membersfields=username,fullName[Boards API]
GET /1/searchOverdue cardsquery="due:<now"[Search API]

๐Ÿš€ Example Usage & Output

Query: /trello-plan Engineering

{
  "status": "success",
  "data": {
    "board_name": "Engineering Sprint 42",
    "cards_open": 18,
    "overdue_count": 2,
    "planner_insights": ["๐Ÿšจ PRIORITY: Fix login (overdue 2d)", "โš–๏ธ Review overloaded (8 cards)"],
    "health_score": "๐ŸŸก Needs attention"
  }
}

Do's & Don'ts

โœ… DO:

  • Parallel /boards/{id}/lists+cards+members
  • fields= param limiting
  • Cache 30min (boards stable)

โŒ DON'T:

  • Write endpoints (POST/PUT/DELETE)
  • Full card fields (attachments slow)
  • Log tokens (security)

๐Ÿงช Test Cases (Verified Post-Fix)

TestExpected
No tokenerror_type: "auth" + setup URLs
Closed cardsProperly excluded from openCards
Large boardslimit=100 safe
Rate limiterror_type: "rate_limit"

๐Ÿ“ˆ Metrics Explained

  • Health Score: overdue/open <15% = ๐ŸŸข
  • Planner Insights: Top overdue + balance suggestions
  • Capacity: members vs open cards ratio

๐Ÿ”’ Security (ClawHub Approved)

โœ… read scope ONLY
โœ… api.trello.com exclusively  
โœ… No persistence/file I/O
โœ… No token logging/output
โœ… 12s timeout
โœ… package.json registry aligned

ClawHub v1.0.8 | tomas-mikula | FrontendAccelerator.com

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

LovTrip AI Travel Planner

AI ่กŒ็จ‹่ง„ๅˆ’ / AI Travel Itinerary Planner โ€” ๆ™บ่ƒฝ็”Ÿๆˆๅคšๆ—ฅๆ—…่กŒ่กŒ็จ‹๏ผŒๆ”ฏๆŒๆ™ฏ็‚นๆœ็ดขใ€้ข„็ฎ—่ฎก็ฎ—ใ€้…’ๅบ—่ˆช็ญใ€‚ๅฝ“็”จๆˆท้œ€่ฆๆ—…่กŒ่ง„ๅˆ’ใ€็”Ÿๆˆ่กŒ็จ‹ใ€ๆœ็ดขๆ™ฏ็‚น้…’ๅบ—่ˆช็ญๆ—ถไฝฟ็”จใ€‚

Registry SourceRecently Updated
1230Profile unavailable
General

LovTrip Meetup Planner

่šไผš่ง„ๅˆ’ๅŠฉๆ‰‹ / Multi-Person Meetup Planner โ€” ๅคšไบบ่šไผšๅœฐ็‚นๆŽจ่ใ€ๆ—ถ้—ดๅ่ฐƒใ€่กŒ็จ‹็”Ÿๆˆใ€‚ๅฝ“็”จๆˆท้œ€่ฆ่ง„ๅˆ’ๅคšไบบ่šไผšใ€็บฆไผšใ€ๆ‰พๆœ€ไผ˜็ขฐ้ขๅœฐ็‚นๆ—ถไฝฟ็”จใ€‚

Registry SourceRecently Updated
1100Profile unavailable
Coding

office secretary

A digital administrative assistant for Microsoft 365 (Outlook & OneDrive).

Registry SourceRecently Updated
8190Profile unavailable
General

ADHD Founder Planner

This skill should be used when the user asks to 'plan my day', 'help me plan today', 'morning planning', 'what should I work on today', 'daily planner', 'evening reflection', 'reflect on my day', 'migrate tasks', 'carry tasks forward', 'rapid log', 'brain dump my tasks', or mentions ADHD-friendly planning, time-blindness, swim lanes, energy-based task management, bullet journal for ADHD, or dopamine menu. Provides a BuJo-style daily planning system with swim lanes, migration, reflection, and dopamine rewards. Part of the ADHD-founder.com ecosystem.

Registry SourceRecently Updated
1.6K11Profile unavailable