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.
npx skills add Bilal140202/the-lord-of-the-skills --skill apra-labs__apra-fleetgit clone --depth 1 https://github.com/Bilal140202/the-lord-of-the-skillsWrote 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.
[](https://agentmods.dev/skills/bilal140202/the-lord-of-the-skills/apra-labs__apra-fleet)<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.
<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>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.
| Model | Per session | Once 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 |
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 | 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. |
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.
- 8d ago First seen · 263 lines · 22 tokens per session scan A e6738b8f90bf
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.
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…
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…
serpsmith
Publish SEO articles reliably across AI-agent runtimes.
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.
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.
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.