← Back to Skills Marketplace
chaunceyliu

test1

by ChaunceyLiu · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
1410
Downloads
1
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install test1
Description
Manage Trello boards, lists, and cards via the Trello REST API.
Usage Guidance
This skill is internally consistent and does what it says: it runs curl commands against Trello using TRELLO_API_KEY and TRELLO_TOKEN and formats responses with jq. Before installing, ensure you trust whoever manages the agent because the provided token/key grant full Trello access (read/write) and the model could call the API when invoked. Use least-privilege tokens if possible (short-lived or limited-scope), store credentials securely, and revoke the token if you stop using the skill. Also ensure jq and curl are available on the host.
Capability Analysis
Type: OpenClaw Skill Name: Developer: Version: Description: OpenClaw Agent Skill The skill is designed to manage Trello boards, lists, and cards using the official Trello REST API. It uses `curl` to interact with `api.trello.com` and `jq` for JSON parsing. Authentication relies on `TRELLO_API_KEY` and `TRELLO_TOKEN` environment variables, which is standard for Trello API access. There is no evidence of data exfiltration to unauthorized endpoints, malicious execution, persistence mechanisms, or prompt injection attempts against the agent. All actions are clearly aligned with the stated purpose.
Capability Assessment
Purpose & Capability
Name/description align with requirements: only jq and TRELLO_API_KEY/TRELLO_TOKEN are requested, which are appropriate for calling the Trello REST API.
Instruction Scope
SKILL.md contains explicit curl commands targeting api.trello.com and only references the declared env vars; it does not instruct reading unrelated files or environment variables.
Install Mechanism
No install spec or external downloads — instruction-only skill that relies on existing curl/jq on the host, which is the lowest-risk install approach.
Credentials
Requested env vars are exactly TRELLO_API_KEY and TRELLO_TOKEN; both are necessary and proportionate for the described Trello operations.
Persistence & Privilege
The skill does not set disable-model-invocation or always: true, so the model could autonomously invoke these instructions if allowed by the platform; since the tokens grant full Trello access, users should be aware of potential automated API calls.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install test1
  3. After installation, invoke the skill by name or use /test1
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the Trello skill for Clawdbot. - Manage Trello boards, lists, and cards using the Trello REST API. - Provides setup instructions for API key and token. - Includes command examples for listing boards, lists, cards; creating, moving, archiving cards; and adding comments. - Notes on rate limits and API key/token security are provided.
Metadata
Slug test1
Version 1.0.0
License
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is test1?

Manage Trello boards, lists, and cards via the Trello REST API. It is an AI Agent Skill for Claude Code / OpenClaw, with 1410 downloads so far.

How do I install test1?

Run "/install test1" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is test1 free?

Yes, test1 is completely free (open-source). You can download, install and use it at no cost.

Which platforms does test1 support?

test1 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created test1?

It is built and maintained by ChaunceyLiu (@chaunceyliu); the current version is v1.0.0.

💬 Comments