← Back to Skills Marketplace
240
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install test11jj
Description
Manage Trello boards, lists, and cards via the Trello REST API.
Usage Guidance
This skill's commands and required Trello credentials are consistent with a Trello integration, but verify who published it before installing. Check that the skill owner/slug in the registry matches the _meta.json and SKILL.md; mismatched metadata can indicate an incorrectly packaged or republished skill. Also note SKILL.md uses curl but curl isn't declared as a required binary — ensure curl is available in your environment. Only provide TRELLO_API_KEY and TRELLO_TOKEN if you trust the skill owner; prefer creating a token with limited scope or a disposable account, and be prepared to revoke the token if you see unexpected behavior. Finally, because this skill can be invoked by the agent, limit autonomous use or monitor actions that modify boards/cards until provenance is confirmed.
Capability Analysis
Type: OpenClaw Skill
Name: test11jj
Version: 1.0.0
The skill bundle provides standard documentation and command-line examples for interacting with the official Trello REST API (api.trello.com) using curl and jq. All actions described in SKILL.md are consistent with the stated purpose of managing Trello boards, lists, and cards, and there are no signs of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
The SKILL.md and declared required environment variables (TRELLO_API_KEY, TRELLO_TOKEN) match a Trello integration and are proportionate. However, there are packaging/metadata mismatches: the registry metadata at the top of the evaluation lists owner/slug/name values (owner id: kn7762t..., slug: test11jj, name: test) that do not match the included _meta.json (ownerId: kn70pyw..., slug: trello) nor the SKILL.md (name: trello). This provenance inconsistency could indicate a packaging error or repackaging by a different publisher and should be verified.
Instruction Scope
SKILL.md instructions are narrowly scoped to calling Trello REST endpoints and using jq to parse results; they only reference TRELLO_API_KEY and TRELLO_TOKEN. No instructions ask to read unrelated files or exfiltrate data. One practical mismatch: examples use curl extensively but curl is not listed under required binaries (only jq is declared).
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing is written to disk by an installer. That minimizes install-time risk.
Credentials
Only the Trello API key and token are required, which is appropriate for a Trello-management skill. The SKILL.md explicitly warns the token provides full access. No other unrelated secrets or config paths are requested.
Persistence & Privilege
always is false and the skill does not request elevated or always-on privileges. Autonomous model invocation is allowed (default) but this alone is expected and not a separate red flag here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install test11jj - After installation, invoke the skill by name or use
/test11jj - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the "trello" skill.
- Manage Trello boards, lists, and cards via the Trello REST API.
- Includes setup instructions for API key and token.
- Provides examples for listing boards, lists, and cards; creating, moving, commenting, and archiving cards.
- Requires environment variables TRELLO_API_KEY and TRELLO_TOKEN and the jq tool.
Metadata
Frequently Asked Questions
What is test?
Manage Trello boards, lists, and cards via the Trello REST API. It is an AI Agent Skill for Claude Code / OpenClaw, with 240 downloads so far.
How do I install test?
Run "/install test11jj" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is test free?
Yes, test is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does test support?
test is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created test?
It is built and maintained by hjcloud (@hjcloud); the current version is v1.0.0.
More Skills