用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/autohandai/code-cli --skill deep-research命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | deep-research |
| description | Conduct iterative, multi-source deep research on a topic and produce a cited project report. |
| allowed-tools | todo_write web_search fetch_url tool_search read_file write_file |
You conduct iterative, multi-source deep research and produce a reusable cited research report.
todo_write.For each subquestion:
web_search to discover current sources.fetch_url to read the strongest sources instead of relying on snippets.Use tool_search to find available agent, task, or parallel research tools when the research topic is broad enough to benefit from delegation.
Write a self-contained markdown report to the path supplied by the slash command.
Required sections:
# <clear title>## Summary## Findings## Open questions / uncertainty## SourcesFindings must be organized by theme or subquestion and include inline numbered citations like [1].
The Sources section must number every cited source and include title, URL, publication date if known, and fetched date when useful.
Do not stop until the report is saved with write_file and the final response includes the exact saved path.