← Back to Skills Marketplace
Trello
by
Peter Steinberger
· GitHub ↗
· v1.0.0
41227
Downloads
162
Stars
1348
Active Installs
1
Versions
Install in OpenClaw
/install trello
Description
Manage Trello boards, lists, and cards via the Trello REST API.
Usage Guidance
Use this only if you are comfortable giving the agent Trello API access. Keep the API key and token secret, review board/list/card IDs before POST or PUT commands, and revoke the token when it is no longer needed.
Capability Analysis
Type: OpenClaw Skill
Name: trello
Version: 1.0.0
The skill bundle is benign. It provides clear documentation and examples for managing Trello boards, lists, and cards using the official Trello REST API via `curl` commands. It explicitly requires `TRELLO_API_KEY` and `TRELLO_TOKEN` environment variables, which are used solely for authenticating with `api.trello.com`. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts against the agent beyond its stated purpose of interacting with Trello.
Capability Assessment
Purpose & Capability
The documented capabilities match the stated purpose of managing Trello boards, lists, and cards, including expected read operations and write operations such as create, move, comment, and archive.
Instruction Scope
The commands are explicit, user-run curl examples using Trello API placeholders; mutating actions are labeled by headings, though extra confirmation guidance before writes would improve safety.
Install Mechanism
The package contains only SKILL.md documentation, requires jq and Trello environment variables, and has no executable install script or hidden setup behavior.
Credentials
TRELLO_API_KEY and TRELLO_TOKEN are proportionate for a Trello integration and are disclosed, but the skill correctly notes that these credentials can provide full Trello account access.
Persistence & Privilege
No persistence, background worker, local credential storage, obfuscation, or unrelated privilege escalation is evidenced; authority comes from the user-provided Trello token.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install trello - After installation, invoke the skill by name or use
/trello - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Metadata
Frequently Asked Questions
What is Trello?
Manage Trello boards, lists, and cards via the Trello REST API. It is an AI Agent Skill for Claude Code / OpenClaw, with 41227 downloads so far.
How do I install Trello?
Run "/install trello" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Trello free?
Yes, Trello is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Trello support?
Trello is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Trello?
It is built and maintained by Peter Steinberger (@steipete); the current version is v1.0.0.
More Skills