원클릭으로
openscout
openscout에는 arach에서 수집한 skills 2개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Use the Scout CLI (scout send, scout ask, scout who, scout wait, scout whoami) for agent-to-agent coordination via the local broker. Load this skill whenever the user asks to message or ask another agent, hand off work across agents, continue a Scout flight/ref/session, route by project and harness, check who is around, or fan out a Scout request — including `/scout` and `@agent` mentions. Prefer shelling out to `scout` with structured flags over inventing agent names.
Defines how URL and HTTP endpoint strings should appear in code: centralize literals, separate configurable bases from fixed paths, and avoid secrets in source. Use when adding fetch/axios clients, WebSocket URLs, webhooks, OpenAPI bases, reviewing PRs for hardcoded URLs, or when the user asks about URL configuration policy.