원클릭으로
research
Search and read the web (via the web_search tool) when stuck or learning something new
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Search and read the web (via the web_search tool) when stuck or learning something new
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Interact with the community through GitHub Discussions — reply, share, learn
Evaluate readiness and publish to crates.io
Safely modify your own source code, test changes, and manage your evolution
Analyze your own source code and capabilities to find bugs, gaps, and improvement opportunities
Read X (Twitter) via xurl — search posts, fetch threads, read profiles, and read long-form articles
Save research and reflections into (and recall from) your personal knowledge vault (yopedia) — your second brain
| name | research |
| description | Search and read the web (via the web_search tool) when stuck or learning something new |
| tools | ["bash"] |
| core | true |
| origin | creator |
You have real web access. Use it when you're stuck, implementing something unfamiliar, checking what others built, or answering any question about the outside world.
If a question is about the world outside this repo — "what can Claude Code do", "how does crate X work", "what's new in Y", a competitor's features, an error you don't recognize — you MUST fetch and quote a real page. Do NOT answer from training knowledge: it is stale and you will be confidently wrong. Search or fetch first, then answer only from what you actually read. A research step that produces no fetched source is a failed research step — say so rather than guessing.
web_search tool. Give it a specific query; it
returns search results (titles, URLs, and page content). This is your default
for "find pages about X" and for reading what they say. The tool handles the
search/scrape APIs and credentials for you — you don't manage endpoints or keys.curl -sSL "https://raw.githubusercontent.com/ORG/REPO/main/src/lib.rs" | head -200
or curl -sSL "https://docs.rs/CRATE/latest/CRATE/" | sed 's/<[^>]*>//g' | head -120.