← 返回 Skills 市场
chaunceyliu

test1

作者 ChaunceyLiu · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1410
总下载
1
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install test1
功能描述
Manage Trello boards, lists, and cards via the Trello REST API.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install test1
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /test1 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug test1
版本 1.0.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

test1 是什么?

Manage Trello boards, lists, and cards via the Trello REST API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1410 次。

如何安装 test1?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install test1」即可一键安装,无需额外配置。

test1 是免费的吗?

是的,test1 完全免费(开源免费),可自由下载、安装和使用。

test1 支持哪些平台?

test1 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 test1?

由 ChaunceyLiu(@chaunceyliu)开发并维护,当前版本 v1.0.0。

💬 留言讨论