← 返回 Skills 市场
104
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tb
功能描述
连接和管理 Teambition(项目管理系统),通过 Teambition MCP 服务实现任务、项目、成员等数据查询和管理。当用户提到 Teambition、项目管理、任务管理等时使用此 skill。
安全使用建议
Before installing, ask the skill author two questions: (1) Why does the registry metadata require 'npx'? The SKILL.md never uses it — remove the requirement or explain its purpose. (2) What exactly is {baseDir}? Confirm whether config and token files are stored only inside a confined agent workspace (or a specific user home subfolder) and not arbitrary system paths. If you proceed, verify where the .teambition and .teambition-token files will be written, review their contents, and ensure tokens are stored securely (avoid plaintext tokens in world-readable locations). Also confirm what GetUsersMe does and how authentication is performed (scopes, expiration). These fixes/clarifications would move the skill toward 'benign'.
功能分析
Type: OpenClaw Skill
Name: tb
Version: 1.0.0
The skill manages Teambition integration via an MCP server and uses shell commands (echo, grep, cut) in SKILL.md to read and write configuration data and user IDs to local files. These instructions lack input sanitization, creating a potential shell injection vulnerability if the agent handles malicious user-provided URLs or IDs. Additionally, the skill requires 'npx' and manages authentication tokens in local files, which are high-risk capabilities that, while plausible for the stated purpose, require careful handling to prevent exploitation.
能力评估
Purpose & Capability
The skill claims to be a Teambition MCP connector and the SKILL.md describes appropriate API operations and config files. However the registry metadata declares a required binary 'npx' while the SKILL.md never references npx or any npx-based install/runtime. That mismatch is unexplained and unnecessary for the stated purpose.
Instruction Scope
Runtime instructions tell the agent to read and write files named {baseDir}/.teambition and {baseDir}/.teambition-token and to call tools like GetUsersMe. Reading/writing a config file is reasonable for this skill, but {baseDir} is not defined (could map to agent workspace, user home, or anywhere), creating ambiguity about what filesystem paths will be accessed. The instructions also show shell commands (cat/grep/echo) which would run on the host if the agent executes them — expected, but path ambiguity increases risk.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing will be downloaded or written by an installer. That minimizes install-time risk.
Credentials
The skill declares no required environment variables or credentials, which is proportionate. It does instruct persisting a 'token' file optionally; storing authentication tokens on disk is reasonable for a connector but the skill provides no guidance on secure storage, encryption, or required token scope — users should verify where the token will be written and how it's protected.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges. It does intend to persist configuration and (optionally) an auth token to a config file in {baseDir}, which is normal for a connector, but again the target path is ambiguous.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tb - 安装完成后,直接呼叫该 Skill 的名称或使用
/tb触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Teambition 是什么?
连接和管理 Teambition(项目管理系统),通过 Teambition MCP 服务实现任务、项目、成员等数据查询和管理。当用户提到 Teambition、项目管理、任务管理等时使用此 skill。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 104 次。
如何安装 Teambition?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tb」即可一键安装,无需额外配置。
Teambition 是免费的吗?
是的,Teambition 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Teambition 支持哪些平台?
Teambition 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Teambition?
由 Rainco(@jeandoom)开发并维护,当前版本 v1.0.0。
推荐 Skills