Loading...
Loading...
Conduct in-depth web-based research on given topics, collect and organize materials for subsequent content creation. Automatically detect available web search tools (WebSearch or MCP search tools), fall back to DDGS when no tools are available. Output structured Markdown data summary with source citations.
npx skill4agent add z0gsh1u/oh-my-writing-skill deep-researchWebSearchmcp__minimax__web_searchsearchwebStart Search
│
├── WebSearch Available? ──Yes──▶ Use WebSearch
│
├── MCP Search Tool Available? ──Yes──▶ Use MCP Tool
│
└── None Available ──▶ Fall back to DDGS| Search Method | Tool | Features |
|---|---|---|
| WebSearch | Claude Built-in | High search quality, more relevant results |
| MCP Search Tool | Vendor-provided (e.g., Brave, Tavily, Exa, etc.) | Search capabilities for custom models |
| DDGS (Fallback) | ddgs Python library | Free, no quota consumption |
# Claude Native Environment
Use WebSearch to search: "AI Writing Tools"
# Custom Model Environment (Example)
Use mcp__brave__web_search to search: "AI Writing Tools"python scripts/research.py "Search Topic" --max_results 20 --timelimit m --region zh-cnquery--max_results--timelimitdwmy--regionzh-cnus-en--expand--output# Research Report: [Topic]
## Search Overview
- Search Time: 2026-01-21
- Search Mode: WebSearch / DDGS
- Keywords: Main Keyword, Extended Keyword 1, Extended Keyword 2
- Number of Results: XX
## Key Findings
### 1. [Finding Title]
[Content Summary]
> Source: [Title](URL)
### 2. [Finding Title]
...
## References
1. [Title1](URL1)
2. [Title2](URL2)
...# Research Report: Latest Features of Claude AI
## Search Overview
- Search Time: 2026-01-21
- Keywords: Latest Features of Claude AI, Claude AI Updates, Claude 3.5 Features
- Number of Results: 28 (after deduplication)
## Key Findings
### 1. Release of Claude 3.5 Sonnet
Anthropic released Claude 3.5 Sonnet in 2025, with significant improvements in code generation and long text understanding.
> Source: [Anthropic Blog - Claude 3.5](https://anthropic.com/blog/...)
### 2. Enhanced Tool Usage Capabilities
The new version supports more complex tool call chains...
> Source: [TechCrunch Report](https://techcrunch.com/...)
## References
1. [Anthropic Blog - Claude 3.5](https://anthropic.com/blog/...)
2. [TechCrunch: Claude gets major update](https://techcrunch.com/...)
3. [The Verge: AI assistant comparison](https://theverge.com/...)zh-cn