From estat-api
Use this when the user wants to search e-Stat for downloadable files such as xlsx, csv, or pdf and is still working at the search-and-download stage rather than the downstream parsing stage.
How this skill is triggered — by the user, by Claude, or both
Slash command
/estat-api:estat-file-searchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill to locate downloadable e-Stat files.
recipes/download-file.mdrecipes/filter-by-prefecture.mdrecipes/search-by-keyword.mdreference.mdreference/gov_stats_codes.csvscripts/download.pyscripts/gov_stats_lookup.pyscripts/keyword_hints.pyscripts/search.pyscripts/tests/fixtures/get_data_catalog_list_resource.jsonscripts/tests/fixtures/get_data_catalog_single_resource.jsonscripts/tests/test_gov_stats_lookup.pyscripts/tests/test_parse_catalog.pyUse this skill to locate downloadable e-Stat files.
estat-api-data-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.getDataCatalog with scripts/search.py, using statsCode and searchWord as the main levers.scripts/download.py only after the candidate row has been validated or the user explicitly asks for the likely file.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.dataType=XLS,CSV,PDF,XLS_REP, but dataType is only a hint. Always verify RESOURCES.RESOURCE.FORMAT.--data-type ALL when absence matters or DB-only data may be relevant.FORMAT=DB dominates or the target appears API-only, switch to estat-api-data-search.LAST_MODIFIED_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