← All skills
Tencent SkillHub · Productivity

OpenFleet

Manage your OpenFleet multi-agent workspace — create tasks, assign agents, trigger pulse cycles, manage automations, and monitor activity. Full bidirectional...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Manage your OpenFleet multi-agent workspace — create tasks, assign agents, trigger pulse cycles, manage automations, and monitor activity. Full bidirectional...

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 16 sections Open source page

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

Category context

Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc