congress-gov

congress-gov is a skill for Claude Code, Codex from iblai/government-agents. It costs 37 tokens per session (599 once invoked), scanned A, original, MIT.

A connection to Congress.gov, the official Library of Congress source for U.S. federal legislative records. It covers bills, resolutions, amendments, committee activity, Congressional Record entries, and member information from 1973 onward.

In plain words
What is it for?
Use it to search bills, read their summaries and full text, track committee and floor activity, review votes and amendments, and examine sponsorship or co-sponsorship.
Why use it?
It replaces scattered manual searches when following legislation through Congress. It keeps bill text, sponsors, committee actions, hearings, and votes together.

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 search bills, read their summaries and full text, track committee and floor activity, review votes and amendments, and examine sponsorship or co-sponsorship.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/iblai/government-agents/congress-gov
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 congress-gov
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 congress-gov

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/iblai/government-agents/congress-gov"><img src="https://agentmods.dev/badge/skills/iblai/government-agents/congress-gov.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 599 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.00037 $0.00599
Opus 5 $0.00018 $0.00300
Sonnet 5 $0.00007 $0.00120
Haiku 4.5 $0.00004 $0.00060

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

Security

Grade A, and why

congress-gov 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/congress-gov/SKILL.md · 37 lines

How it starts

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

Congress.gov API

What it is

The Congress.gov API is the official public data interface provided by the Library of Congress for U.S. legislative data. It covers all bills, resolutions, amendments, committee activity, Congressional Record entries, and member information from the 93rd Congress (1973) to the present. Legislative affairs agents rely on it as the authoritative source for federal bill tracking and legislative analysis.

When to use this skill

  • Searching for bills by keyword, subject area, sponsor, or Congress session
  • Retrieving full bill text, summary, and all legislative actions for a specific bill number
  • Checking committee referrals, hearing schedules, and markup results
  • Monitoring floor actions, recorded votes, and amendment activity
  • Tracking the sponsorship and co-sponsorship patterns for a piece of legislation

Credentials

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

  • CONGRESS_GOV_API_KEY - API key obtained from the Congress.gov API registration portal (api.congress.gov)

Key operations

  • GET /v3/bill — search bills with filters for Congress, bill type, offset/limit, and sort order
  • GET /v3/bill/{congress}/{billType}/{billNumber} — retrieve full bill record including status and summary
  • GET /v3/bill/{congress}/{billType}/{billNumber}/text — list available text versions with format URLs
  • GET /v3/bill/{congress}/{billType}/{billNumber}/actions — retrieve chronological action history
  • GET /v3/bill/{congress}/{billType}/{billNumber}/cosponsors — list co-sponsors with sponsorship date
  • GET /v3/bill/{congress}/{billType}/{billNumber}/committees — show committee referrals and activity
  • GET /v3/member/{bioguideId} — retrieve member profile and sponsored legislation list

Notes

  • API key is free; register at api.congress.gov with a .gov or organizational email.
  • Rate limit: 5,000 requests/hour per API key.
  • Full bill text is linked via URL in the text endpoint; retrieve the document directly from the provided CDN URL (no key needed for the text file itself).
  • Bill status descriptions (e.g., "Became Law") are human-readable strings, not machine codes; parse with care in automated pipelines.

Read the full file on GitHub · 37 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 · 37 lines · 37 tokens per session scan A 92c883172f74

Subscribe to this mod's changes

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