destatis-genesis government

Find the right official-statistics object, fetch and decode its data, and export tables to CSV/Excel — over the DESTATIS GENESIS-Online API via the destatis-genesis-cli.

Install

  1. Install the destatis CLI:

    npm i -g @maschinenlesbar.org/destatis-genesis-cli
  2. Add the marketplace (once):

    /plugin marketplace add maschinenlesbar-org/plugins
  3. Install the plugin:

    /plugin install destatis-genesis@maschinenlesbar

Requirements such as API keys or accounts are listed in SKILLS.md.

Skills

  • /destatis-genesis:destatis-data-fetch

    Fetch and interpret the actual numbers from a DESTATIS GENESIS table, cube or time series using the destatis-genesis-cli, then explain the returned CSV. Trigger when the user asks "get the population of Germany for 2023", "pull Destatis table 12411-0001", "how many births per Bundesland from GENESIS?", "fetch the GDP time series", or has an EVAS code and wants the values narrowed by year and region. Handles the year/region/classifying filters and decodes the ";"-delimited German-format CSV that arrives inside Object.Content.

  • /destatis-genesis:destatis-statistics-finder

    Find the right German official-statistics object (table, statistic, cube or time series) in the DESTATIS GENESIS database using the destatis-genesis-cli. Trigger when the user asks "which Destatis table has population by Bundesland?", "find official statistics on unemployment", "what's the EVAS code for GDP?", "search GENESIS for CO2 emissions data", or needs to turn a topic into a concrete object code before pulling numbers. Searches with find, narrows with catalogue, and confirms the structure with metadata — handing back the exact code to fetch.

  • /destatis-genesis:destatis-table-download

    Export a DESTATIS GENESIS table, cube, time series or saved result to a file (CSV, flat "ffcsv", Excel, HTML or GENML) using the destatis-genesis-cli. Trigger when the user asks "download Destatis table 12411-0001 as CSV", "save the population data to Excel", "export the GENESIS time series to a file", or wants a spreadsheet-ready file rather than JSON in the terminal. Writes the server-rendered download (a ZIP) to a path you confirm, and reports what was written.

Details

Repository
maschinenlesbar-org/destatis-genesis-cli
CLI
@maschinenlesbar.org/destatis-genesis-cli (command destatis)
Plugin version
0.2.0, from tag v0.0.6
License
AGPL-3.0-or-later
Data terms
DATA_LICENSE.md
Keywords
destatis, genesis, genesis-online, statistik, official-statistics, germany, opendata, bund.dev