MCP HubMCP Hub
스킬 목록으로 돌아가기

Web Research

Quintusnz
업데이트됨 Today
284 조회
0
GitHub에서 보기
기타researchwebinformation-gathering

정보

이 스킬은 검색 쿼리를 작성하고, 다양한 소스의 정보를 종합하며, 결과를 구조화된 마크다운 보고서로 정리하는 방식으로 모든 주제에 대한 자동화된 웹 리서치를 수행합니다. 얕은 검색과 깊은 검색 모드를 모두 제공하여 포괄적인 정보를 신속하게 수집하는 데 이상적입니다. 개발자는 리서치 작업, 정보 수집, 급변하는 주제에 대한 최신 정보 습득을 위해 이 스킬을 사용해야 합니다.

빠른 설치

Claude Code

추천
기본
npx skills add Quintusnz/SideKIckOS_V2
플러그인 명령대체
/plugin add https://github.com/Quintusnz/SideKIckOS_V2
Git 클론대체
git clone https://github.com/Quintusnz/SideKIckOS_V2.git ~/.claude/skills/Web Research

Claude Code에서 이 명령을 복사하여 붙여넣어 스킬을 설치하세요

문서


name: Web Research version: 1.0.0 description: Performs web-based research on any topic category: research tools:

  • web_search
  • summarization input_schema: query: type: string description: Topic to research depth: type: string enum: [shallow, deep] default: shallow output_format: markdown estimated_tokens: 2000 author: SkillsFlow tags:
  • research
  • web
  • information-gathering

Web Research Skill

Purpose

Conduct comprehensive internet-based research and gather relevant information about any topic.

How It Works

  1. Parse the user query to identify key search terms
  2. Formulate targeted search queries
  3. Search multiple sources (could use web APIs)
  4. Aggregate and synthesize findings
  5. Return structured markdown report

Example Usage

Shallow Search

Query: "Latest trends in renewable energy"
Expected Output: Brief overview (500-1000 words)

Deep Search

Query: "Impact of AI on employment"
Expected Output: Comprehensive analysis (2000+ words) with citations

Constraints

  • Only whitelisted APIs allowed
  • Maximum 3 search calls per invocation
  • 30-second timeout limit
  • Must cite sources

Output Format

Returns markdown with:

  • Executive summary
  • Key findings (bullet points)
  • Detailed analysis
  • Source citations

Success Criteria

✓ Relevant results found ✓ Multiple sources cited ✓ Well-organized markdown ✓ Information is current and accurate

GitHub 저장소

Quintusnz/SideKIckOS_V2
경로: skills/web_research

연관 스킬

web-cli-teleport

디자인

This skill helps developers choose between Claude Code Web and CLI interfaces based on task analysis, then enables seamless session teleportation between these environments. It optimizes workflow by managing session state and context when switching between web, CLI, or mobile. Use it for complex projects requiring different tools at various stages.

스킬 보기

swarm-advanced

기타

This skill provides advanced swarm orchestration patterns for complex distributed workflows like research, development, and testing. It enables developers to coordinate multiple specialized agents using both MCP tools and CLI commands for parallel execution. Use it when you need to manage sophisticated multi-agent systems with mesh topologies and coordinated task distribution.

스킬 보기

swarm-advanced

기타

This skill provides advanced swarm orchestration patterns for complex distributed workflows like research, development, and testing. It enables developers to coordinate multiple specialized agents using both MCP tools and CLI commands for parallel execution. Use it when you need to manage sophisticated multi-agent systems with mesh topologies and task coordination.

스킬 보기

when-bridging-web-cli-use-web-cli-teleport

기타

This skill enables bidirectional integration between web interfaces and CLI tools, allowing web apps to trigger CLI commands and CLI tools to display web interfaces. It provides REST APIs, WebSocket communication, and handles authentication for seamless workflow bridging. Use it when you need to connect web-based systems with command-line workflows for advanced integration scenarios.

스킬 보기