fleet

fleet is a skill for Claude Code, Codex from Bilal140202/the-lord-of-the-skills. It costs 22 tokens per session (3,690 once invoked), scanned A, original, MIT.

A set of operating rules for managing a fleet of agent workers. It covers registering members, checking their status, assigning work, exchanging files, and setting permissions.

In plain words
What is it for?
Use it to onboard or remove workers, inspect their details, dispatch commands or prompts, transfer files, monitor tasks, and configure access. It also covers setting up language-model authentication.
Why use it?
It gives you a consistent way to coordinate multiple agents and account for differences between providers or operating systems. It helps avoid sending work to a busy worker and supports monitoring longer tasks.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions CLAUDE.md; mentions subagents; mentions AGENTS.md.

Good fit Use it to onboard or remove workers, inspect their details, dispatch commands or prompts, transfer files, monitor tasks, and configure access. It also covers setting up language-model authentication.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bilal140202/the-lord-of-the-skills/apra-labs__apra-fleet
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Bilal140202/the-lord-of-the-skills --skill apra-labs__apra-fleet
Clone the repo
git clone --depth 1 https://github.com/Bilal140202/the-lord-of-the-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for fleet

README.md
[![agentmods](https://agentmods.dev/badge/skills/bilal140202/the-lord-of-the-skills/apra-labs__apra-fleet/github.svg)](https://agentmods.dev/skills/bilal140202/the-lord-of-the-skills/apra-labs__apra-fleet)
Your own site
<a href="https://agentmods.dev/skills/bilal140202/the-lord-of-the-skills/apra-labs__apra-fleet"><img src="https://agentmods.dev/badge/skills/bilal140202/the-lord-of-the-skills/apra-labs__apra-fleet/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for fleet

Your own site · 80×15
<a href="https://agentmods.dev/skills/bilal140202/the-lord-of-the-skills/apra-labs__apra-fleet"><img src="https://agentmods.dev/badge/skills/bilal140202/the-lord-of-the-skills/apra-labs__apra-fleet.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 22 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,690 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00022 $0.03690
Opus 5 $0.00011 $0.01845
Sonnet 5 $0.00004 $0.00738
Haiku 4.5 $0.00002 $0.00369

Measured 8d ago against content hash e6738b8f90bf, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

fleet scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

| `'deny'` | Commands invoking network tools (curl, wget, ssh, git push, etc.) are blocked |
skills/gondor/claude-code/Apra-Labs__apra-fleet/SKILL.md · 263 lines

How it starts

The opening of the file, as written. The whole thing — 263 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Fleet Skill

This skill defines how to interact with fleet infrastructure: registering and onboarding members, managing permissions, dispatching work, monitoring tasks, and handling provider-specific differences.

Core Fleet Tools

Tool Purpose
register_member Add a new member to the fleet
list_members List all fleet members and their status
member_detail Get detailed info on a member (provider, OS, icon, etc.)
update_member Update member metadata (icon, name, etc.)
remove_member Remove a member from the fleet
fleet_status Check member idle/busy state before dispatch
execute_command Run shell commands on a member
execute_prompt Dispatch a prompt to a member's LLM agent
send_files Push files from local to a member's work folder
receive_files Pull files from a member's work folder
monitor_task Check status of a long-running background task on any member. The auto_stop parameter and GPU utilization polling are cloud-only features.
compose_permissions Generate and deliver provider-native permission config
provision_llm_auth Provision LLM authentication for a remote member.
provision_vcs_auth Provision VCS credentials (GitHub, Bitbucket, Azure DevOps)
revoke_vcs_auth Revoke VCS credentials
setup_ssh_key Migrate remote member from password to key-based auth
setup_git_app Configure GitHub App for token minting
update_llm_cli Update the LLM CLI on a member
cloud_control Manage cloud infrastructure for members
shutdown_server Shut down a remote member's server
credential_store_set Store a secret credential for use in commands (entered OOB - never in chat)
credential_store_list List stored credential names (values are never returned)
credential_store_delete Delete a stored credential by name
credential_store_update Update credential metadata (members, TTL, network policy) without re-entering the secret
stop_prompt Kill the active LLM process on a member. Always call TaskStop after calling stop_prompt.Use when: a member is hung, working on the wrong thing, or needs to be cancelled.

Read the full file on GitHub · 263 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 263 lines · 22 tokens per session scan A e6738b8f90bf

Subscribe to this mod's changes

fleet is a skill published in the GitHub repository Bilal140202/the-lord-of-the-skills (4 stars, last pushed 6d ago), licensed MIT. It adds 22 tokens to every session and 3,690 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

ainb-fleet

Fleet orchestration overview — the ainb fleet ... Rust subcommand namespace for driving every claude session on the host. Routes to the sub-skills (ainb-spawn / standup / broadcast / sequence / needs / daemon / atc). Invoke this for an at-a-glance map of what fleet can do; reach for the specific sub-skill for the verb…

stevengonsalvez/agents-in-a-box · 88 tokens

ainb-fleet:fleet-needs

Workflow-backed Jarvis control panel. Runs the deterministic hangar workflow with verb=needs (discover → enrich → prioritize), renders the Jarvis HUD from its render-ready cards, fires AskUserQuestion per blocked session, and routes each answer back via tmux send-keys (broker fallback only). Requires the workflow gate…

stevengonsalvez/agents-in-a-box · 112 tokens

serpsmith

Publish SEO articles reliably across AI-agent runtimes.

emiliojohann/SERPsmith · 14 tokens

moai-workflow-worktree

Git worktree management for parallel SPEC development with isolated workspaces, automatic branch registration, and seamless MoAI-ADK integration. Use when setting up parallel development environments.

modu-ai/moai-adk · 41 tokens

organize-task-files

Lists, pairs, deduplicates, and moves task files across the Coworker task state machine (0draft → 6git-pushed). Use when asked to organize, clean up, or audit task files.

platonai/Browser4 · 49 tokens

nw-deliver

Orchestrates the full DELIVER wave end-to-end (roadmap > execute-all > finalize). Use when all prior waves are complete and the feature is ready for implementation.

nWave-ai/nWave · 39 tokens