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 iblai/government-agents --skill federal-registergit clone --depth 1 https://github.com/iblai/government-agentsWrote 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/iblai/government-agents/federal-register)<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.
<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>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.00039 | $0.00568 |
| Opus 5 | $0.00019 | $0.00284 |
| Sonnet 5 | $0.00008 | $0.00114 |
| Haiku 4.5 | $0.00004 | $0.00057 |
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.
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 keywordGET /documents/{document_number}— retrieve full details for a specific document numberGET /documents/{document_number}.json— fetch structured JSON with full text, CFR references, and docket IDGET /agencies— list agencies with their short slugs for filteringGET /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_urlorbody_html_urlfields; plain-text extraction may require HTML stripping. - The Unified Regulatory Agenda is published twice yearly (spring/fall) and is best retrieved from
regulations.govorreginfo.govfor structured RIN data. - Document numbers follow the format
YYYY-NNNNN; CFR citations use standard Title-Part-Section notation.
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.
- 12d ago First seen · 39 lines · 39 tokens per session scan A 29e23a5c5fa7
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.
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.
aetox-contract-standards
ร่างสัญญาภาษาอังกฤษจากแบบมาตรฐานที่ใช้ฟรีได้ NDA, SLA, ข้อตกลงเรื่อง AI, สัญญาพาร์ตเนอร์ช่วงพัฒนา ใช้ตอนต้องส่งสัญญาให้คู่ค้าต่างประเทศ หรือตรวจฉบับที่เขาส่งมา.
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…
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…
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.
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.