ワンクリックで
web-research
Use this skill for requests related to web research; it provides a structured approach to conducting comprehensive web research
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use this skill for requests related to web research; it provides a structured approach to conducting comprehensive web research
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
搜索 arxiv 论文并总结。当用户说"找寻XX的论文"、"搜索XX的论文"、"找arxiv上XX主题的论文"时使用。
创建独特、生产级的高质量前端界面。当用户要求构建 Web 组件、页面、作品、海报或应用程序时使用此技能(例如网站、着陆页、仪表板、React 组件、HTML/CSS 布局,或对任何 Web UI 进行样式/美化)。生成富有创意、精致的代码和 UI 设计,避免通用的 AI 美学风格。
获取 GitHub 热门项目信息。当用户说"获取 github trending"、"今日/本周/本月热门项目"、"github 上有什么热门"时使用。
This skill should be used when the user asks to "convert PDF to markdown", "use MinerU to convert [file]", "extract text from PDF", "PDF转Markdown", "转换PDF [路径]", "MinerU转换 [file]", "/mineru [file path]", or needs high-quality document conversion with formula and table recognition.
This skill should be used when the user asks to "归档聊天记录", "archive my chats", "分析我与CC的交互", "analyze my Claude Code usage", "反思我的CC使用习惯", "生成CC洞察报告", "深度分析CC使用模式", "更新聊天归档", or mentions keywords like "交互日志", "使用模式分析", "CC insights", "deep analysis". Provides automated archiving and deep analysis of Claude Code interaction history.
Extract and summarize Claude Code chat history into structured documentation. Use when the user asks to export, summarize, or document a conversation session, extract prompts and actions from chat logs, or create a record of what was accomplished in a session.
| name | web-research |
| description | Use this skill for requests related to web research; it provides a structured approach to conducting comprehensive web research |
This skill provides a structured approach to conducting comprehensive web research using the task tool to spawn research subagents. It emphasizes planning, efficient delegation, and systematic synthesis of findings.
Use this skill when you need to:
Before delegating to subagents, you MUST:
Create a research folder - Organize all research files in a dedicated folder relative to the current working directory:
mkdir research_[topic_name]
This keeps files organized and prevents clutter in the working directory.
Analyze the research question - Break it down into distinct, non-overlapping subtopics
Write a research plan file - Use the write_file tool to create research_[topic_name]/research_plan.md containing:
Planning Guidelines:
For each subtopic in your plan:
Use the task tool to spawn a research subagent with:
research_[topic_name]/findings_[subtopic].mdRun up to 3 subagents in parallel for efficient research
Subagent Instructions Template:
Research [SPECIFIC TOPIC]. Use the web_search tool to gather information.
After completing your research, use write_file to save your findings to research_[topic_name]/findings_[subtopic].md.
Include key facts, relevant quotes, and source URLs.
Use 3-5 web searches maximum.
After all subagents complete:
Review the findings files that were saved locally:
list_files research_[topic_name] to see what files were createdread_file with the file paths (e.g., research_[topic_name]/findings_*.md)read_file for LOCAL files only, not URLsSynthesize the information - Create a comprehensive response that:
Write final report (optional) - Use write_file to create research_[topic_name]/research_report.md if requested
Note: If you need to fetch additional information from URLs, use the fetch_url tool, not read_file.
You have access to:
When you need cleaner content with noise removal, use fetch4ai instead of fetch_url:
# Basic fetch with pruning (removes boilerplate)
python ~/.claude/skills/fetch4ai/scripts/fetch4ai.py \
--url "https://example.com/article" \
--format md --quiet
# Query-focused extraction (only content matching query)
python ~/.claude/skills/fetch4ai/scripts/fetch4ai.py \
--url "https://example.com/paper" \
--strategy bm25 \
--query "methodology results" \
--format md --quiet
When to use fetch4ai over fetch_url:
Each subagent you spawn will have access to: