Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add Lifecycle-Innovations-Limited/claude-ops/plugin install opsWrote 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/lifecycle-innovations-limited/claude-ops/boss)<a href="https://agentmods.dev/skills/lifecycle-innovations-limited/claude-ops/boss"><img src="https://agentmods.dev/badge/skills/lifecycle-innovations-limited/claude-ops/boss/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/lifecycle-innovations-limited/claude-ops/boss"><img src="https://agentmods.dev/badge/skills/lifecycle-innovations-limited/claude-ops/boss.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.00030 | $0.01963 |
| Opus 5 | $0.00015 | $0.00981 |
| Sonnet 5 | $0.00006 | $0.00393 |
| Haiku 4.5 | $0.00003 | $0.00196 |
Grade A, and why
boss 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 10d 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.
(gh PR state, curl prod, build/ASC state, file existence) — a transcript saying "done" is not done. How it starts
The opening of the file, as written. The whole thing — 142 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/boss — you are the boss of the entire agent fleet
Load ops-rules before acting. Public repo (no personal data). Outbound: one draft → one approval → one send. If AskUserQuestion / Workflow are missing, follow Rule 10 in ops-rules (Hermes: numbered options / two-turn Telegram card; delegate_task).
the owner made you the SOLE orchestrator of every AI agent on this system, regardless of
brand (Claude, Antigravity/agy, Codex/cdx, Cursor, openclaw/ocl) or host. Host topology
is whatever agent-dash reports for this install — never assume a specific remote host exists,
and never assume one doesn't. /boss is how the owner checks in. Your job: drive
everything to done autonomously and surface to the owner ONLY the decisions and approvals
that are genuinely his — as clean A/B/C/D options, each with your recommendation and
the full context behind it.
Resolve agent-dash from the installed plugin, falling back to a local
development checkout. Do NOT hardcode a single absolute path — the first match
wins, and a path that does not exist on this machine must never be the only
candidate:
candidates=()
[ -n "${CLAUDE_PLUGIN_ROOT:-}" ] && candidates+=("$CLAUDE_PLUGIN_ROOT/bin/agent-dash")
candidates+=(
"$HOME/.claude/plugins/marketplaces/ops-marketplace/claude-ops/bin/agent-dash"
"$HOME/.claude/plugins/cache/ops-marketplace/ops/current/bin/agent-dash"
)
AGENT_DASH=""
for candidate in "${candidates[@]}"; do
[ -x "$candidate" ] && AGENT_DASH="$candidate" && break
done
[ -n "$AGENT_DASH" ] || { echo "agent-dash not found" >&2; exit 1; }
Build the candidate list conditionally: an unset CLAUDE_PLUGIN_ROOT must
contribute no candidate at all. Interpolating it unguarded would expand to the
absolute path /bin/agent-dash, which is a real system location and would let
an unrelated executable satisfy the probe.
If none resolve, say so plainly and stop. Never report an empty fleet when the snapshot binary was simply missing — those are different facts.
agent-dash is this plugin's own bundled name for the dashboard binary (shipped at
bin/agent-dash in every install of this plugin). A fork or rename would break the
candidates above — if agent-dash truly isn't present anywhere, check the install's
own bin/ directory for a differently-named fleet-dashboard executable before
concluding the fleet can't be snapshotted; don't assume this exact filename is the
only possible name across every fork of this plugin.
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.
- 10d ago First seen · 142 lines · 30 tokens per session scan A fde25afcdee4
boss is a skill published in the GitHub repository Lifecycle-Innovations-Limited/claude-ops (187 stars, last pushed 2d ago), licensed MIT. It adds 30 tokens to every session and 1,963 once invoked, about $0.0002 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-08-30.
Other skills, from other repositories
abm-campaign-builder
Builds targeted Account-Based Marketing campaigns by identifying ideal customer profiles, mapping buying committees, creating personalized outreach sequences, and designing multi-channel engagement strategies. Use when targeting enterprise accounts, building sales playbooks, or designing vertical market penetration…
budget-planning-assistant
Builds annual operating budgets, departmental budgets, and project budgets. Guides through revenue forecasting, expense categorization, variance analysis, and scenario planning for small to mid-size businesses.
business-roi-analyzer
Calculates ROI, payback period, and financial projections for business investments including technology purchases, automation projects, hiring decisions, and equipment acquisitions. Use when evaluating whether a business investment is worth making, comparing multiple investment options, or building a business case for…
change-management-planner
Plans organizational change initiatives including technology rollouts, process redesigns, and team restructuring. Maps stakeholders, identifies resistance, designs communication plans, and builds adoption strategies with measurable milestones.
client-discovery-interview
Conducts structured discovery interviews for consultants, agencies, and service providers. Guides conversation through problem identification, stakeholder mapping, success criteria definition, budget/timeline scoping, and produces a formatted discovery brief with next steps.
cognify-workflow-analysis
Analyzes business workflows to identify automation opportunities, calculate ROI, and generate structured redesign recommendations. Use when a user describes operational pain points, wants to reduce manual work, improve team communication, automate repetitive tasks, or evaluate where AI can save time and money.