← Back to Skills Marketplace
byungkyu

Trello

by byungkyu · GitHub ↗ · v1.2.0 · MIT-0
cross-platform ✓ Security Clean
18004
Downloads
7
Stars
0
Active Installs
9
Versions
Install in OpenClaw
/install trello-api
Description
Trello API integration with managed OAuth. Manage boards, lists, cards, members, and labels. Use this skill when users want to interact with Trello for project management. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Calls run through the `maton` CLI with OAuth login; default to read and list calls, and confirm every write or new connection with the user.
Usage Guidance
Install only if you are comfortable authorizing Maton to broker access to your Trello account. Review write operations carefully before approving them, especially deletes, bulk moves, membership changes, comments, and label or board updates. Prefer OAuth over API keys and revoke unused Trello connections when finished.
Capability Assessment
Credentials
The skill requires shell and network access to call Maton and Trello, which is proportionate for an API integration; the raw HTTP fallback is scoped to situations where the CLI cannot be installed and includes credential-handling cautions.
Install Mechanism
Installation uses the external Maton CLI via npm or Homebrew, with optional SDK packages; this is disclosed and coherent with the integration, but users are trusting the Maton tooling and gateway.
Instruction Scope
The instructions tell the agent to default to read/list calls, verify identifiers first, specify connections when ambiguous, treat API content as untrusted, and obtain explicit user approval before connection creation or any POST, PUT, PATCH, or DELETE operation.
Persistence & Privilege
OAuth tokens or API keys are stored through Maton using the OS credential store and a config profile, which is persistent credential use, but it is clearly disclosed and the skill explicitly forbids reading, printing, exporting, or logging secrets.
Purpose & Capability
The stated purpose is Trello project-management access, and the documented capabilities cover expected Trello resources such as boards, lists, cards, checklists, labels, members, comments, search, and deletes.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install trello-api
  3. After installation, invoke the skill by name or use /trello-api
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.0
CLI-first rewrite with the Maton SDK examples; clarify that the CLI and SDKs keep separate credential stores, and reword webhook egress warnings
v1.1.0
CLI-first rewrite: the maton CLI with OAuth login is the documented path, every example is a maton command, SDK examples added, and the raw HTTP fallback feeds the key on stdin instead of reading it from the environment
v1.0.6
- Removed the sample skill card file (skill-card.md). - No changes to core functionality or APIs. - Documentation and user instructions remain unchanged.
v1.0.5
Version 1.0.5 introduces improved CLI integration and updated usage instructions for Trello API management. - Added CLI usage examples for all major actions (boards, lists, cards, members) using the Maton CLI. - Expanded installation and authentication sections to cover NPM and Homebrew installation and new login options. - Standardized connection management instructions with CLI equivalents for listing, creating, viewing, and deleting Trello connections. - Enhanced API reference with CLI command examples for each endpoint, making skill usage clearer for both programmatic and command-line users. - General documentation cleanup for clarity and usability; no underlying API or file changes detected.
v1.0.4
- Switched all Trello API and connection endpoints from gateway.maton.ai and ctrl.maton.ai to api.maton.ai. - Updated code samples and documentation for the new api.maton.ai base URL. - Clarified connection management steps and emphasized use of the Maton-Connection header when multiple Trello connections are present. - Added a Security & Permissions section noting all write operations require user approval. - Removed the LICENSE.txt file.
v1.0.3
- Added clawdbot metadata with emoji and required environment variable details to SKILL.md. - No functional or code changes; documentation and metadata update only.
v1.0.2
Version 1.0.2 of the Trello API skill - No file changes detected; documentation and core behavior remain unchanged. - All features and usage instructions are consistent with the previous release. - No new functionality or bug fixes included in this version.
v1.0.1
- Added a note in the description pointing users to the api-gateway skill for other third-party apps. - Replaced all curl command examples with Python code snippets for easier scripting and automation. - Updated authentication instruction examples to use Python format. - No changes to API endpoints or features.
v1.0.0
Trello skill v1.0.0 changelog: - Major update: Migrated to managed OAuth via the Maton API Gateway for Trello access. - Expanded documentation: Detailed instructions on authentication, connection management, and API usage. - Added support for managing boards, lists, cards, labels, checklists, and members through unified endpoints. - Examples provided for all core API actions and connection workflows. - Users must now use a Maton API key (not Trello tokens) and can manage Trello OAuth connections via Maton control panel.
Metadata
Slug trello-api
Version 1.2.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 9
Frequently Asked Questions

What is Trello?

Trello API integration with managed OAuth. Manage boards, lists, cards, members, and labels. Use this skill when users want to interact with Trello for project management. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Calls run through the `maton` CLI with OAuth login; default to read and list calls, and confirm every write or new connection with the user. It is an AI Agent Skill for Claude Code / OpenClaw, with 18004 downloads so far.

How do I install Trello?

Run "/install trello-api" 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, licensed under MIT-0. 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 byungkyu (@byungkyu); the current version is v1.2.0.

💬 Comments