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
4160Profile unavailable
General

LovTrip Meetup Planner

聚会规划助手 / Multi-Person Meetup Planner — 多人聚会地点推荐、时间协调、行程生成。当用户需要规划多人聚会、约会、找最优碰面地点时使用。

Registry SourceRecently Updated
3310Profile unavailable
Coding

office secretary

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

Registry SourceRecently Updated
1.3K0Profile unavailable
General

China Career Planner

AI时代职业规划师技能。专为AI时代职场变化而设计,帮助用户应对AI带来的职业冲击与机遇。当用户询问职业规划、职业建议、选专业、职场转型、未来就业方向时触发。功能包括:收集用户基本信息、霍兰德职业兴趣测评、职业价值观分析、AI时代职业影响评估(高危/中危/低危分级),并输出完整的个性化职业规划报告。关键词:职业规...

Registry SourceRecently Updated
4320Profile unavailable