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 ops-deskgit 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/ops-desk)<a href="https://agentmods.dev/skills/runxhq/runx/ops-desk"><img src="https://agentmods.dev/badge/skills/runxhq/runx/ops-desk.svg" alt="Measured on agentmods" 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.00049 | $0.04021 |
| Opus 5 | $0.00024 | $0.02011 |
| Sonnet 5 | $0.00010 | $0.00804 |
| Haiku 4.5 | $0.00005 | $0.00402 |
Grade A, and why
ops-desk 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 3d 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 — 385 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Ops Desk
Operate a project, workspace, or account from an agent-controlled desk.
This skill is the generic operations desk layer. It turns a state snapshot, an operator objective, and receipt-backed evidence into one safe ops desk packet: what is happening, what needs attention, what can be checked read-only, what requires approval, which governed lane should execute, and how success will be verified.
It is not the authority and it is not a second CLI. It does not replace domain skills from the registry (release, payments, board and thread products, and the like), provider-specific adapter skills, hosted API routes, repository workflows, or deploy commands. It routes to the existing interface with the smallest sufficient context and stops before any consequential act that lacks the right gate.
Composes
data-store#read_projection
What this skill does
The default operate_from_projection runner reads bounded durable state before
producing an ops desk packet for a manager dashboard, agent session, or
self-operation run. The explicit operate runner accepts an already-supplied
snapshot. Both classify findings,
rank the next action, select the governed lane, name blockers, write the
approval prompt when a human decision is required, and states the
receipt/effect/readback that will prove success.
It is useful before an action and after an action:
- before action, it turns state into proposals and approval requests;
- after action, it checks whether the expected receipt and projection appeared.
The model may diagnose and write the operator rationale. The mutation itself must be a deterministic handoff to an existing skill runner, CLI command, hosted API route, workflow, or provider tool.
When the desk should start from durable state, use operate_from_projection.
That runner reads a projection through data-store first, then passes the
projection as the dashboard snapshot. The storage provider is still selected by
the logical data_source_ref; ops desk does not know whether state came from
SQLite, Postgres, D1, Redis, or a product API.
What ships with it
13 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-review-awaits-approval.yaml 1.3 KB
- fixtures/advance-dispatches-member.yaml 1.3 KB
- fixtures/advance-escalates-without-approval.yaml 1.2 KB
- fixtures/advance-marks-done.yaml 1.1 KB
- fixtures/operate-from-sqlite-projection.yaml 3.3 KB
- fixtures/payment-status.yaml 2.9 KB
- references/communications.md 1.5 KB
- references/dashboard.md 2.0 KB
- references/delegation.md 2.4 KB
- references/payments.md 2.8 KB
- references/providers.md 1.4 KB
- references/receipts.md 1.2 KB
- X.yaml 13 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.
- 3d ago First seen · 385 lines · 49 tokens per session scan A 188a8eb83313
ops-desk is a skill published in the GitHub repository runxhq/runx (84 stars, last pushed 3d ago), licensed Apache-2.0. It adds 49 tokens to every session and 4,021 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-09-03.
Other skills, from other repositories
dd-synthesis
Synthesize findings from multiple specialist agents into a coherent investment recommendation. Use when combining reports from 9+ specialist agents into a single decision document.
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-sourcing
Document sources properly for due diligence reports. Use when citing any external data, ensuring full traceability and auditability of findings.
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.
gsd-tools
Central utility skill for GSD operations. Provides config parsing, slug generation, timestamps, path operations, and orchestrates calls to other specialized skills. Acts as the unified entry point that the original gsd-tools.cjs provided via its lib/ modules (commands, config, core, init).