ソース情報
- リポジトリ
- qhkm/zeptoclaw
- ソースの最終更新活動
- 2026年3月12日 19:52
- 検出された SKILL.md の言語
- 英語
- スター
- 647
- フォーク
- 97
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/qhkm/zeptoclaw --skill deep-researchコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | deep-research |
| description | Systematic multi-phase web research producing thorough, cited reports |
| metadata | {"zeptoclaw":{"requires":{}}} |
Use this skill when the user asks you to research a topic in depth, produce a report, or investigate something thoroughly. A single search query is NEVER enough for real research.
Start wide. Use web_search with varied phrasings to map the territory:
Example: For "state of AI agents in 2026":
web_search("AI agent frameworks 2026")web_search("autonomous AI agents market landscape")web_search("AI agent orchestration tools comparison")For each important subtopic from Phase 1:
web_fetch to read full articles (not just search snippets)Example:
web_search("LangGraph vs CrewAI vs AutoGen benchmark 2026")web_fetch("https://example.com/detailed-comparison-article")Ensure you have coverage across these 6 types of information:
Search specifically for any category you're missing.
Before writing your final answer, verify:
If any check fails, go back and search for what's missing.
Always use the actual current date in search queries for current events:
"AI agent news March 2026""AI agent news" (may return outdated results)"March 2026", "2026-03", "2026"After completing research, save key findings using longterm_memory:
setresearchThis allows you to recall findings in future conversations without re-researching.