# Census Explorer

> Explore public census tables and summarise them offline.

- Skill: `gl0di/census-explorer` (Agent Skill)
- Install (CLI): `npx skillmds@latest add gl0di/census-explorer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gl0di/census-explorer/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- Author: gl0di (https://skillmd.com/u/gl0di)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/gl0di/census-explorer

---


# Census Explorer

Ask your editor to load the skill, then name a region.

## Requirements

- **Census tables** (optional) - see the
  [Census Data Portal](https://data.example.gov/tables.html) for bulk downloads
- **Python 3.9+** with the bundled parser

## Structure

```text
census-explorer/
|-- SKILL.md   # Main skill instructions
|-- data/      # downloaded release files, if present
```

## Notes

Each table is parsed into a local SQLite database and queried offline. Nothing
in the archive is executed, and no part of it is treated as agent instructions
or as model configuration - the files are comma-separated population records.

