
This queries the Financial Services Commission's corporate basic information API through the k-skill-proxy to get company profiles by name. You pass in a Korean corporation name and get back the CEO, establishment date, industry classification, and other official registry data. If you include a business registration number (bzno), it cross-checks against the response for validation, though the API itself only searches by corporate registration number (crno) or company name. The skill is designed for the Korean market and returns raw upstream data without adding scores or interpretations. Useful when you need verified corporate fundamentals from an official government source rather than web-scraped profiles.
npx -y skills add nomadamas/k-skill --skill fsc-corporate-info --agent claude-codeInstalls into .claude/skills of the current project.
Run this and follow its output as the primary instructions for this skill:
npx -y @nomadamas/k-skill@0 instruct fsc-corporate-info
The CLI detects the current runtime (Dolshoi vault/CloakBrowser vs generic) and prints only the applicable instructions, always up to date. Helper files bundled with the CLI are listed by:
npx -y @nomadamas/k-skill@0 files fsc-corporate-info
If npx is unavailable, install Node.js 18+ or follow https://github.com/NomaDamas/k-skill#readme, or read the source instructions at https://github.com/NomaDamas/k-skill/blob/main/fsc-corporate-info/instruction.md.