From legal-research-jp
Search Japanese laws / cabinet orders / ministerial ordinances via the e-Gov 法令検索 API v2 (デジタル庁). Returns law metadata (law_id / law_num / title / enforcement_date / law_type). Use for legal research, statute lookup, regulatory mapping, M&A due-diligence-law verification. 日本語 keyword: 法令検索 / 日本法令 検索 / e-Gov 法令 / 法律 keyword 検索 / 業法 確認.
How this skill is triggered — by the user, by Claude, or both
Slash command
/legal-research-jp:search-egov-lawsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when:
Use this skill when:
Call the kokai MCP server's search_egov_laws tool:
{
"name": "search_egov_laws",
"arguments": {
"keyword": "<search term, e.g., 中小企業, 個人情報, 労働基準>",
"law_type": "<optional: Constitution / Act / CabinetOrder / MinisterialOrdinance / Rule>",
"limit": 20
}
}
keyword is required (free-text Japanese, matches law title + content). law_type is optional filter. limit defaults to 20, max 100.
| Value | Japanese | Notes |
|---|---|---|
Constitution | 憲法 | 日本国憲法のみ |
Act | 法律 | 国会制定 (e.g., 中小企業基本法) |
CabinetOrder | 政令 | 内閣制定 (e.g., 中小企業基本法施行令) |
MinisterialOrdinance | 省令 / 府令 | 各省庁制定 (e.g., 個人情報保護法施行規則) |
Rule | 規則 | 委員会規則 等 |
For each law:
law_id (法令 ID、get_egov_laws_data で本文 / 条文 fetch に使う)law_num (法令番号、e.g., "昭和三十八年法律第百五十四号")title (法令名)title_kana (法令名 ふりがな)enforcement_date (施行日)promulgation_date (公布日)law_type (Constitution / Act / CabinetOrder / MinisterialOrdinance / Rule)source_authority: "official" (公式 cite_required layer)attribution_text: "出典: e-Gov 法令検索 (デジタル庁) https://laws.e-gov.go.jp/"| 領域 | gBizINFO | 国税庁 | J-Grants | EDINET | e-Gov 法令 (this) | 官公需 |
|---|---|---|---|---|---|---|
| 法人特定 | ✅ | ✅ | — | ✅ (上場) | — | — |
| 補助金 | ❌ | — | ✅ | — | — | — |
| 異動履歴 | △ | ✅ | — | △ | — | — |
| IR / 財務 | △ | — | — | ✅ | — | — |
| 法令本文 / 改正履歴 | ❌ | ❌ | — | ❌ | ✅ 公式 | — |
| 政府調達公告 | — | — | — | — | — | ✅ |
Pair with get-egov-laws-data to fetch the full text / 条文 of a specific law after discovery.
attribution_text + law_id + enforcement_date in any final output.Provides 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.
npx claudepluginhub kokai-data/japan-business-data --plugin legal-research-jp