oc-status

oc-status is a skill for Claude Code from uk-agents/uk-legal-plugins. It costs 60 tokens per session (2,136 once invoked), scanned A, original, Apache-2.0.

A workflow for drafting weekly email requests to external solicitors, the lawyers handling matters outside the company, using each matter’s records. It produces one draft per matter and may create Gmail drafts when that connection is available.

In plain words
What is it for?
Use it to prepare weekly check-in emails to external solicitors from a portfolio log and matter history. It can save the results as Markdown files and summarise skipped matters or unavailable Gmail access.
Why use it?
It removes the repetitive work of writing similar status requests across multiple legal matters. It also keeps the requests tied to each matter’s current status, pending decisions, and budget position.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: reads .claude/ paths; mentions CLAUDE.md.

Part of the litigation-legal-uk plugin — 16 skills, 1 agent shipped together

Good fit Use it to prepare weekly check-in emails to external solicitors from a portfolio log and matter history. It can save the results as Markdown files and summarise skipped matters or unavailable Gmail access.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/uk-agents/uk-legal-plugins/oc-status
Install

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.

Any agent
npx skills add uk-agents/uk-legal-plugins --skill oc-status
Clone the repo
git clone --depth 1 https://github.com/uk-agents/uk-legal-plugins

Made for: Claude Code.

Or install litigation-legal-uk, the plugin that ships this one along with the rest of its 16 skills, 1 agent.

Wrote 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.

agentmods badge for oc-status

README.md
[![agentmods](https://agentmods.dev/badge/skills/uk-agents/uk-legal-plugins/oc-status/github.svg)](https://agentmods.dev/skills/uk-agents/uk-legal-plugins/oc-status)
Your own site
<a href="https://agentmods.dev/skills/uk-agents/uk-legal-plugins/oc-status"><img src="https://agentmods.dev/badge/skills/uk-agents/uk-legal-plugins/oc-status/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.

agentmods 80×15 button for oc-status

Your own site · 80×15
<a href="https://agentmods.dev/skills/uk-agents/uk-legal-plugins/oc-status"><img src="https://agentmods.dev/badge/skills/uk-agents/uk-legal-plugins/oc-status.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,136 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00060 $0.02136
Opus 5 $0.00030 $0.01068
Sonnet 5 $0.00012 $0.00427
Haiku 4.5 $0.00006 $0.00214

Measured 7d ago against content hash 494b72f076f9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

oc-status 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 7d 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.

litigation-legal-uk/skills/oc-status/SKILL.md · 160 lines

How it starts

The opening of the file, as written. The whole thing — 160 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/oc-status

To run weekly, set a recurring reminder to invoke /litigation-legal-uk:oc-status. Automated scheduling requires a scheduled-tasks integration, which is not bundled.

  1. Load ~/.claude/plugins/config/uk-legal-plugins/litigation-legal-uk/matters/_log.yaml, filter per default rules (or per flags).
  2. Load ~/.claude/plugins/config/uk-legal-plugins/litigation-legal-uk/CLAUDE.md → external solicitors directive style, signer defaults, budget posture.
  3. Follow the workflow and reference below.
  4. For each matter in scope: read matter.md + history.md, draft per-matter email.
  5. Write markdown to ~/.claude/plugins/config/uk-legal-plugins/litigation-legal-uk/oc-status/[YYYY-MM-DD]/[slug].md.
  6. If Gmail MCP authenticated: create Gmail drafts. Else: markdown-only, note in summary.
  7. Write ~/.claude/plugins/config/uk-legal-plugins/litigation-legal-uk/oc-status/[YYYY-MM-DD]/_summary.md — what ran, what was skipped and why.

External Solicitors Status

Purpose

Writing the same status-request email to external solicitors every week across 5–15 matters is mechanical cognitive tax. The content is consistent per matter (status, decisions pending, budget check). The audience is consistent (lead solicitor at the instructed firm). The tone is consistent (per house external-solicitors-directive style). A scheduled task drafts all of them; counsel reviews and sends.

Load context

  • ~/.claude/plugins/config/uk-legal-plugins/litigation-legal-uk/matters/_log.yaml — the filtering and field source
  • ~/.claude/plugins/config/uk-legal-plugins/litigation-legal-uk/matters/[slug]/matter.md — matter context (current posture, open questions)
  • ~/.claude/plugins/config/uk-legal-plugins/litigation-legal-uk/matters/[slug]/history.md — recent events to inform what to ask about
  • ~/.claude/plugins/config/uk-legal-plugins/litigation-legal-uk/CLAUDE.md → external solicitors directive style, signer name/email, budget posture

Filtering — which matters?

Read the full file on GitHub · 160 lines

Changes

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.

  1. 7d ago First seen · 160 lines · 60 tokens per session scan A 494b72f076f9

Subscribe to this mod's changes

oc-status is a skill published in the GitHub repository uk-agents/uk-legal-plugins (9 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 60 tokens to every session and 2,136 once invoked, about $0.0003 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.

Related

Other skills, from other repositories

reply-triage

A sorting guide for creator replies, emails, and automation results. It puts incoming items into five priority groups and suggests what to do next.

crevideo/crevideo-reach · 93 tokens

brand-safety-compliance

Scans outbound copy or creator-submitted content for 6 compliance red lines — medical/efficacy, exaggeration/absolute, beauty-permanence, financial/income, fake-scarcity, fake-rapport — and returns a block/warn verdict with fix suggestions. Use when the user asks to check, scan, review, or vet copy before sending, or…

crevideo/crevideo-reach · 139 tokens

situate-what

Use when the user asks what is going on and needs a five-line summary of the session, branch, pull request, and ticket.

tony/skills · 32 tokens

idea

Quick-capture an idea to the scratch inbox. Use when the user explicitly asks to capture: "capture this", "add to ideas", "don't let me forget", "log this idea", /memex:idea. Not for every "we should eventually..." aside -- most asides aren't capture-intent. Not for decisions (decisions.md) or state claims (closets…

Skyfox-io/Memex · 84 tokens

ws

Create and run workstations - permanent areas for routine, repeated work (independent of projects). Actions - new WS, new subWS, new area, new routine, run, from project, list, overview. Hierarchy depth (2 or 3 levels) is fixed at creation.

protonium-labs/axiomcore-plugin · 60 tokens

disk-reclaim

Reclaim disk space through a proof-gated plan — clears regenerable caches, merges proved-redundant copies, and protects agent history.

tony/skills · 32 tokens