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 runxhq/runx --skill operator-inboxgit clone --depth 1 https://github.com/runxhq/runxWrote 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/runxhq/runx/operator-inbox)<a href="https://agentmods.dev/skills/runxhq/runx/operator-inbox"><img src="https://agentmods.dev/badge/skills/runxhq/runx/operator-inbox.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector pass
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.00020 | $0.01250 |
| Opus 5 | $0.00010 | $0.00625 |
| Sonnet 5 | $0.00004 | $0.00250 |
| Haiku 4.5 | $0.00002 | $0.00125 |
Grade A, and why
operator-inbox 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 4d 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.
How it starts
The opening of the file, as written. The whole thing — 131 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Operator Inbox
Maintain a durable action queue without turning a connector into the owner of operator state.
The caller fetches bounded, grant-authorized provider pages and passes their
normalized observations to this skill. The skill owns work-item identity,
status, dispositions, replay suppression, reopen rules, and scan coverage. Every
read and write is composed through data-store; the skill does not call Slack,
SQLite, Postgres, or another provider directly.
Composes
data-store#append_eventdata-store#list_stream_headsdata-store#read_events
What this skill does
Use local://runx/operator-inbox/default unless the operator selects another
logical source. Unbound local refs resolve to SQLite under
.runx/data/local-sources/. A hosted database is opt-in through the same
data_source_ref binding. Runx Connect may still own OAuth, grants, and provider
execution; that does not move this queue into the hosted control plane.
Observations and resumable checkpoints live in operator_inbox_scans, partitioned
by query digest. Action snapshots live in operator_inbox_actions, with one
stream per stable thread digest. Queue reads use bounded list_stream_heads
pages; no command folds or transports the complete queue.
Direct invocation defaults to a bounded list_actions read against that local
source. To record a disposition or provider observation, select the exact write
runner; composed graphs can pass the prior action packet without re-reading or
re-fetching provider data.
When to use this skill
- Build or revisit a local action queue from bounded connector observations.
- Preserve an explicit
resolved,dismissed,waiting, orfollowed_updecision across repeated provider scans. - Reopen a completed item when a newer external occurrence arrives.
- Inspect bounded action or scan state without handing queue ownership to the provider or hosted control plane.
What ships with it
14 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- fixtures/action-lifecycle.yaml 3.7 KB
- fixtures/import-action.yaml 1.3 KB
- fixtures/list-actions.yaml 369 B
- fixtures/list-scans.yaml 333 B
- fixtures/read-action.yaml 411 B
- fixtures/read-scan.yaml 406 B
- fixtures/record-action-observation.yaml 1.4 KB
- fixtures/record-disposition.yaml 1.4 KB
- fixtures/record-scan-page.yaml 668 B
- graph/plan/plan.mjs 1.0 KB runs code
- graph/plan/X.yaml 3.5 KB
- graph/state.mjs 17 KB runs code
- harness/action-lifecycle.yaml 2.5 KB
- X.yaml 7.8 KB
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.
- 4d ago First seen · 131 lines · 20 tokens per session scan A e3798c5543b2
operator-inbox is a skill published in the GitHub repository runxhq/runx (84 stars, last pushed yesterday), licensed Apache-2.0. It adds 20 tokens to every session and 1,250 once invoked, about $0.0001 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-09-03.
Other skills, from other repositories
gh-file-issue
Use when filing a new Codewhale GitHub issue: turn a bug or idea into a well-formed, actionable issue with repro, acceptance criteria, labels, and milestone.
gh-treasure-hunt
Hunt the issue/PR queue for highest value-over-risk wins: clean focused community PRs, already-implemented issues to close, safe quick-fixes.
gh-assign-issues
Use to assign GitHub issues to a milestone and/or owners in bulk, verifying each.
dd-report-format
Standard output format for due diligence analysis reports. Use when producing your final analysis to ensure consistency across all specialist agents.
dd-risk-scoring
Calculate weighted risk scores from specialist agent reports. Use when synthesizing multiple due diligence reports into an overall investment risk assessment.
dd-verification
Verify claims in pitch decks and founder statements using multiple independent sources. Use when analyzing any claim about market size, traction, team background, or competitive positioning.