← 返回 Skills 市场
serrato1

OpenFleet

作者 Serrato1 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
780
总下载
2
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openfleet
功能描述
Manage your OpenFleet multi-agent workspace — create tasks, assign agents, trigger pulse cycles, manage automations, and monitor activity. Full bidirectional...
安全使用建议
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.
功能分析
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`.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openfleet
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openfleet 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug openfleet
版本 1.0.0
许可证
累计安装 1
当前安装数 0
历史版本数 1
常见问题

OpenFleet 是什么?

Manage your OpenFleet multi-agent workspace — create tasks, assign agents, trigger pulse cycles, manage automations, and monitor activity. Full bidirectional... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 780 次。

如何安装 OpenFleet?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install openfleet」即可一键安装,无需额外配置。

OpenFleet 是免费的吗?

是的,OpenFleet 完全免费(开源免费),可自由下载、安装和使用。

OpenFleet 支持哪些平台?

OpenFleet 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 OpenFleet?

由 Serrato1(@serrato1)开发并维护,当前版本 v1.0.0。

💬 留言讨论