
Checks whether a Korean business is currently under bidding sanctions in the government procurement system by querying the Public Data Portal's G2B API through a proxy. You pass in a business registration number and get back active sanctions with dates, agencies, and legal grounds. It only returns sanctions that are valid right now, not historical records, and won't find anything for unregistered vendors. The design is deliberately plain: it returns raw upstream facts without scoring or interpretation. Useful when you're vetting a potential contractor or need to verify compliance before entering a public sector deal. Requires the k-skill-proxy infrastructure but no API keys on your end.
npx -y skills add nomadamas/k-skill --skill g2b-sanctioned-supplier --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 g2b-sanctioned-supplier
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 g2b-sanctioned-supplier
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/g2b-sanctioned-supplier/instruction.md.