Stats
Actions
Tags
From due-diligence-jp
Searches the gBizINFO registry for Japanese companies by name (kanji, kana, Latin, hiragana) to find the 13-digit corporate number (法人番号) when you don't have it.
How this skill is triggered — by the user, by Claude, or both
Slash command
/due-diligence-jp:gbizinfo-company-searchThe 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_company tool:
{
"name": "search_company",
"arguments": {
"name": "<company name, 2+ chars>",
"limit": 5
}
}
The classifier accepts:
For each candidate, present:
Confirm the candidate with the user before drilling deeper.
npx claudepluginhub kokai-data/japan-business-data --plugin due-diligence-jpCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.