🔍
AutomationPython

Sole Search

by djfksjd

Sole Search is an Automation skill for Claude Code, published by djfksjd in sole-search.

45 stars12 forkson djfksjd/sole-searchAdded 2026/08/11Repository updated 2026/07/30
ai-agentclaude-codeclaude-skillgovernment-supportkoreasmall-businesssole-proprietor
Install in seconds
Install Sole Search
Copy Sole Search into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/djfksjd/sole-search/tree/main/skills/sole-search ~/.claude/skills/sole-search

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/djfksjd/sole-search.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/sole-search/SKILL.md in djfksjd/sole-search
Installs to
~/.claude/skills/sole-search
Collection
One of 2 skills cataloged from this repository
Category
Automation1523 skills

What Sole Search does

Researches government support programs for Korean small business owners by collecting announcements and checking eligibility based on industry, region, and business profile. Covers grants, loans, vouchers, and consulting.

Sole Search is cataloged under Automation on DirSkills. Sole Search comes from a repository tagged ai-agent, claude-code, claude-skill, government-support and korea.

Documentation

README

sole-search — 소상공인 지원사업 조사

스크립트 위치: ${CLAUDE_PLUGIN_ROOT}/skills/sole-search/scripts/ (단독 스킬 설치 시 스킬 디렉토리 자체). 미정의 시 폴백: ~/.claude/skills/sole-search/scripts/. 아래 명령의 경로 변수를 환경에 맞게 치환해 실행한다.

이 스킬은 "룰베이스 수집 + LLM 판정" 구조다. 스크립트는 공고를 기계적으로 수집만 하고, 선별·자격 판정·보고서는 에이전트(너)가 한다.

세 가지 원칙 (위반 금지):

  1. 조용한 누락 금지 — 커버하지 못한 소스·읽지 못한 첨부는 보고서에 명시한다. 모든 보고서에 coverage_manifest가 있어야 한다.
  2. 추정 금지 — 공고 원문에 없는 것은 '불명'. 첨부를 읽지 못했으면 확인됨 판정 금지.
  3. 허위신청 유도 금지 — "변형하면 가능" 식 프레이밍을 쓰지 않는다. 실제 등록업종·영업내용이 뒷받침되는 것만 후보다.

0단계 — 프로필

먼저 현재 작업 폴더에서 sole-profile.md를 찾는다. 있으면 본문 요약을 보여주고 "바뀐 것 있나요?" 한 번만 묻고 1단계로 간다.

없으면 쉬운 말로, 관공서 용어 없이, 한 번에 묻는다 (이미 대화·폴더에서 파악된 항목은 제외):

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Sole Search

  • What else does djfksjd publish alongside Sole Search?

    Sole Search is one of 2 skills that DirSkills catalogs from djfksjd/sole-search, the repository it ships in. Its siblings there include Sole Search. Each one is a separate skill with its own page in this directory, installs the same way Sole Search does, and is maintained by djfksjd in that same repository. The rest of the collection is listed on the djfksjd/sole-search page.

  • How does Sole Search compare to other Automation skills?

    Sole Search ranks #1438 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Sole Search against them. Open each page to compare what they document and how they install.