← Back to Skills Marketplace
293
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install team-collaboration
Description
团队协作系统 - 项目、需求、任务,Bug、文档、里程碑管理
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install team-collaboration - After installation, invoke the skill by name or use
/team-collaboration - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is team-collaboration?
团队协作系统 - 项目、需求、任务,Bug、文档、里程碑管理. It is an AI Agent Skill for Claude Code / OpenClaw, with 293 downloads so far.
How do I install team-collaboration?
Run "/install team-collaboration" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is team-collaboration free?
Yes, team-collaboration is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does team-collaboration support?
team-collaboration is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created team-collaboration?
It is built and maintained by magieSky (@magiesky); the current version is v1.0.2.
More Skills