用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/fuyuxiang/echo-agent --skill deep-research命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | deep-research |
| description | Structured multi-step research: search → extract → cross-reference → synthesize with citations. |
| version | 1.0.0 |
| metadata | {"echo":{"tags":["Research","Deep","Analysis","Synthesis","Citations"]}} |
Multi-step research workflow that produces cited reports from multiple sources.
python3 scripts/research_report.py "What are the best practices for LLM agent memory in 2026?"
python3 scripts/research_report.py "Compare FastAPI vs Litestar performance" --depth deep
Reports follow this template:
# Research Report: {Topic}
**Date:** YYYY-MM-DD
**Sources consulted:** N
## Summary
2-3 sentence overview of findings.
## Key Findings
### Finding 1
Detail with evidence. [Source 1][1] confirms that...
### Finding 2
...
## Conflicting Information
Where sources disagree, note both positions.
## Conclusion
Actionable synthesis.
## Sources
[1]: https://... — Title
[2]: https://... — Title
| Level | Searches | Pages Read | Time |
|---|---|---|---|
| quick | 2-3 | 3-5 | ~30s |
| normal | 5-8 | 8-12 | ~2min |
| deep | 10-15 | 15-25 | ~5min |
web-search for the search stepweb-extract for the extraction stepsummarize skill for per-page summaries before synthesisnote-taking skill