← 返回 Skills 市场
293
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install team-collaboration
功能描述
团队协作系统 - 项目、需求、任务,Bug、文档、里程碑管理
安全使用建议
This skill is a local HTTP client for a team-collaboration backend and appears coherent with that purpose. Before installing: (1) confirm you intend the agent to contact a local service at http://localhost:8080 — the skill will make real API calls (including create/update/delete) to whatever service is running there; (2) point it at a test or trusted instance to avoid accidental destructive operations; (3) review index.js if you want to confirm there are no remote endpoints beyond localhost; (4) note the skill saves an auth token in memory after login and will use it for subsequent requests (it does not request host environment secrets). If the package requested external network hosts, environment secrets, or downloads, that would increase risk — none of those are present here.
功能分析
Type: OpenClaw Skill
Name: team-collaboration
Version: 1.0.2
The skill bundle provides a comprehensive set of tools for a team collaboration system, covering project management, task tracking, and user authentication. All network interactions in `index.js` are restricted to a local backend (`localhost:8080`) using standard Node.js `http` modules, with no evidence of data exfiltration, unauthorized execution, or obfuscation. The instructions in `SKILL.md` are functional and aligned with the stated purpose, providing helpful context for the agent to handle notifications and manage workflows without any malicious prompt injection.
能力评估
Purpose & Capability
The name/description (team collaboration: projects, tasks, bugs, docs, milestones) matches the provided SKILL.md, skill.json, and index.js functions. The code implements HTTP calls to a localhost backend exposing the expected endpoints (projects, tasks, bugs, documents, etc.), so required capabilities align with the stated purpose.
Instruction Scope
SKILL.md and index.js limit activity to a local backend (http://localhost:8080) and front-end (http://localhost:12345). The instructions and code only reference those local endpoints and defined API actions. Note: because the skill will call localhost endpoints, it can perform any action that remote endpoints expose (including create/delete operations); ensure it will be pointed at a trusted/test instance to avoid unintended destructive actions.
Install Mechanism
There is no install spec (no downloads or package installs), which is low risk. However, the package includes an index.js file (server/client code) that will be executed by the platform when the skill runs — there is no external fetch or archive extraction. This is expected for a packaged client library, but the presence of code (versus purely prose SKILL.md) means you may want to review the file if you have concerns.
Credentials
The skill declares no required environment variables, credentials, or config paths. The code stores an in-memory token after login but does not request secrets from the environment or other unrelated services. The requested scope (none) is proportionate to a local API client.
Persistence & Privilege
always is false and model invocation is allowed (platform default). The skill does not request persistent system-wide privileges or modify other skills. It keeps a runtime token in memory only and does not write persistent credentials or config.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install team-collaboration - 安装完成后,直接呼叫该 Skill 的名称或使用
/team-collaboration触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
No code or documentation changes detected in this version.
- Version updated from 1.0.2 to 3.0.0.
- No functional changes, feature additions, or bug fixes in this release.
v1.0.1
Major feature update and redesign for enterprise team collaboration.
- Adds support for requirements, bug tracking, document, and milestone management.
- Expands actions from 8 to 43, including project, requirement, task, bug, document, milestone, topic, and notification modules.
- Introduces advanced features: task comments, bug severity, document versions, topic discussions, and notifications.
- Streamlines user roles and permissions; improves API endpoints for clarity and flexibility.
- Updated UI descriptions and documentation for enterprise use cases.
v1.0.0
Initial release of the Team Collaboration skill.
- Provides user registration and login for authentication.
- Supports project creation and retrieval.
- Enables task creation, assignment, listing, and status updates.
- Allows fetching of user lists with optional role filtering.
- Includes endpoints for retrieving product manager information.
- Supports authentication via token or API key.
元数据
常见问题
team-collaboration 是什么?
团队协作系统 - 项目、需求、任务,Bug、文档、里程碑管理. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 293 次。
如何安装 team-collaboration?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install team-collaboration」即可一键安装,无需额外配置。
team-collaboration 是免费的吗?
是的,team-collaboration 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
team-collaboration 支持哪些平台?
team-collaboration 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 team-collaboration?
由 magieSky(@magiesky)开发并维护,当前版本 v1.0.2。
推荐 Skills