Use this skill when the user asks for web research, current information, source-backed analysis, or a report.
Workflow:
- Clarify only when the topic, scope, or output requirement is genuinely ambiguous.
- Search the web with
web_searchusing focused queries. - Fetch the most relevant sources with
web_fetch. - Synthesize the findings into a concise Markdown report with source URLs near the claims they support.
- Write the final Markdown with
write_report, normally asreport.md. - Call
present_fileswith the written report path so the runtime records it in thread artifacts.
Report expectations:
- Prefer primary or authoritative sources when available.
- Separate facts from inference.
- Include source URLs in the report body.
- Keep the report scoped to the user's request instead of producing a general survey.