git404hub

what is ir-search fr?

djfksjd/ir-search — explained in plain English

Analysis updated 2026-05-18

187PythonAudience · pm founderComplexity · 2/5LicenseSetup · easy

tl;dr

ir-search is an AI agent skill that searches South Korean government grant programs for startups, sorting results by current eligibility.

vibe map

mindmap
  root((ir-search))
    What it does
      Crawls Korean grant sources
      Sorts by eligibility
      Tracks changes on repeat runs
    Tech stack
      Python
      curl_cffi
      Agent skill format
    Use cases
      Find startup grants
      Plan future eligibility
      Track deadline changes
    Audience
      Korean startup founders
    Setup
      One line installer
      Works with Claude Code and others

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Find every currently open Korean government grant or support program your startup might qualify for.

VIBE 2

See which grants you could qualify for later once you meet a future condition, like incorporating a company.

VIBE 3

Get suggestions for reframing your project so it qualifies for a grant it would not otherwise match.

VIBE 4

Re-run the search later and see only what changed, such as new programs or closed deadlines.

what's the stack?

Pythoncurl_cffi

how it stacks up fr

djfksjd/ir-searchmocasus/auto-freecf6-robot/jie_3d_nav
Stars187186190
LanguagePythonPythonPython
Setup difficultyeasymoderatehard
Complexity2/53/54/5
Audiencepm founderdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

One-line installer detects your agent host and installs the curl_cffi Python dependency automatically.

Free to use for any purpose, including commercial use, as long as you keep the copyright notice, under the MIT license.

in plain english

ir-search is a skill for AI coding assistants, including Claude Code, Codex, Cursor, Gemini CLI, and a couple of others, that searches South Korean government and public agency support programs for startups and small businesses. It is explicitly limited to Korea only and does not cover funding programs in other countries. The tool crawls several official Korean sources, including K-Startup, Bizinfo, NIPA, KOCCA, and SMTECH, pulling every currently open program rather than relying on keyword search. The README explains that keyword search misses relevant programs, since something like an AI voice startup could also qualify for a content production grant or an arts and technology residency that would never surface from an obvious keyword. After gathering the listings, the agent asks a few questions about your project, such as your startup stage, region, and what kind of support you need, then checks eligibility against the detailed text of each posting. It sorts the results into three groups: programs you can apply to right now, programs that would open up if you meet some future condition such as incorporating a company, and programs you could qualify for by describing your project differently. Every program in the report links back to its original source page, and anything the posting does not state is marked as unknown rather than guessed. The skill is designed for repeated use. It saves your project profile to a local file so it does not ask the same questions again next time, and on a repeat search it compares against the previous results to report only what changed, such as new postings, changed deadlines, or programs that closed, instead of re-reading everything from scratch. Installation is a single shell script that detects which supported agent you have installed and sets it up automatically, including a required Python dependency called curl_cffi. Manual installation instructions are also given for each supported agent individually. The project is licensed under MIT.

prompts (copy fr)

prompt 1
Help me install ir-search for Claude Code and run a grant search for my startup.
prompt 2
Explain how ir-search sorts grant programs into the three eligibility groups.
prompt 3
Show me how ir-search compares a new search against my previous results.
prompt 4
Walk me through running the K-Startup crawler on its own from the command line.

Frequently asked questions

what is ir-search fr?

ir-search is an AI agent skill that searches South Korean government grant programs for startups, sorting results by current eligibility.

What language is ir-search written in?

Mainly Python. The stack also includes Python, curl_cffi.

What license does ir-search use?

Free to use for any purpose, including commercial use, as long as you keep the copyright notice, under the MIT license.

How hard is ir-search to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is ir-search for?

Mainly pm founder.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.