โ† Back to Skills Marketplace
tomas-mikula

Trello Planner

by Tomas Mikula ยท GitHub โ†— ยท v1.0.8 ยท MIT-0
cross-platform โœ“ Security Clean
373
Downloads
0
Stars
1
Active Installs
9
Versions
Install in OpenClaw
/install trello-planner
Description
Read-only Trello planner using official Boards API. ๐Ÿง  AI PLANNING: Task prioritization, sprint capacity, board optimization ๐Ÿ“Š ANALYSIS: Lists/cards/members...
Usage Guidance
This skill appears to do exactly what it says: read-only Trello analysis using your TRELLO_API_KEY and a read-scoped TRELLO_TOKEN. Before installing: (1) Generate a read-only token (scope=read) and verify you are comfortable granting the skill read access to boards. (2) Confirm your platform injects the credentials correctly (the code expects runtime params.auth.apiKey and .token). (3) Note minor implementation issues: the SKILL.md mentions a 12s timeout that isn't implemented, and there's a version string mismatch โ€” these are quality issues you may want the author to fix. (4) If you are concerned about tokens, use a token with minimal scope and rotate it if you stop using the skill.
Capability Analysis
Type: OpenClaw Skill Name: trello-planner Version: 1.0.8 The skill is a read-only Trello board analyzer that strictly adheres to its stated purpose. It includes a security check (assertTrelloDomain in skill.js) to ensure API keys and tokens are only sent to the official Trello domain (api.trello.com), and it contains no evidence of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
โœ“ Purpose & Capability
Name/description ask for read-only Trello board analysis and the code, SKILL.md, and required env vars (TRELLO_API_KEY, TRELLO_TOKEN) all align with that purpose. No unrelated services, binaries, or config paths are requested.
โ„น Instruction Scope
Runtime instructions and skill.js stick to reading Trello endpoints and avoid file I/O or token logging. Minor documentation/implementation mismatches: SKILL.md claims a 12s timeout but skill.js does not implement a request timeout; returned metadata.version in skill.js is '1.3.0' while package.json/registry show 1.0.8. These are quality issues, not signs of exfiltration.
โœ“ Install Mechanism
No install spec or external downloads; this is instruction+code only. package.json and node engine requirements are reasonable for a Node skill; there is no URL-based installation or archive extraction.
โœ“ Credentials
Only Trello credentials are required (API key + token) which matches the stated read-only functionality. The code expects credentials provided via runtime params rather than reading process.env directly; no other secrets are requested.
โœ“ Persistence & Privilege
always is false, the skill does not claim or attempt to persist tokens or modify other skills, and it does not request elevated system presence.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install trello-planner
  3. After installation, invoke the skill by name or use /trello-planner
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.8
- Version update only; no functional or documentation changes. - Internal version bump from 1.0.7 to 1.0.8 for release tracking.
v1.0.7
- Set TRELLO_TOKEN as the primary credential for improved authentication handling. - Updated metadata to make TRELLO_TOKEN the main required environment variable. - No code or functional changes.
v1.0.6
- Version bump to 1.0.6 (from 1.0.5) reflected in SKILL.md - No code or configuration changes detected - Documentation now references latest version throughout
v1.0.5
- Version bump to 1.0.5 with updated documentation footer. - No functional or file changes. - ClawHub version updated in SKILL.md header/footer.
v1.0.4
**Minor update enhancing environment variable and metadata clarity.** - Added explicit env requirements (TRELLO_API_KEY, TRELLO_TOKEN) and "install" fields in the manifest. - Introduced structured metadata for improved compatibility with automation/marketplaces. - No functionality or endpoint changes. - Documentation formatting and metadata improved for clarity.
v1.0.3
**v1.0.3 ClawHub Fixes & Enhancements** - Updated documentation to specify only official read-only Trello Boards API endpoints. - Added verified endpoint matrix and sample outputs for clarity. - Improved setup instructions and error handling guidance. - Clearly defined required environment variables with setup links. - Added slash command triggers and additional tags/categories. - Enhanced security and caching recommendations; confirmed registry metadata alignment.
v1.0.2
Trello Planner v1.0.2 (ClawHub Fixes) - Fixed logic bug affecting closed card filtering - Updated registry metadata: all required env vars and binaries now declared - Ensured compatibility with official Trello Boards API (read-only) - Improved health scoring and planner insights output
v1.0.1
No user-visible changes in this version. - Internal update; no file changes detected. - Functionality and features remain the same as the previous release.
v1.0.0
Initial release of Trello Plannerโ€”read-only productivity tool using Trello's official Boards API. - Provides AI-powered task prioritization, sprint capacity estimation, and board optimization. - Supports analysis of lists, cards, and members from Trello boards. - Enables search for overdue tasks, assignees, and labels across boards. - Read-only: requires TRELLO_API_KEY and TRELLO_TOKEN with read scope. - User-invocable with slash commands `/trello-plan` and `/trello-optimize`.
Metadata
Slug trello-planner
Version 1.0.8
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 9
Frequently Asked Questions

What is Trello Planner?

Read-only Trello planner using official Boards API. ๐Ÿง  AI PLANNING: Task prioritization, sprint capacity, board optimization ๐Ÿ“Š ANALYSIS: Lists/cards/members... It is an AI Agent Skill for Claude Code / OpenClaw, with 373 downloads so far.

How do I install Trello Planner?

Run "/install trello-planner" in the OpenClaw or Claude Code chat to install it in one step โ€” no extra setup required.

Is Trello Planner free?

Yes, Trello Planner is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Trello Planner support?

Trello Planner is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Trello Planner?

It is built and maintained by Tomas Mikula (@tomas-mikula); the current version is v1.0.8.

๐Ÿ’ฌ Comments