返回顶部
c

census

US Census Bureau — population, demographics, ACS data, economic indicators, and geographic data.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
460
下载量
0
收藏
概述
安装方式
版本历史

census

# 📊 Census API US Census Bureau — population, demographics, ACS data, economic indicators, and geographic data. ## Requirements | Variable | Required | Description | |----------|----------|-------------| | `CENSUS_API_KEY` | ✅ | Census API key (optional) | ## Quick Start ```bash # ACS 5-Year estimates python3 {{baseDir}}/scripts/census.py acs-5yr --get "NAME,B01003_001E" --for "state:*" # ACS 1-Year estimates python3 {{baseDir}}/scripts/census.py acs-1yr --get "NAME,B01003_001E" --for "state:*" # 2020 Decennial Census python3 {{baseDir}}/scripts/census.py decennial --get "NAME,P1_001N" --for "state:*" # Population estimates python3 {{baseDir}}/scripts/census.py population --get "NAME,POP_2022" --for "state:*" # County Business Patterns python3 {{baseDir}}/scripts/census.py cbp --get "NAME,ESTAB,EMP" --for "state:*" --naics "72" # Poverty data python3 {{baseDir}}/scripts/census.py poverty --get "NAME,B17001_001E,B17001_002E" --for "state:*" # Median household income python3 {{baseDir}}/scripts/census.py income --get "NAME,B19013_001E" --for "state:*" # Housing data python3 {{baseDir}}/scripts/census.py housing --get "NAME,B25001_001E,B25002_002E,B25002_003E" --for "state:*" # List available datasets python3 {{baseDir}}/scripts/census.py list-datasets --year "2022" # List ACS variables python3 {{baseDir}}/scripts/census.py list-variables # List available geographies python3 {{baseDir}}/scripts/census.py list-geographies ``` ## Output Format All commands output JSON by default. ## Script Reference | Script | Description | |--------|-------------| | `{baseDir}/scripts/census.py` | Main CLI — all commands in one tool | ## Credits Built by [M. Abidi](https://www.linkedin.com/in/mohammad-ali-abidi) | [agxntsix.ai](https://www.agxntsix.ai) [YouTube](https://youtube.com/@aiwithabidi) | [GitHub](https://github.com/aiwithabidi) Part of the **AgxntSix Skill Suite** for OpenClaw agents. 📅 **Need help setting up OpenClaw for your business?** [Book a free consultation](https://cal.com/agxntsix/abidi-openclaw)

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 census-1776419963 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 census-1776419963 技能

通过命令行安装

skillhub install census-1776419963

下载 Zip 包

⬇ 下载 census v1.0.0

文件大小: 3.41 KB | 发布时间: 2026-4-17 19:53

v1.0.0 最新 2026-4-17 19:53
Census Skill v1.0.0 — Initial Release

- Adds support for querying US Census Bureau data: population, demographics, ACS data, economic indicators, and geographic data.
- Provides a single CLI tool for accessing multiple Census datasets (ACS, Decennial Census, Population, CBP, Poverty, Income, Housing).
- Outputs results in JSON format.
- Includes commands for listing available datasets, variables, and geographies.
- Requires a Census API key via the CENSUS_API_KEY environment variable.
- No external dependencies; uses Python 3.10+ standard library only.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部