← 返回 Skills 市场
TeamPilot
作者
Tiankuo Yao
· GitHub ↗
· v0.1.1
286
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install team-pilot
功能描述
Set up and operate TeamPilot from zero on a clean machine. Use when cloning the TeamPilot repository, installing dependencies, starting the multi-agent runti...
安全使用建议
This skill is an instruction-only guide to clone and run a Node-based project; it appears to do what it says but you should not run it blindly. Before using it:
- Verify the repository URL (TEAM_PILOT_REPO_URL) points to a trusted source (preferably a known GitHub org/repo) and inspect package.json and any install/postinstall scripts.
- Run npm install and npm run in an isolated environment (container or VM) and with network limits if possible, because npm packages and the repo code will execute on your machine.
- Confirm the project does not require secrets you won't supply; the skill metadata doesn't declare required binaries or env vars even though git/node/npm are needed. Ensure you have the correct Node version and tools installed.
- Check what network ports the service opens (default 3333) and whether it exposes any external integrations you didn't expect.
If you can confirm the repository source and review its code, the skill is coherent for its purpose; if the repo is untrusted or you cannot inspect it, avoid running npm install/npm run on a sensitive host.
功能分析
Type: OpenClaw Skill
Name: team-pilot
Version: 0.1.1
The skill bundle provides standard operational instructions for setting up and managing a Node.js-based project called 'TeamPilot.' The SKILL.md file outlines routine procedures for environment setup (git, node, npm), repository cloning, and API interaction without any evidence of malicious intent, data exfiltration, or suspicious execution patterns.
能力评估
Purpose & Capability
The SKILL.md describes cloning a repository, running npm install, and starting a Node service — which matches the 'zero-to-run' purpose. However, the registry metadata lists no required binaries or environment variables even though the instructions explicitly require git, node, and npm and reference a TEAM_PILOT_REPO_URL placeholder. This mismatch is an incoherence (missing declared prerequisites).
Instruction Scope
Instructions stick to repository checkout, dependency installation, running the service, API endpoints, and UI troubleshooting. They do not instruct reading unrelated system files, exfiltrating data, or contacting external endpoints other than the repo URL implied by TEAM_PILOT_REPO_URL.
Install Mechanism
There is no install spec in the skill bundle — it's instruction-only. That minimizes the skill package's own attack surface. However, runtime steps (npm install, npm run) will fetch and execute external code from the cloned repository and npm registry, which is inherent to the task.
Credentials
The skill declares no required environment variables or credentials, but the instructions reference TEAM_PILOT_REPO_URL and demonstrate using PORT=... to change bind port. The absence of declared env requirements is a minor inconsistency. No unrelated credentials or secrets are requested by the skill itself.
Persistence & Privilege
The skill does not request always:true and does not try to persist configuration or modify other skills. It runs on-demand and would rely on the user's actions to clone and run code locally.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install team-pilot - 安装完成后,直接呼叫该 Skill 的名称或使用
/team-pilot触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
Republish TeamPilot; remove legacy Team Ops Only; keep privacy-safe zero-to-run setup.
v0.1.0
Initial public release: zero-to-run setup, privacy-safe paths, and full bootstrap-to-replay workflow.
元数据
常见问题
TeamPilot 是什么?
Set up and operate TeamPilot from zero on a clean machine. Use when cloning the TeamPilot repository, installing dependencies, starting the multi-agent runti... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 286 次。
如何安装 TeamPilot?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install team-pilot」即可一键安装,无需额外配置。
TeamPilot 是免费的吗?
是的,TeamPilot 完全免费(开源免费),可自由下载、安装和使用。
TeamPilot 支持哪些平台?
TeamPilot 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 TeamPilot?
由 Tiankuo Yao(@moolean)开发并维护,当前版本 v0.1.1。
推荐 Skills