us-census-data

A tool for querying data from the United States Census Bureau, including population, income, housing, education, and poverty statistics. It supports the American Community Survey, the Decennial Census, and population estimates.

In plain words
What is it for?
Use it to query Census variables for places such as states, counties, census tracts, and block groups, and to download the resulting data.
Why use it?
It helps retrieve demographic and economic figures by geography and time period without manually searching Census tables. An API key may be needed for regular production use.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/misterclean/claude-plugins/us-census-data
Any agent
npx skills add MisterClean/claude-plugins --skill us-census-data
Clone the repo
git clone --depth 1 https://github.com/MisterClean/claude-plugins

Made for: Claude Code, Codex.

Per session 95 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,223 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
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 $0.00095 $0.02223
Opus 5 $0.00048 $0.01111
Sonnet 5 $0.00019 $0.00445
Haiku 4.5 $0.00010 $0.00222

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

Security

Grade A, and why

us-census-data scanned grade A with 1 finding 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 2d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (examples/curl-examples.sh, examples/python-query.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl "https://api.census.gov/data/2022/acs/acs5?get=NAME,B01001_001E&for=state:*&key=$CENSUS_API_KEY"
skills/us-census-data/SKILL.md · 214 lines

How it starts

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

US Census Data Skill

Query demographic, economic, housing, and population data from the US Census Bureau API. Supports American Community Survey (ACS), Decennial Census, and Population Estimates.

Prerequisites

Before querying, check if the user has an API key:

  1. Look for CENSUS_API_KEY in the user's .env file
  2. If found, append to requests: &key=<api_key>
  3. If not found, instruct the user to:

The API works without a key for testing but is rate-limited and may block requests.

Quick Start

The Census API is at api.census.gov. Queries require:

  1. Dataset path: /data/{year}/{dataset} (e.g., /data/2022/acs/acs5)
  2. Variables: ?get=NAME,B01001_001E (variable codes)
  3. Geography: &for=county:*&in=state:17 (FIPS codes)
  4. API Key: &key=YOUR_KEY (required for production use)

Workflow

Step 1: Clarify the Data Need

Ask the user:

  • Topic: What data? (population, income, housing, education, poverty, etc.)
  • Geography: What level? (nation, state, county, tract, block group, ZCTA?)
  • Time period: Which year(s)?
  • Dataset: ACS 5-year (most common), ACS 1-year, or Decennial Census?

Step 2: Choose the Dataset

Need Dataset Endpoint Notes
Detailed demographics (small areas) ACS 5-Year /data/{year}/acs/acs5 Block group+, most reliable
Recent data (large areas only) ACS 1-Year /data/{year}/acs/acs1 65k+ population areas only
Exact population counts Decennial /data/2020/dec/dhc Every 10 years, block level
Annual population change Pop Estimates /data/{year}/pep/population County+, intercensal

See references/datasets.md for complete dataset documentation.

Step 3: Find Variables

Census variables use codes like B19013_001E (median household income). The E suffix = estimate, M suffix = margin of error.

Read the full file on GitHub · 214 lines

Files

What ships with it

8 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 2d ago First seen · 214 lines · 95 tokens per session scan A 8a91ce02eb1c

Subscribe to this mod's changes

us-census-data is a skill published in the GitHub repository MisterClean/claude-plugins (3 stars, last pushed 7mo ago), licensed MIT. It adds 95 tokens to every session and 2,223 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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

strategy-red-team

Red-team a PRD, roadmap, or strategy by attacking its load-bearing assumptions before reality does. Steelmans then attacks each claim, ranks failure modes by impact × likelihood × cheapness-to-test, and returns the cheapest test and kill criteria for each. Use when stress-testing a plan, pressure-testing a strategy…

phuryn/pm-skills · 78 tokens

retro

Facilitate a structured sprint retrospective — what went well, what didn't, and prioritized action items with owners and deadlines. Use when running a retrospective, reflecting on a sprint, creating action items from team feedback, or learning how to run effective retros.

phuryn/pm-skills · 52 tokens

release-notes

Generate user-facing release notes from tickets, PRDs, or changelogs. Creates clear, engaging summaries organized by category (new features, improvements, fixes). Use when writing release notes, creating changelogs, announcing product updates, or summarizing what shipped.

phuryn/pm-skills · 57 tokens

competitive-battlecard

Create sales-ready competitive battlecards comparing your product against a specific competitor — positioning, feature comparison, objection handling, and win/loss patterns. Use when preparing sales teams, creating competitive materials, or responding to 'why not competitor X?'.

phuryn/pm-skills · 52 tokens

stakeholder-map

Build a stakeholder map using a power/interest grid, identify communication strategies per quadrant, and generate a communication plan. Use when managing stakeholders, preparing for a launch, aligning cross-functional teams, or planning stakeholder engagement.

phuryn/pm-skills · 47 tokens

ms

Skill "ms" from boshu2/agentops, covering ms — metaskill search/load engine, constraints, quick start, consume — mcp-primary (mcpms) and write / admin — cli-only (verified landing in the live db).

boshu2/agentops · 65 tokens