# Send OpenFleet to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "openfleet",
    "name": "OpenFleet",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/Serrato1/openfleet",
    "canonicalUrl": "https://clawhub.ai/Serrato1/openfleet",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/openfleet",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openfleet",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "openfleet",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:57:07.074Z",
      "expiresAt": "2026-05-07T16:57:07.074Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openfleet",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openfleet",
        "contentDisposition": "attachment; filename=\"openfleet-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "openfleet"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/openfleet"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/openfleet",
    "downloadUrl": "https://openagent3.xyz/downloads/openfleet",
    "agentUrl": "https://openagent3.xyz/skills/openfleet/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openfleet/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openfleet/agent.md"
  }
}
```
## Documentation

### OpenFleet

Autonomous multi-agent orchestration from your terminal. Create tasks, manage agents, trigger work cycles, and monitor everything — without leaving OpenClaw.

### Setup

Get your API key from the OpenFleet Dashboard → Developer Settings
Set the env var:
export OPENFLEET_API_KEY=ofk_your_key_here


Install the skill:
clawhub install openfleet

### Quick verify

Ask your agent: "List my OpenFleet tasks"

### Tasks

ToolDescriptionopenfleet_list_tasksList tasks — filter by status, priority, or free-text searchopenfleet_create_taskCreate a task (starts in INBOX, auto-assigned to best agent)openfleet_get_taskGet full task details by IDopenfleet_update_taskUpdate title, description, status, priority, or tagsopenfleet_delete_taskArchive (soft-delete) a taskopenfleet_unblock_taskUnblock a BLOCKED task with resolution contextopenfleet_approve_taskApprove a REVIEW task → moves to DONEopenfleet_add_commentAdd a comment visible to agents during execution

### Agents

ToolDescriptionopenfleet_list_agentsList all agents with status, health, and token usageopenfleet_get_agentGet full agent details by IDopenfleet_create_agentCreate a new agent (LEAD, SPECIALIST, or INTERN)

### Automations

ToolDescriptionopenfleet_list_automationsList recurring task automationsopenfleet_create_automationCreate a scheduled automation (hourly → monthly)openfleet_toggle_automationToggle an automation on/offopenfleet_trigger_automationFire an automation immediately

### System

ToolDescriptionopenfleet_trigger_pulseTrigger an agent work cycle (health check + assignment + execution)openfleet_get_workspaceGet workspace info and configurationopenfleet_parse_inputParse natural language into a structured taskopenfleet_install_templateInstall a workspace template (e.g. saas-startup, content-pipeline)openfleet_list_activitiesList recent activity feed entries

### Create a task

Create an OpenFleet task: "Build a landing page with hero section, pricing table, and contact form" with HIGH priority and tags frontend, react

### Check agent status

List my OpenFleet agents and show who is working on what

### Trigger a pulse

Trigger an OpenFleet pulse to assign queued tasks and start agent work

### Manage blocked tasks

Show me all BLOCKED tasks in OpenFleet and unblock the one about API keys with the message "Key has been added to environment"

### Create a recurring automation

Create a daily OpenFleet automation called "Morning standup report" that generates a summary task every morning

### MCP Server Details

This skill wraps the @open-fleet/mcp-server npm package, which exposes a standard MCP stdio server.

Manual MCP setup (if not using ClawHub):

npx @open-fleet/mcp-server setup

The setup wizard auto-detects Claude Code, Cursor, and Windsurf and configures MCP automatically.

Direct npx invocation (for custom configs):

OPENFLEET_API_KEY=ofk_xxx npx -y @open-fleet/mcp-server

### OpenClaw + OpenFleet Integration

When you connect OpenFleet with an OpenClaw gateway, this skill completes the bidirectional link:

DirectionWhat it doesOpenFleet → OpenClawOpenFleet sends tasks to your gateway for executionOpenClaw → OpenFleetThis skill lets OpenClaw manage tasks, agents, and pulse

### Full setup

Start your OpenClaw gateway: openclaw gateway
Expose it: cloudflared tunnel --url http://localhost:18789
Connect the tunnel URL + token in OpenFleet Settings
Install this skill: clawhub install openfleet

### Resources

OpenFleet Dashboard
API Documentation
GitHub
SDK
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Serrato1
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:57:07.074Z
- Expires at: 2026-05-07T16:57:07.074Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/openfleet)
- [Send to Agent page](https://openagent3.xyz/skills/openfleet/agent)
- [JSON manifest](https://openagent3.xyz/skills/openfleet/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/openfleet/agent.md)
- [Download page](https://openagent3.xyz/downloads/openfleet)