federal-register

federal-register is a skill for Claude Code, Codex from iblai/government-agents. It costs 39 tokens per session (568 once invoked), scanned A, original, MIT.

A connection to the official U.S. Federal Register, the government publication where federal rules, proposed rules, notices, and executive orders are published. It lets an agent search and retrieve those records, including comment-period information.

In plain words
What is it for?
Use it to find rules by topic or citation, read their full text, check open public-comment periods, monitor planned rulemaking, and retrieve executive orders.
Why use it?
It removes the need to manually search government pages for regulatory documents and deadlines. This helps when you need current, source-based rulemaking information.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Use it to find rules by topic or citation, read their full text, check open public-comment periods, monitor planned rulemaking, and retrieve executive orders.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/iblai/government-agents/federal-register
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 iblai/government-agents --skill federal-register
Clone the repo
git clone --depth 1 https://github.com/iblai/government-agents

Made for: Claude Code, Codex.

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 federal-register

README.md
[![agentmods](https://agentmods.dev/badge/skills/iblai/government-agents/federal-register/github.svg)](https://agentmods.dev/skills/iblai/government-agents/federal-register)
Your own site
<a href="https://agentmods.dev/skills/iblai/government-agents/federal-register"><img src="https://agentmods.dev/badge/skills/iblai/government-agents/federal-register/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 federal-register

Your own site · 80×15
<a href="https://agentmods.dev/skills/iblai/government-agents/federal-register"><img src="https://agentmods.dev/badge/skills/iblai/government-agents/federal-register.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 568 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.00039 $0.00568
Opus 5 $0.00019 $0.00284
Sonnet 5 $0.00008 $0.00114
Haiku 4.5 $0.00004 $0.00057

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

Security

Grade A, and why

federal-register 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 12d 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.

skills/federal-register/SKILL.md · 39 lines

How it starts

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

Federal Register API

What it is

The Federal Register API (federalregister.gov) provides structured programmatic access to the daily journal of U.S. federal government rules, proposed rules, notices, and presidential documents. It is maintained by the Office of the Federal Register (National Archives). Legislative affairs, compliance, and knowledge agents use it to track active rulemaking, retrieve current regulations, and monitor comment periods.

When to use this skill

  • Tracking rulemaking actions (NOPRs, interim final rules, final rules) affecting agency programs
  • Retrieving full text of a specific rule or notice by document number or CFR citation
  • Identifying open public comment periods for proposed rules in a program area
  • Monitoring the Unified Regulatory Agenda for planned agency rulemaking actions
  • Retrieving executive orders and presidential documents by date or subject

Credentials

This skill authenticates using variables from the OpenClaw daemon env file ~/.openclaw/.env (template: .env.example). Required variables:

  • FEDERAL_REGISTER_API_BASE_URL - base URL (default: https://www.federalregister.gov/api/v1)

Note: The Federal Register API is public and does not require an API key.

Key operations

  • GET /documents — search documents by agency, type, date range, CFR part, or keyword
  • GET /documents/{document_number} — retrieve full details for a specific document number
  • GET /documents/{document_number}.json — fetch structured JSON with full text, CFR references, and docket ID
  • GET /agencies — list agencies with their short slugs for filtering
  • GET /public-inspection/current.json — retrieve documents on public inspection (pre-publication)
  • POST /documents/search.json — advanced search with multiple filters, field selection, and pagination

Notes

  • No authentication required; the API is fully open.
  • Default rate limit: approximately 1,000 requests/hour; use respectful polling intervals.
  • Full document text is available in the full_text_xml_url or body_html_url fields; plain-text extraction may require HTML stripping.
  • The Unified Regulatory Agenda is published twice yearly (spring/fall) and is best retrieved from regulations.gov or reginfo.gov for structured RIN data.
  • Document numbers follow the format YYYY-NNNNN; CFR citations use standard Title-Part-Section notation.

Read the full file on GitHub · 39 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. 12d ago First seen · 39 lines · 39 tokens per session scan A 29e23a5c5fa7

Subscribe to this mod's changes

federal-register is a skill published in the GitHub repository iblai/government-agents (10 stars, last pushed 3mo ago), licensed MIT. It adds 39 tokens to every session and 568 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.

Related

Other skills, from other repositories

tax-invoice

The fields a Thai full-form tax invoice (ใบกำกับภาษีแบบเต็มรูป) must legally carry, and how its VAT is shown. Use when the brief asks for ใบกำกับภาษี, a tax invoice, or an invoice that a Thai buyer will claim input VAT against.

Mikedev115/Aetox · 65 tokens

aetox-contract-standards

ร่างสัญญาภาษาอังกฤษจากแบบมาตรฐานที่ใช้ฟรีได้ NDA, SLA, ข้อตกลงเรื่อง AI, สัญญาพาร์ตเนอร์ช่วงพัฒนา ใช้ตอนต้องส่งสัญญาให้คู่ค้าต่างประเทศ หรือตรวจฉบับที่เขาส่งมา.

Mikedev115/Aetox · 76 tokens

counsel

Senior Contract Administrator & FIDIC / EPC contract specialist for oil, gas, refining, petrochemical, polymer, and upstream capital works. Use whenever the user mentions contract drafting, contract administration, FIDIC (Red Book / Yellow Book / Silver Book / Pink Book / Gold Book / Emerald Book / White Book), Pearl…

DataJinipk/contexai-consulting-agents · 507 tokens

steward

Senior HSE, ESG, and Decarbonisation Specialist for oil & gas, refining, petrochemical, polymer, upstream, and energy projects. Use whenever the user mentions HSE management system (HSE-MS), ISO 14001 environmental management, ISO 45001 occupational health & safety, OHSAS 18001, ISO 50001 energy management, IOGP…

DataJinipk/contexai-consulting-agents · 714 tokens

specification-writing

A workflow for writing a complete patent specification from patent claims and an invention disclosure. A patent specification is the detailed description that explains and supports what the claims seek to protect.

raja21068/AutoResearch · 49 tokens

invention-structuring

A writing workflow that turns a rough invention idea into a structured invention disclosure, a document used to explain a possible patent. It organizes the technical problem, solution, and advantages.

raja21068/AutoResearch · 56 tokens