← Back to Skills Marketplace
Trello
by
Peter Steinberger
· GitHub ↗
· v1.0.0
43435
Downloads
164
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install trello
Description
Manage Trello boards, lists, and cards via the Trello REST API.
Usage Guidance
Install only if you are comfortable letting the agent use your Trello API key and token. Review board, list, and card IDs before running POST or PUT commands, keep the token secret, and revoke it when you no longer need the skill.
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 read and write operations match the stated purpose of managing Trello boards, lists, and cards.
Instruction Scope
Commands are explicit curl examples with labeled sections, including create, move, comment, and archive actions; stronger confirmation guidance before mutating commands would be helpful but the behavior is not hidden.
Install Mechanism
The bundle contains only a markdown skill file, requires jq plus Trello environment variables, and shows no executable installer or hidden setup behavior.
Credentials
Use of TRELLO_API_KEY and TRELLO_TOKEN is proportionate for a Trello integration and is disclosed, but those credentials may grant broad Trello account access.
Persistence & Privilege
No persistence, background workers, local credential harvesting, obfuscation, privilege escalation, or unrelated file access is evidenced.
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 43435 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