← Back to Skills Marketplace
780
Downloads
2
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openfleet
Description
Manage your OpenFleet multi-agent workspace — create tasks, assign agents, trigger pulse cycles, manage automations, and monitor activity. Full bidirectional...
Usage Guidance
Before installing: 1) Verify the OpenFleet service and npm package are legitimate (check openfleet.sh, GitHub repo, npm package maintainers). 2) Update the skill manifest to list all required binaries (cloudflared, openclaw) or be prepared to run those manually. 3) Avoid running npx with -y/unpinned packages in production — prefer a pinned version or inspect the package contents first. 4) Be cautious about exposing a local gateway via cloudflared: this opens a tunnel from your machine to the Internet — only do this if you trust the remote service and limit network exposure (firewall, ephemeral keys). 5) Use an API key with least privilege, rotate it after testing, and monitor activity. If you want higher confidence, ask the publisher for a pinned package version, the exact npm package name/version they expect, and proof of the GitHub repo that contains the published code.
Capability Analysis
Type: OpenClaw Skill
Name: openfleet
Version: 1.0.0
The skill is classified as suspicious due to its reliance on `npx` to execute an external npm package (`@open-fleet/mcp-server`) as described in `SKILL.md`. While the stated purpose is legitimate, this introduces a significant supply chain risk, as the behavior of the external package is not directly controlled or reviewed within this skill bundle. The agent is instructed to execute code from an external source, which could potentially be compromised to exfiltrate the required `OPENFLEET_API_KEY` or perform other unauthorized actions. There are no explicit prompt injection attempts or direct malicious instructions within the provided `SKILL.md`.
Capability Assessment
Purpose & Capability
The skill name/description (manage OpenFleet workspace) aligns with requiring OPENFLEET_API_KEY and use of the @open-fleet MCP server. However the SKILL.md instructs use of other tools (openclaw gateway, cloudflared) that are not listed in required binaries, which is an omission and reduces clarity about what the skill actually needs to run.
Instruction Scope
SKILL.md tells the agent/user to: run npx to launch @open-fleet/mcp-server, start an OpenClaw gateway, and expose it with cloudflared tunnel so OpenFleet can connect back. Those steps involve exposing a local service to a remote endpoint (network tunneling) and executing code fetched at runtime. The instructions also reference binaries (openclaw, cloudflared) that aren't declared; the tunnel step in particular increases attack surface and should be highlighted to users.
Install Mechanism
There is no install spec (instruction-only) which is lower risk, but the skill relies on npx to fetch and run @open-fleet/mcp-server at runtime. The SKILL.md example uses npx without pinning a package version (and with -y), which creates a supply-chain risk because it will execute the latest package from npm.
Credentials
Only OPENFLEET_API_KEY is declared and used; that is appropriate for a tool that integrates with the OpenFleet API. The SKILL.md does not request other credentials. Recommend verifying the key's scope/permissions before use.
Persistence & Privilege
always is false and the skill is user-invocable with normal autonomous invocation allowed. There is no indication the skill requests permanent system-wide changes or modifies other skills. Note: autonomous invocation plus task/agent management is powerful — follow the guidance below before enabling.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openfleet - After installation, invoke the skill by name or use
/openfleet - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of OpenFleet skill.
- Manage OpenFleet multi-agent workspaces directly from your terminal.
- Create, assign, update, and monitor tasks and agents.
- Support for automations, agent pulses, and activity feed monitoring.
- Full bidirectional integration with OpenClaw gateway.
- Includes 20 tools for comprehensive task, agent, automation, and workspace management.
Metadata
Frequently Asked Questions
What is OpenFleet?
Manage your OpenFleet multi-agent workspace — create tasks, assign agents, trigger pulse cycles, manage automations, and monitor activity. Full bidirectional... It is an AI Agent Skill for Claude Code / OpenClaw, with 780 downloads so far.
How do I install OpenFleet?
Run "/install openfleet" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is OpenFleet free?
Yes, OpenFleet is completely free (open-source). You can download, install and use it at no cost.
Which platforms does OpenFleet support?
OpenFleet is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created OpenFleet?
It is built and maintained by Serrato1 (@serrato1); the current version is v1.0.0.
More Skills