filings

filings is a command for Claude Code from sophymarine/openregistry. It costs 47 tokens per session (428 once invoked), scanned A, original, Apache-2.0.

A company-filings monitor that checks recent government records for important changes involving a company.

In plain words
What is it for?
Use it to find director changes, new loans or charges, capital changes, and insolvency or liquidation events in supported countries.
Why use it?
It brings significant filings into one timeline instead of making you inspect registry documents one by one.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: positional $N argument.

Part of the openregistry plugin — 35 skills, 6 commands, 1 MCP server shipped together

Good fit Use it to find director changes, new loans or charges, capital changes, and insolvency or liquidation events in supported countries.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/sophymarine/openregistry/filings
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.

Clone the repo
git clone --depth 1 https://github.com/sophymarine/openregistry

Made for: Claude Code.

Or install openregistry, the plugin that ships this one along with the rest of its 35 skills, 6 commands, 1 MCP server.

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 filings

README.md
[![agentmods](https://agentmods.dev/badge/commands/sophymarine/openregistry/filings.svg)](https://agentmods.dev/commands/sophymarine/openregistry/filings)
Your own site
<a href="https://agentmods.dev/commands/sophymarine/openregistry/filings"><img src="https://agentmods.dev/badge/commands/sophymarine/openregistry/filings.svg" alt="Measured on agentmods" height="20"></a>
Per session 47 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 428 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.00047 $0.00428
Opus 5 $0.00023 $0.00214
Sonnet 5 $0.00009 $0.00086
Haiku 4.5 $0.00005 $0.00043

Measured 8d ago against content hash 3247411491cc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

filings 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 8d 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.

commands/filings.md · 28 lines

What it actually says

Scan the last $3 days (default 90) of government filings for "$1" in $2 using OpenRegistry. Every filing record is unmodified; every document fetched byte-identical.

Step 1 — Resolve + history search_companies + get_company_profile → company_id. Then list_filings({ jurisdiction: "$2", company_id, limit: 100 }). Filter client-side to filing_date >= now - ${3:-90} days.

Step 2 — Categorise LOW: accounts, annual-return, confirmation-statement, registered-office · MEDIUM: resolution, conversion, constitution, name-change · HIGH: officers, capital, charges · CRITICAL: insolvency, liquidation, administration.

Step 3 — Fetch HIGH / CRITICAL documents for each: get_document_metadata + fetch_document. Extract specifics:

  • Officer change → name + role + appointment/resignation date
  • Charge → chargee/lender + created date + satisfaction status
  • Insolvency → type (administration / CVA / CVL / compulsory) + practitioner + hearing date
  • Capital → amount + share class + new-external-equity flag
  • KR DART pblntf_ty J/E → summarise the rcept_no filing

Step 4 — Timeline + alerts Newest-first with one-line summary + document link. CRITICAL = prominent alert. If no filings: flag the silence (absence itself is a signal).

Step 5 — Register-specific caveats Flag: GB gazette-notice → preludes striking-off. IE B10 = director change. FI LOPP = termination. Report both event date AND filing date (filings can lag events).

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. 8d ago First seen · 28 lines · 47 tokens per session scan A 3247411491cc

Subscribe to this mod's changes

filings is a command published in the GitHub repository sophymarine/openregistry (17 stars, last pushed yesterday), licensed Apache-2.0. It adds 47 tokens to every session and 428 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-30.