← 返回 Skills 市场
185
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install testjeff
功能描述
Manage Trello boards, lists, and cards via the Trello REST API.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install testjeff - 安装完成后,直接呼叫该 Skill 的名称或使用
/testjeff触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
test 是什么?
Manage Trello boards, lists, and cards via the Trello REST API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 185 次。
如何安装 test?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install testjeff」即可一键安装,无需额外配置。
test 是免费的吗?
是的,test 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
test 支持哪些平台?
test 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 test?
由 hjcloud(@hjcloud)开发并维护,当前版本 v1.0.0。
推荐 Skills