← 返回 Skills 市场
Trello Planner
作者
Tomas Mikula
· GitHub ↗
· v1.0.8
· MIT-0
373
总下载
0
收藏
1
当前安装
9
版本数
在 OpenClaw 中安装
/install trello-planner
功能描述
Read-only Trello planner using official Boards API. 🧠 AI PLANNING: Task prioritization, sprint capacity, board optimization 📊 ANALYSIS: Lists/cards/members...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install trello-planner - 安装完成后,直接呼叫该 Skill 的名称或使用
/trello-planner触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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`.
元数据
常见问题
Trello Planner 是什么?
Read-only Trello planner using official Boards API. 🧠 AI PLANNING: Task prioritization, sprint capacity, board optimization 📊 ANALYSIS: Lists/cards/members... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 373 次。
如何安装 Trello Planner?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install trello-planner」即可一键安装,无需额外配置。
Trello Planner 是免费的吗?
是的,Trello Planner 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Trello Planner 支持哪些平台?
Trello Planner 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Trello Planner?
由 Tomas Mikula(@tomas-mikula)开发并维护,当前版本 v1.0.8。
推荐 Skills