From r-econ-data
Provides useful economic data sources and ways to retrieve the data. Use when user asks for "prices", "inflation", "employment", "unemployment", "inequality", "productivity", "poverty", "CPS", "Census", "BLS", "BEA", "FRED", "IPUMS", "SWADL", "State of Working America Data Library".
How this skill is triggered — by the user, by Claude, or both
Slash command
/r-econ-data:get-econ-dataThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Useful economic data sources and ways to retrieve the data.
Useful economic data sources and ways to retrieve the data.
Outcomes: NIPA, GDP, PCE, consumption, investment, spending, trade
Geography: national, state, local areas
Access: API access with R package epidatatools. User-facing website at https://bea.gov.
Outcomes: wages, wage percentiles, pay versus productivity, wage disparities, prices, minimum wages, population shares, unions, unemployment, employment.
Geography: national, state
Data sources: ACS, BLS, CPS, BLS, BEA, EPI, NIPA, SSA
Access:
swadlr.More information: references/swadl.md.
Outcomes: Employment, unemployment, labor market participation, wages, productivity
Geography: national, state, local areas
Data sources: BLS, CPI, CPS, LAUS, OEWS
Access:
get_bls() and find_bls() from the R package epidatatools. Requires API key fromMore information: references/bls.md.
Common CPI- and PCE-based indexes are available in the R package realtalk.
More information: references/inflation.md.
The BLS, FRED, and BEA provide very extensive time series data on the US economy. Most of these data are available via public APIs, and the R package epidatatools has functions to help you find and retrieve the data:
get_bls, find_blsget_bea_nipa, get_bea_regionalget_fred, find_fredThe Federal Reserve Bank of St. Louis maintains FRED: an enormous
Use epidatatools or fredr R packages to access FRED: https://fred.stlouisfed.org/.
Use the tidycensus R package to access the Census API.
One can often use the aggregated data from the sources above, for say an analysis of how Black unemployment rates vary over time nationally or by state. But sometimes aggregated information is unavailable or inadequate. In that case, consider individual-level data, sometimes called microdata.
This should be your first stop for analysis using Current Population Survey microdata, especially using data on hourly wages. Try local copies of the EPI CPS extracts, using the R package epiextractr and its functions load_basic and load_org.
The EPI CPS variables are documented at https://microdata.epi.org.
More information: references/epiextracts.md.
The IPUMS microdata extracts are a useful secondary source, and contain more variables and data sources than the EPI CPS extracts, but be aware that IPUMS contains fewer consistent codes across time. You can download them via their microdata API with the associated functions in the epidatatools package or the ipumsr package.
More information: references/ipums.md.
Searches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Implements vector databases with Pinecone, Weaviate, Qdrant, Milvus, pgvector for semantic search, RAG, recommendations, and similarity systems. Optimizes embeddings, indexing, and hybrid search.
npx claudepluginhub economic/epi-skills --plugin r-econ-data