← 返回 Skills 市场
teambitionweng
作者
wengjianmin19850412
· GitHub ↗
· v1.0.0
· MIT-0
102
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install teambitionweng
功能描述
Create and query tasks in TeamBition with support for multiple app configurations and automatic token management.
安全使用建议
This skill appears to do what it says (create/query TeamBition tasks), but the registry metadata fails to declare the required credentials (TEAMBITION_APP_ID and TEAMBITION_APP_SECRET) that the SKILL.md and code require. Before installing: (1) confirm with the publisher or registry why required credentials are not listed and ensure the platform will prompt for and securely store them; (2) only supply a TeamBition app with minimal scopes (task:read/task:write) and ideally a test account; (3) verify network calls go to open.teambition.com and review the app's permissions in TeamBition; (4) consider testing in an isolated environment first. If the publisher cannot explain the missing metadata, treat the skill as untrusted until that is fixed.
功能分析
Type: OpenClaw Skill
Name: teambitionweng
Version: 1.0.0
The skill bundle is a legitimate integration for TeamBition task management. The code in main.py implements standard OAuth2 authentication and task operations (create/get) using official TeamBition API endpoints (open.teambition.com). No evidence of data exfiltration, malicious execution, or prompt injection was found in SKILL.md or the source code.
能力评估
Purpose & Capability
Name/description (TeamBition task create/query) align with the code and SKILL.md: the skill uses TeamBition OAuth and API endpoints to create and query tasks. However, the registry metadata lists no required environment variables while the SKILL.md and main.py clearly require TEAMBITION_APP_ID and TEAMBITION_APP_SECRET (and optionally access token, org_id, default_project_id). That metadata omission is inconsistent and meaningful for security decisions.
Instruction Scope
SKILL.md and main.py only describe/perform actions related to TeamBition: obtaining an access token via the official oauth endpoint and calling TeamBition task APIs. There are no instructions to read local files, other environment variables, or to send data to unrelated external endpoints.
Install Mechanism
There is no install spec (instruction-only with a small Python file). Nothing is downloaded or installed by the skill itself; risk from install mechanism is low.
Credentials
The skill legitimately requires sensitive credentials (app id and secret, and optionally an access token). Those requests are proportionate to the task. However, the registry metadata does not declare any required env vars or primary credential, creating an inconsistency: the platform/user must be informed that they need to provide secrets before binding. Requesting app secret is normal here but you should confirm how the platform will store/protect them.
Persistence & Privilege
always is false and the skill doesn't attempt to modify other skills or agent-wide settings. It does network calls to TeamBition but does not request persistent platform-level privileges beyond normal secret storage.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install teambitionweng - 安装完成后,直接呼叫该 Skill 的名称或使用
/teambitionweng触发 - 根据 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.
元数据
常见问题
teambitionweng 是什么?
Create and query tasks in TeamBition with support for multiple app configurations and automatic token management. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 102 次。
如何安装 teambitionweng?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install teambitionweng」即可一键安装,无需额外配置。
teambitionweng 是免费的吗?
是的,teambitionweng 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
teambitionweng 支持哪些平台?
teambitionweng 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 teambitionweng?
由 wengjianmin19850412(@wengjianmin19850412)开发并维护,当前版本 v1.0.0。
推荐 Skills