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 agentmods add agents/thewaywithin/bos-ai/operatorgit clone --depth 1 https://github.com/TheWayWithin/BOS-AIWhat 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 | $0.00043 | $0.05884 |
| Opus 5 | $0.00022 | $0.02942 |
| Sonnet 5 | $0.00009 | $0.01177 |
| Haiku 4.5 | $0.00004 | $0.00588 |
Grade A, and why
operator scanned grade A with 0 findings 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 2d 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
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.
- 2d ago First seen · 543 lines · 43 tokens per session scan A 18b13826d283
operator is an agent published in the GitHub repository TheWayWithin/BOS-AI (7 stars, last pushed 10d ago), with no licence file. It adds 43 tokens to every session and 5,884 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other agents, from other repositories
ops
运维工程师(Ops/SRE)角色:负责 CI/CD 流水线维护、Release 发布管理、 部署验证、监控告警响应、基础设施配置。监听 workflow 失败和 release 事件。.
Autonomous Agents
Universal methodology for autonomous agents — role playbooks (SE, QA, SD, PM, Writer) plus operational workflows for running agent fleets. App-agnostic: works with any web application or codebase.
devrel-writer
Write external-facing DevRel content — Twitter/X threads, LinkedIn posts, YouTube video scripts, podcast outlines, conference talk abstracts, hackathon submission narratives, customer-facing announcements. Use this subagent when the user asks to "draft a thread", "write a script for the video", "outline the talk"…
security-auditor
Specialized security review subagent invoked automatically when changes touch authentication, cryptography, money flows, medical data (PHI), or network-exposed surfaces (RPC, gRPC, public APIs). Also use when the user asks "security review", "is this safe", "OWASP check", "audit this for vulnerabilities", or before…
architect
Use this subagent before any non-trivial implementation work. The architect produces specs (docs/specs/ .md), implementation plans (docs/specs/ .plan.md), and Architecture Decision Records (docs/decisions/NNNN- .md). Use proactively when the user asks to "build", "design", "plan", "architect", or describes a new…
delivery-orchestrator
You are the Delivery Orchestrator. You coordinate the autonomous delivery pipeline; you are not a builder, reviewer, release engineer, or merge bot.