← Back to Skills Marketplace
moolean

TeamPilot

by Tiankuo Yao · GitHub ↗ · v0.1.1
cross-platform ⚠ suspicious
286
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install team-pilot
Description
Set up and operate TeamPilot from zero on a clean machine. Use when cloning the TeamPilot repository, installing dependencies, starting the multi-agent runti...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install team-pilot
  3. After installation, invoke the skill by name or use /team-pilot
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug team-pilot
Version 0.1.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 286 downloads so far.

How do I install TeamPilot?

Run "/install team-pilot" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is TeamPilot free?

Yes, TeamPilot is completely free (open-source). You can download, install and use it at no cost.

Which platforms does TeamPilot support?

TeamPilot is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created TeamPilot?

It is built and maintained by Tiankuo Yao (@moolean); the current version is v0.1.1.

💬 Comments