From legal-research-jp
Fetch the full text / 条文 / chapter structure of a specific Japanese law from e-Gov 法令検索 API v2 (デジタル庁). Use after search-egov-laws to retrieve actual statute body, article-by-article. Returns structured law content (chapters / articles / paragraphs) with public 公式 citation. 日本語 keyword: 条文取得 / 法令本文 / e-Gov 法令データ / 法律全文取得 / law_id で条文取得.
How this skill is triggered — by the user, by Claude, or both
Slash command
/legal-research-jp:get-egov-laws-dataThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when:
Use this skill when:
law_id from search-egov-laws and need the actual statute text.Call the kokai MCP server's get_egov_laws_data tool:
{
"name": "get_egov_laws_data",
"arguments": {
"law_id": "<law_id from search-egov-laws, e.g., 338AC0000000154>"
}
}
law_id is required (obtained from search-egov-laws results).
law_id (input echoed)law_num (法令番号)title (法令名)enforcement_date / promulgation_datechapters (array of 章): each with chapter_num, chapter_title, articles (array of 条)article_num, article_title, paragraphs (array of 項), items (号)revision_info (改正履歴 summary if available)source_authority: "official" (公式 cite_required)attribution_text: "出典: e-Gov 法令検索 (デジタル庁) https://laws.e-gov.go.jp/law/<law_id>"source_url: direct e-Gov URL for the law's HTML view1. User asks about a Japanese law topic
↓
2. search-egov-laws (keyword search) → list of candidate laws (10-20)
↓
3. User / agent selects one law_id
↓
4. get-egov-laws-data (law_id) → full statute text + structure
↓
5. Quote specific 条 / 項 / 号 with attribution_text + source_url
e-Gov 法令検索 is the only official statutory database for Japanese law. Third-party services (jurist sites, commentary platforms) provide interpretation but not 公式 text. When AI agent needs cite_required statute text:
attribution_text + law_id + 条番号 + enforcement_date for any quoted provisions.enforcement_date of the version retrieved.npx claudepluginhub kokai-data/japan-business-data --plugin legal-research-jpProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.