Skip to content

feat(skill): add AUMetrics — 40 live Australian economic indicators#942

Open
pkumaschow wants to merge 3 commits intodanielmiessler:mainfrom
pkumaschow:add-aumetrics-skill
Open

feat(skill): add AUMetrics — 40 live Australian economic indicators#942
pkumaschow wants to merge 3 commits intodanielmiessler:mainfrom
pkumaschow:add-aumetrics-skill

Conversation

@pkumaschow
Copy link
Copy Markdown

Summary

Adds AUMetrics, a new PAI skill that fetches 40 live Australian economic indicators from public government sources and generates structured economic analysis reports. Mirrors the USMetrics skill architecture exactly.

  • Fetches from ABS Data API (SDMX REST, no auth) and RBA Statistical Tables (CSV downloads)
  • Two workflows: UpdateData (fetch + write Substrate dataset) and GetCurrentState (comprehensive analysis report)
  • No API keys required — all sources are public
  • Runtime: Bun (TypeScript)

Metrics covered (40 indicators across 10 categories)

Category Metrics
Economic Output Nominal GDP, GDP Growth QoQ, Real GDP per Capita, GNI, Retail Trade
Inflation CPI All Groups, CPI YoY, Trimmed Mean CPI, Fuel CPI, Electricity CPI, WPI, WPI YoY
Employment Unemployment, Participation, Total Employed, Full-Time, Part-Time, Emp/Pop Ratio
Housing RPPI (8 cities), House Price Index, YoY Change, Mortgage Rate, Housing Credit Growth, Investor Credit Growth
Consumer Household Debt to Income Ratio
Financial Markets Cash Rate, 10Y Bond, 3Y Bond, AUD/USD, TWI, M3 Money Growth, Business Credit Growth
Trade Terms of Trade, Merchandise Exports, Merchandise Imports
Government Net National Saving, Real NNDI, AFI Lending to Government
Demographics Net Overseas Migration (Quarterly)
Energy & Resources RBA Commodity Price Index (SDR)

Test plan

  • Dry run verified: bun Tools/UpdateSubstrateMetrics.ts --dry-run — all 40 metrics fetched successfully
  • Full run verified: Substrate files written to ~/Projects/Substrate/Data/AU-Common-Metrics/
  • GetCurrentState workflow tested: full economic analysis report generated
  • No API keys required — ABS and RBA sources are fully public

Skill repo

https://github.com/pkumaschow/pai-skill-aumetrics

🤖 Generated with Claude Code

peter.kumaschow and others added 3 commits January 20, 2026 14:34
Adds the AUMetrics skill, which fetches 40 live Australian economic
indicators from the ABS Data API (SDMX REST) and RBA Statistical Tables.
No API keys required — all sources are public.

Mirrors USMetrics architecture exactly:
- UpdateData workflow: fetches and writes to Substrate dataset
- GetCurrentState workflow: generates structured economic analysis

Categories covered: Economic Output, Inflation, Employment, Housing,
Consumer, Financial Markets, Trade, Government, Demographics, Energy.

Sources: ABS (SDMX REST, api.data.abs.gov.au) + RBA (CSV downloads)
Runtime: Bun (TypeScript)
Output: ~/Projects/Substrate/Data/AU-Common-Metrics/

Skill repo: https://github.com/pkumaschow/pai-skill-aumetrics

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant