feat: You.com 웹 검색·리서치 커맨드(/youcom) 추가#2
Conversation
/youcom 커맨드와 fireauto-youcom-guide 스킬을 추가한다. You.com MCP(무료 profile=free, 회원가입 불필요)로 웹/뉴스 검색을 하고 항상 출처 링크를 남기도록 안내한다. 무료 프로필은 you-search만 제공하며 you-research(심층 리서치)는 API 키 인증이 필요하다는 점을 명확히 문서화했다.
전체 커맨드 표, 빠른 목록, 상세 설명 섹션에 /youcom을 추가한다.
There was a problem hiding this comment.
Code Review
This pull request introduces a new /youcom command and its corresponding skill guide to enable real-time web search and deep research using the You.com MCP. The feedback suggests updating the allowed-tools configuration in both the command definition and the skill guide frontmatter to include WebSearch and wildcard patterns for You.com tools, preventing unnecessary permission prompts during execution.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| allowed-tools: | ||
| - WebFetch | ||
| - Read | ||
| - Write | ||
| - Bash | ||
| - mcp__you-com__you-search |
There was a problem hiding this comment.
You.com MCP가 연결되어 있지 않을 때 네이티브 WebSearch로 대체하는 폴백(fallback) 메커니즘이 존재하지만, allowed-tools 목록에 WebSearch가 누락되어 있어 실행 시 권한 확인 팝업이 뜰 수 있습니다. 또한, 유료 프로필 사용 시 제공되는 you-research, you-contents, you-finance 등의 도구들을 권한 확인 없이 원활하게 사용하기 위해 와일드카드(*) 패턴을 적용하는 것이 좋습니다.
| allowed-tools: | |
| - WebFetch | |
| - Read | |
| - Write | |
| - Bash | |
| - mcp__you-com__you-search | |
| allowed-tools: | |
| - WebSearch | |
| - WebFetch | |
| - Read | |
| - Write | |
| - Bash | |
| - mcp__you-com__* |
| --- | ||
| name: fireauto-youcom-guide | ||
| description: > | ||
| "웹 검색", "You.com 리서치", "실시간 정보 조사", "출처 있는 답변", "최신 정보 확인", | ||
| "web search", "you.com research" 등 실시간 웹 정보가 필요하거나 출처를 밝혀야 하는 | ||
| 질문에 답할 때 사용하세요. | ||
| --- |
There was a problem hiding this comment.
이 가이드 스킬이 암시적으로(implicitly) 활성화되었을 때, Claude가 권한 확인 팝업 없이 웹 검색 및 You.com MCP 도구를 원활하게 호출할 수 있도록 프론트매터(frontmatter)에 allowed-tools 설정을 추가하는 것을 권장합니다.
| --- | |
| name: fireauto-youcom-guide | |
| description: > | |
| "웹 검색", "You.com 리서치", "실시간 정보 조사", "출처 있는 답변", "최신 정보 확인", | |
| "web search", "you.com research" 등 실시간 웹 정보가 필요하거나 출처를 밝혀야 하는 | |
| 질문에 답할 때 사용하세요. | |
| --- | |
| --- | |
| name: fireauto-youcom-guide | |
| description: > | |
| "웹 검색", "You.com 리서치", "실시간 정보 조사", "출처 있는 답변", "최신 정보 확인", | |
| "web search", "you.com research" 등 실시간 웹 정보가 필요하거나 출처를 밝혀야 하는 | |
| 질문에 답할 때 사용하세요. | |
| allowed-tools: | |
| - WebSearch | |
| - WebFetch | |
| - mcp__you-com__* | |
| --- |
관련 Issue: #1
변경 내용
You.com 기반 웹 검색·리서치 커맨드
/youcom과 짝이 되는 가이드 스킬을 추가합니다. 기존/researcher커맨드 +fireauto-research-guide스킬의 형식을 그대로 따릅니다.plugin/commands/youcom.md— 한국어 슬래시 커맨드(frontmatter: description/allowed-tools/user-invocable). You.com MCP로 웹 검색과 리서치를 수행하고 항상 출처를 정리합니다. 읽기 전용, 부수효과 없음.plugin/skills/fireauto-youcom-guide/SKILL.md— 한국어 가이드 스킬(검색 vs 리서치 선택, MCP 연결, 출처 표기 원칙).README.md— 전체 커맨드 표 / 빠른 목록 / 상세 섹션에/youcom등록(/researcher형식과 동일).MCP 연결(무료, 가입 불필요)
claude mcp add --transport http you-com "https://api.you.com/mcp?profile=free"무료 프로필은
you-search(웹/뉴스 검색, 하루 100회, 인증 불필요)를 제공합니다.you-research등 심층 도구는 API 키 인증이 필요하므로, 커맨드/가이드 문서에 무료 vs 인증 프로필 차이를 명확히 구분해 과장 없이 안내했습니다.검증
claude mcp add ... api.you.com/mcp?profile=free을 그대로 실행 → 정상 등록 및 연결(✔ Connected) 확인 후 테스트 서버 제거(설정 원복)./researcher·fireauto-research-guide와 키 구성 일치.English summary: Adds a
/youcomweb-search/research command + paired guide skill for fireauto, mirroring the existing/researchercommand andfireauto-research-guideskill. Uses the You.com MCP (free no-signup profile:claude mcp add --transport http you-com "https://api.you.com/mcp?profile=free"), always citing sources, read-only. Verified honestly against You.com's docs that the free profile exposes you-search (research needs API-key auth) and documented that split rather than overpromising. Verification: ran the exact MCP-add command the doc gives → registered + Connected, then removed; frontmatter/JSON validity and README consistency confirmed; no existing command touched.