소스 정보
- 저장소
- CascadingLabs/Yosoi
- 최근 소스 활동
- 2026년 8월 16일 15:41
- 감지된 SKILL.md 언어
- 영어
- 스타
- 4
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/CascadingLabs/Yosoi --skill yosoi-qa-index명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Use for bounded agent discovery over a Yosoi QA observation index with evidence-bound navigate/click actions and deterministic postconditions.
Use when acquiring web page evidence with Yosoi without scraping: safe LLM-bounded content previews, raw/static HTML, rendered HTML, cleaned HTML, text/markdown, links, headers, network endpoints, accessibility snapshots, bundles, and advisory contract probes via `yosoi fetch` or `ys.fetch`.
Use when an agent needs to use Yosoi for crawl, search, fetch, or research workflows. Triggers include web crawl, source discovery, page fetch, evidence packet, research frontier, local Perplexity, candidate contracts, scrape pipeline planning, and turning web research into repeatable Yosoi commands.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | yosoi-qa-index |
| description | Use for bounded read-only QA over an existing Yosoi observation index. |
For a packaged CLI status check, use uvx yosoi qa status --json.
This surface is read-only and only reports evidence that is actually wired. It does not capture
pages, start a browser, call a model, or infer missing modalities. The standalone MCP launcher has
no evidence store and reports ready=false; evidence tools become usable only when a host injects
an IndexQAToolHandler backed by an IndexSession.
status and capabilities. State unavailable capture, visual, network, or accessibility
modalities explicitly; never imply that a missing modality was checked.overview for the snapshot. Its defaults are the deterministic character
estimator and 1,000 tokens; never exceed the server ceiling. Treat each displayed ordinal as a
handle, not as a selector or a claim that omitted entries do not exist.inspect with the snapshot and overview ordinal (the service resolves it to the exact
RegionRef). Use expand only for a region and keep its offset/item/byte budgets bounded.diff only for related snapshots. Report identity limits and truncation from the returned
evidence instead of matching by position.Do not encode pruning or ranking rules in prompts. Never request restricted evidence: provider-facing inspection has no restricted mode, and a session refuses restricted index sources. Do not claim a live browser, provider, screenshots, video, actions, persistence, sanitization, or security/auth wiring. The MCP launcher is only a transport over an injected handler and fails closed when no index session is supplied.