government-support-survey

Surveys Korean government support program announcements from five public portals via k-skill-proxy.

7.4k|904|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/NomaDamas/k-skill --skill government-support-survey
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: government-support-survey
Source: https://github.com/NomaDamas/k-skill/tree/main/government-support-survey
Command: npx skills add https://github.com/NomaDamas/k-skill --skill government-support-survey

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Finding relevant Korean government support programs requires manually checking multiple portals like K-Startup, Bizinfo, NIPA, KOCCA, and SMTECH, each with different formats and search interfaces. This Skill consolidates all five sources into one structured survey and conservatively classifies each announcement against your project's eligibility.

Core Features & Use Cases

  • Multi-source survey: Queries K-Startup, Bizinfo, NIPA, KOCCA, and SMTECH through a single k-skill-proxy endpoint with a unified schema of title, field, agency, application period, and official URL.
  • Conservative fit classification: Labels each announcement as immediately applicable, conditionally eligible, possible with business pivot, or unsuitable, always citing the official source and deadline.
  • Fail-closed reporting: Never claims a complete survey when any source fails; partial results explicitly name missing sources.
  • Use Case: A startup founder asks which R&D or voucher programs their 2-year-old AI company can apply for this month, and receives a deduplicated list with deadlines, eligibility reasoning, and official links.

Quick Start

Ask the agent to survey all current Korean government support announcements across K-Startup, Bizinfo, NIPA, KOCCA, and SMTECH and classify which ones fit my project.

Frequently Asked Questions about government-support-survey

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search Korean government support programs in one place?

Run the survey command via npx @nomadamas/k-skill, which queries K-Startup, Bizinfo, NIPA, KOCCA, and SMTECH through k-skill-proxy and returns a unified JSON list with titles, agencies, deadlines, and official URLs.

What sources does the government support survey cover?

It covers five public portals: K-Startup Open API, Bizinfo (기업마당), NIPA, KOCCA, and SMTECH. You can restrict the query to a subset using the --sources flag with values like kstartup, bizinfo, nipa, kocca, or smtech.

Do I need an API key or login to use this survey?

No user login is required because queries go through the operator-managed k-skill-proxy. If the K-Startup API key is unset on the proxy side, results from the other four public portals are still returned with the omission noted.

What happens when one of the government portals fails to respond?

The response sets complete to false and reports per-source status. The skill treats results as partial, never claims a full survey, and instructs you to manually check the missing source rather than bypassing blocks or CAPTCHAs.

Can this skill submit applications to government programs automatically?

No. It only collects and classifies public announcement metadata with official links. Actual applications must be made on the official sites, and any final submission requires explicit user approval beforehand.