Gemini Deep Research (J-claw)
/install gemini-deep-research-jclaw
Gemini Deep Research
Executes a full Deep Research workflow using the official gemini-deep-research MCP extension.
Prerequisites
See references/setup-guide.md for full setup instructions. The skill assumes:
geminiCLI installed (npm install -g @google/gemini-cli)gemini-deep-researchextension installed and enabled- Paid Google AI API key configured via
gemini extensions config gemini-deep-research
If any prerequisite is missing, inform the user and link to references/setup-guide.md.
Workflow
Step 1 — Confirm Intent & Parameters
Ask the user to confirm:
- Research topic (exact wording goes to Gemini — make it clear and specific)
- Report format — present as a choice:
Comprehensive Research Report(default, most thorough)Executive Brief(concise, ~1-2 pages)Technical Deep Dive(detailed, technical audience)
- Save path — default:
~/ObsidianVault/Default/DeepResearch/\x3CYYYYMMDD>-\x3Cslug>.md
If user does not specify format, use Comprehensive Research Report.
If user does not specify a save path, use the default and inform them.
Step 2 — Build the Command
node \x3Cskill>/scripts/dr-client.js \
--input "\x3Cuser's research topic>" \
--output "\x3Cfull save path>" \
--format "\x3Cchosen format>" \
--timeout 900000
\x3Cskill>= the skill's scripts directory (resolved by the agent)- Timeout defaults to 15 minutes (900,000 ms)
Step 3 — Spawn as Background Sub-agent
Use sessions_spawn with runtime: "subagent" to run the script in the background so the main session remains responsive.
Pass all parameters (input, output, format, timeout) via the task string.
Monitor completion via the sub-agent's completion event.
Step 4 — Handle Result
Parse the JSON output from the script:
status: "completed"→ Report the success to the user with the file pathstatus: "error"→ Report the error message to the user with a suggestion to check the API key or extension setup
Step 5 — Notify
Send a Discord message (via current session reply) confirming:
- Topic researched
- File path
- Format used
- Any errors if applicable
Report Format Reference
| Format | Description |
|---|---|
Comprehensive Research Report |
Full multi-section report with analysis, data, and citations |
Executive Brief |
Condensed summary for decision-makers, ~1-2 pages |
Technical Deep Dive |
Detailed technical analysis, suited for specialists |
The format is passed as-is to the Gemini API — it serves as a style hint, not a strict guarantee.
Error Handling
| Error | Likely Cause | Resolution |
|---|---|---|
API key not found |
Key not configured | Guide user to references/setup-guide.md step 4 |
429 Too Many Requests |
Free-tier key used or quota exceeded | Requires paid key — inform user |
Research timed out |
Took > 15 minutes | Retry or shorten query |
| MCP server spawn failed | Extension not installed or path wrong | Verify ~/.gemini/extensions/gemini-deep-research/ exists |
File Naming
Default pattern: YYYYMMDD-\x3Cslug>.md
YYYYMMDD= today's date\x3Cslug>= sanitized version of the research topic (lowercase, spaces to hyphens, strip special chars)- Example:
20260325-iran-hormuz-strait-market-impact.md
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install gemini-deep-research-jclaw - 安装完成后,直接呼叫该 Skill 的名称或使用
/gemini-deep-research-jclaw触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Gemini Deep Research (J-claw) 是什么?
Gemini Deep Research via the gemini-cli deep-research MCP extension. Use when user wants to research a topic deeply, run market/industry analysis, or generat... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 113 次。
如何安装 Gemini Deep Research (J-claw)?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install gemini-deep-research-jclaw」即可一键安装,无需额外配置。
Gemini Deep Research (J-claw) 是免费的吗?
是的,Gemini Deep Research (J-claw) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Gemini Deep Research (J-claw) 支持哪些平台?
Gemini Deep Research (J-claw) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Gemini Deep Research (J-claw)?
由 Skywalker326(@skywalker-lili)开发并维护,当前版本 v1.0.0。