From estat-api
Use this when the user wants to discover e-Stat API or DB-provided statistical tables, identify a statsDataId, or inspect table metadata before deciding how to fetch and normalize the actual data.
How this skill is triggered — by the user, by Claude, or both
Slash command
/estat-api:estat-api-data-searchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill to discover machine-readable e-Stat statistical tables.
recipes/discover-stats-table.mdrecipes/get-meta-info.mdrecipes/preview-table-data.mdreference.mdreference/gov_stats_codes.csvscripts/gov_stats_lookup.pyscripts/keyword_hints.pyscripts/list.pyscripts/tests/fixtures/get_stats_list_list_table.jsonscripts/tests/fixtures/get_stats_list_single_table.jsonscripts/tests/test_gov_stats_lookup.pyscripts/tests/test_parse_stats_list.pyUse this skill to discover machine-readable e-Stat statistical tables.
estat-file-search.scripts/gov_stats_lookup.py.searchWord values before calling the API. Prefer survey names, administrative terms,制度名, and likely table-title nouns over casual wording.getStatsList with scripts/list.py, using statsCode and searchWord as the main levers.statsDataId discovery. Metadata inspection and full data fetching are follow-up workflows.ESTAT_APP_ID
export ESTAT_APP_ID="<your app id>", or pass --app-id for a one-off command.--from-fixture; no app ID is needed.searchKind is normally omitted; the API default is enough for this skill's table discovery workflow.statsNameList=Y is not used in MVP because it changes the response from table candidates to survey-name lists.@id is the statsDataId, but candidate output must include surrounding context because IDs can appear duplicated in unhelpful ways.UPDATED_DATE are display metadata, not authoritative filters.jq pipelines for heavy responses.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 k-oxon/e-stat-wrangling-skills --plugin estat-api