← Back to Skills Marketplace
hjcloud

test

by hjcloud · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
185
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install testjeff
Description
Manage Trello boards, lists, and cards via the Trello REST API.
Usage Guidance
This skill appears to do what it says: run curl against Trello using your TRELLO_API_KEY and TRELLO_TOKEN. Before installing: (1) remember these credentials grant full Trello access—only provide tokens you trust the agent with and consider creating limited/expiring tokens where possible; (2) verify you have curl and jq available (SKILL.md uses curl but only jq is listed as a required binary); (3) the package metadata shows inconsistent names/owner IDs—if provenance matters to you, confirm the publisher/slug before trusting the skill; (4) if you do not want the agent to make API calls autonomously, disable autonomous invocation or avoid setting long-lived tokens. Revoke the token if you stop using the skill.
Capability Analysis
Type: OpenClaw Skill Name: testjeff Version: 1.0.0 The skill bundle provides standard functionality for managing Trello boards and cards using the official Trello REST API (api.trello.com). All commands in SKILL.md are transparent curl requests that align with the stated purpose, and authentication is handled via standard environment variables (TRELLO_API_KEY, TRELLO_TOKEN) without any signs of exfiltration or malicious intent.
Capability Assessment
Purpose & Capability
Function (manage Trello via REST) matches the required env vars (TRELLO_API_KEY, TRELLO_TOKEN) and the documented curl calls. Minor inconsistencies: top-level registry metadata lists this skill as 'test' / slug 'testjeff' while SKILL.md and _meta.json identify it as 'trello'; _meta.json ownerId differs from the registry ownerId. These look like packaging/name mismatches, not functional mismatches.
Instruction Scope
SKILL.md explicitly instructs only to run curl against api.trello.com and to use jq to filter results. It only reads the declared environment variables (TRELLO_API_KEY, TRELLO_TOKEN) and does not reference other system paths or external endpoints.
Install Mechanism
No install spec; instruction-only skill (no files executed/written). This is the lowest-risk install model.
Credentials
Only two environment variables are required (TRELLO_API_KEY and TRELLO_TOKEN) which are appropriate for Trello API access. The SKILL.md warns that the key/token provide full access. No unrelated secrets are requested.
Persistence & Privilege
always is false and the skill is user-invocable; autonomous invocation is allowed by default (normal for skills) but there is no request for persistent agent-wide privileges or modifications to other skills.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install testjeff
  3. After installation, invoke the skill by name or use /testjeff
  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. - Enables management of Trello boards, lists, and cards via the Trello REST API. - Provides commands for listing boards, lists, and cards, creating and moving cards, adding comments, and archiving cards. - Requires TRELLO_API_KEY and TRELLO_TOKEN environment variables. - Includes setup instructions and practical usage examples.
Metadata
Slug testjeff
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
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 185 downloads so far.

How do I install test?

Run "/install testjeff" 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.

💬 Comments