技能 research
🔍
research
安全 ⚙️
外部命令🌐
网络访问📁
文件系统访问
使用多來源驗證研究任何主題
手動檢查多個來源來尋找準確資訊耗時過長。此技能會啟動平行研究代理,同時搜尋網頁、文件和程式碼,然後綜合研究結果並提供信心分數。
支持: Claude Codex Code(CC)
1
下载技能 ZIP
2
在 Claude 中上传
前往 设置 → 功能 → 技能 → 上传技能
3
开启并开始使用
测试它
正在使用“research”。 /ai-dev-kit:research quick What is TOON format?
预期结果:
- Answer: TOON is a structured documentation format for organizing library docs with hierarchies and cross-references.
- Sources: Web search result from official docs, ai-docs/_index.toon
- Confidence: HIGH (multiple sources agree)
正在使用“research”。 /ai-dev-kit:research standard How to implement JWT validation?
预期结果:
- Summary: JWT validation requires verifying signature, checking expiration, and validating claims.
- Key Finding 1 (HIGH confidence): Use established libraries like jose or jsonwebtoken
- Key Finding 2 (MEDIUM confidence): Always verify issuer and audience claims
- Implementation example found in src/auth/middleware.ts:42
安全审计
安全v5 • 1/16/2026
Pure documentation skill containing only markdown workflow guides. All 53 static findings are false positives. The 'backtick execution' detections are markdown code fences, not shell commands. The 'cryptographic' detections are SHA-256 content hashes in metadata. No executable code, no network requests, no filesystem operations.
6
已扫描文件
714
分析行数
3
发现项
5
审计总数
风险因素
⚙️ 外部命令 (39)
cookbook/extensive-mode.md:23-38 cookbook/extensive-mode.md:38-65 cookbook/extensive-mode.md:65-106 cookbook/extensive-mode.md:106-109 cookbook/extensive-mode.md:109-120 cookbook/extensive-mode.md:120-124 cookbook/quick-mode.md:22-29 cookbook/quick-mode.md:29-45 cookbook/quick-mode.md:45-52 cookbook/quick-mode.md:52-55 cookbook/quick-mode.md:55-66 cookbook/standard-mode.md:22-35 cookbook/standard-mode.md:35-50 cookbook/standard-mode.md:50-76 reference/researcher-types.md:29-33 reference/researcher-types.md:33-46 reference/researcher-types.md:46-51 reference/researcher-types.md:51-54 reference/researcher-types.md:54-55 reference/researcher-types.md:55-56 reference/researcher-types.md:56-69 reference/researcher-types.md:69-74 reference/researcher-types.md:74-77 reference/researcher-types.md:77-78 reference/researcher-types.md:78-79 reference/researcher-types.md:79-80 reference/researcher-types.md:80-84 reference/researcher-types.md:84-89 reference/researcher-types.md:89-98 reference/researcher-types.md:98-103 reference/researcher-types.md:103-115 SKILL.md:29-31 SKILL.md:31-35 SKILL.md:35-41 SKILL.md:41-62 SKILL.md:62-63 SKILL.md:63-64 SKILL.md:64-68 SKILL.md:68-69
🌐 网络访问 (1)
📁 文件系统访问 (1)
审计者: claude 查看审计历史 →
质量评分
38
架构
100
可维护性
85
内容
20
社区
100
安全
83
规范符合性
你能构建什么
尋找實作模式
在程式碼庫和網頁中搜尋如何實作特定功能,並從多個來源獲得經過驗證的程式碼範例。
研究文件主題
從網頁文件和本地檔案中收集資訊,快速撰寫準確的技術文件。
制定技術決策
使用廣泛模式比較技術並收集最佳實踐,以做出架構決策。
试试这些提示
快速事實查核
/ai-dev-kit:research quick What is the TOON format?
技術研究
/ai-dev-kit:research standard How to implement WebSocket authentication?
深度比較
/ai-dev-kit:research extensive Compare Codex CLI and Claude Code workflows
尋找程式碼範例
/ai-dev-kit:research standard state management implementation examples in codebase
最佳实践
- 對於簡單查詢使用快速模式,對於大多數研究任務使用標準模式
- 當信心分數顯示 CONFLICTING 時,請檢閱衝突資訊區段
- 透過檢查列出的來源 URL 和檔案路徑來驗證關鍵研究結果
避免
- 對簡單事實查核使用廣泛模式會浪費時間和資源
- 接受 LOW 信心答案而不進行人工驗證
- 忽略研究報告中的衝突資訊區段
常见问题
哪些 AI 工具支援此技能?
適用於 Claude、Codex 和 Claude Code。這三者都具備此技能所需的 WebSearch 和檔案存取工具。
每種研究模式需要多長時間?
快速模式大約需要 30 秒。標準模式大約需要 2 分鐘。廣泛模式大約需要 8 分鐘。
信心評分是什麼?
HIGH 表示 3 個以上來源一致。MEDIUM 表示 2 個來源一致。LOW 表示僅有 1 個來源。CONFLICTING 表示來源之間有衝突。
在研究期間會有哪些資料離開我的電腦?
僅有您的搜尋查詢會傳送到網頁搜尋端點。不會傳輸個人資料或本地檔案。
如果網頁搜尋失敗會發生什麼事?
此技能會從本地文件和程式碼來源返回可用結果,並附上關於網頁覆蓋不完整的說明。
我可以自訂研究代理嗎?
可以。透過在專案的 agents/research/ 目錄中建立代理定義,即可新增自訂研究者類型。