← 返回 Skills 市场
teambition
作者
wengjianmin19850412
· GitHub ↗
· v1.0.0
· MIT-0
108
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install teambition
功能描述
Create and query tasks in TeamBition across multiple apps using configured project and organization settings.
安全使用建议
This skill appears to be a straightforward TeamBition integration, but before installing: 1) expect to provide TEAMBITION_APP_ID and TEAMBITION_APP_SECRET (the registry incorrectly lists none) — those credentials grant the skill the ability to obtain access tokens and access your TeamBition data, so only provide them if you trust the agent. 2) Confirm the runtime has Python and the 'requests' library. 3) Prefer providing a pre-created limited-scope access token rather than full client_secret where possible, and restrict/rotate credentials after testing. 4) Be aware the skill returns raw API responses (may include org/project/task metadata). 5) Ask the publisher to correct the registry metadata to accurately list required env vars; that discrepancy reduces transparency.
功能分析
Type: OpenClaw Skill
Name: teambition
Version: 1.0.0
The skill is a standard integration for TeamBition task management. It uses official API endpoints (open.teambition.com) for authentication and task operations, handles credentials securely via configuration, and contains no evidence of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
Name/description (TeamBition task create/query) align with the code and SKILL.md: the skill needs TEAMBITION_APP_ID and TEAMBITION_APP_SECRET to obtain an OAuth token and call TeamBition APIs. However, the registry metadata claims no required environment variables, which contradicts both the SKILL.md and main.py and is a notable inconsistency.
Instruction Scope
SKILL.md and main.py limit actions to obtaining an access token (client_credentials) and calling TeamBition endpoints for task creation and retrieval. The instructions and code only reference TeamBition API endpoints and the declared configuration items; they do not read unrelated files or contact other external services.
Install Mechanism
No install spec is provided (instruction-only plus a small Python file). Nothing is downloaded from arbitrary URLs and no archive extraction occurs. Note: main.py uses the 'requests' library — the runtime must provide it.
Credentials
The secrets requested by the code (app id and app secret, optional access token) are appropriate for the stated purpose, but the published registry metadata claiming zero required env vars is inconsistent and could mislead users into not supplying necessary credentials or misrepresent the sensitivity of data requested. The skill will exchange the app secret for an access token and then send API calls to open.teambition.com (expected for this integration).
Persistence & Privilege
The skill does not request permanent/platform-wide presence (always:false). It does not modify other skills' configs and does not request elevated platform privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install teambition - 安装完成后,直接呼叫该 Skill 的名称或使用
/teambition触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of TeamBition task management skill.
- Supports configuration for multiple TeamBition applications.
- Enables creation and query of TeamBition tasks by agents.
- Customizable agent-level binding to different TeamBition apps.
- Returns raw TeamBition API responses for task operations.
元数据
常见问题
teambition 是什么?
Create and query tasks in TeamBition across multiple apps using configured project and organization settings. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 108 次。
如何安装 teambition?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install teambition」即可一键安装,无需额外配置。
teambition 是免费的吗?
是的,teambition 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
teambition 支持哪些平台?
teambition 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 teambition?
由 wengjianmin19850412(@wengjianmin19850412)开发并维护,当前版本 v1.0.0。
推荐 Skills