Get the FREE Ultimate OpenClaw Setup Guide →
S

OpenFleet

Scanned

@Serrato1

npx machina-cli add skill @Serrato1/openfleet --openclaw
Files (1)
SKILL.md
4.6 KB

OpenFleet

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

Setup

  1. Get your API key from the OpenFleet Dashboard → Developer Settings
  2. Set the env var:
    export OPENFLEET_API_KEY=ofk_your_key_here
    
  3. Install the skill:
    clawhub install openfleet
    

Quick verify

Ask your agent: "List my OpenFleet tasks"

20 Available Tools

Tasks

ToolDescription
openfleet_list_tasksList tasks — filter by status, priority, or free-text search
openfleet_create_taskCreate a task (starts in INBOX, auto-assigned to best agent)
openfleet_get_taskGet full task details by ID
openfleet_update_taskUpdate title, description, status, priority, or tags
openfleet_delete_taskArchive (soft-delete) a task
openfleet_unblock_taskUnblock a BLOCKED task with resolution context
openfleet_approve_taskApprove a REVIEW task → moves to DONE
openfleet_add_commentAdd a comment visible to agents during execution

Agents

ToolDescription
openfleet_list_agentsList all agents with status, health, and token usage
openfleet_get_agentGet full agent details by ID
openfleet_create_agentCreate a new agent (LEAD, SPECIALIST, or INTERN)

Automations

ToolDescription
openfleet_list_automationsList recurring task automations
openfleet_create_automationCreate a scheduled automation (hourly → monthly)
openfleet_toggle_automationToggle an automation on/off
openfleet_trigger_automationFire an automation immediately

System

ToolDescription
openfleet_trigger_pulseTrigger an agent work cycle (health check + assignment + execution)
openfleet_get_workspaceGet workspace info and configuration
openfleet_parse_inputParse natural language into a structured task
openfleet_install_templateInstall a workspace template (e.g. saas-startup, content-pipeline)
openfleet_list_activitiesList recent activity feed entries

Usage Examples

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 does
OpenFleet → OpenClawOpenFleet sends tasks to your gateway for execution
OpenClaw → OpenFleetThis skill lets OpenClaw manage tasks, agents, and pulse

Full setup

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

Resources

Source

git clone https://clawhub.ai/Serrato1/openfleetView on GitHub

Overview

OpenFleet enables autonomous multi-agent orchestration from the terminal. You can create tasks, manage agents, trigger pulse cycles, and configure automations, all with bidirectional OpenClaw integration.

How This Skill Works

The skill wraps the @open-fleet/mcp-server npm package to expose a standard MCP stdio server that commands OpenFleet work—via a set of CLI tools like openfleet_list_tasks, openfleet_create_task, and openfleet_trigger_pulse. It supports manual MCP setup or direct npx invocation with OPENFLEET_API_KEY, enabling seamless task and agent management from your terminal.

When to Use It

  • Create a new task and auto-assign it to the best agent
  • Check the status and health of all agents and their tasks
  • Trigger a pulse to rebalance work and start execution
  • Manage recurring automations and schedule tasks
  • Parse natural language input into structured tasks and workflows

Quick Start

  1. Step 1: Get your API key from the OpenFleet Dashboard → Developer Settings
  2. Step 2: Set the environment variable: export OPENFLEET_API_KEY=your_key_here
  3. Step 3: Install the skill: clawhub install openfleet

Best Practices

  • Securely store your OPENFLEET_API_KEY and rotate it regularly
  • Filter lists (tasks, agents) by status, priority, or keywords for faster results
  • Rely on auto-assignment when creating tasks for quick ramp-up
  • Use pulse triggers to reallocate work during high load
  • Audit activity with list_activities to monitor changes and blockers

Example Use Cases

  • Create an OpenFleet task: 'Build a landing page with hero, pricing, and form' with HIGH priority and tags frontend, react
  • List tasks and filter by status to review what’s INBOX or BLOCKED
  • Trigger an OpenFleet pulse to assign queued tasks and start agent work
  • Show BLOCKED tasks and unblock one with a specific resolution message
  • Create a daily OpenFleet automation called 'Morning standup report' that generates a summary task each morning

Frequently Asked Questions

Add this skill to your agents
Sponsor this space

Reach thousands of developers