research

Compile deep topic reports via Gemini CLI sub-agent and save markdown output.

7|1|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/LvcidPsyche/polymarket-arbitrage-bot --skill research-lvcidpsyche
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: research
Source: https://github.com/LvcidPsyche/polymarket-arbitrage-bot/tree/main/skills/research
Command: npx skills add https://github.com/LvcidPsyche/polymarket-arbitrage-bot --skill research-lvcidpsyche

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deep research can be slow and token-inefficient when using Claude tokens; this skill enables deep topic research using Gemini CLI via a spawned sub-agent to preserve credits and maintain focus.

Core Features & Use Cases

  • Background research: Launch Gemini CLI research in a background sub-agent to run unattended over extended periods.
  • Clarifying questions workflow: Prompt users with essential questions to focus the research before diving in.
  • Structured output: Save results to a defined location (e.g., ~/clawd/research/<slug>/research.md) for easy access and reference.
  • Wake-up and reporting: Notify the main agent when research completes and provide a concise summary.

Quick Start

Tell me the topic you want researched (for example, 'Research: Quantum computing basics') and I will launch Gemini CLI deep-research in the background.

Frequently Asked Questions about research

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate long-form research without using up all my AI tokens?

To automate long-form research while preserving AI tokens, you can spawn a background sub-agent using Gemini CLI to compile deep topic reports independently, saving detailed markdown results to a structured local directory.

What is the best way to run unattended background research for academic topics?

The best way to run unattended background research is by launching a Gemini CLI sub-agent that operates independently over extended periods, allowing you to continue other work while it compiles a comprehensive markdown report.

How does the clarifying questions workflow help with ambiguous topic research?

The clarifying questions workflow prompts you with essential questions before starting ambiguous topic research, ensuring the spawned sub-agent focuses precisely on your requirements and generates a highly relevant structured report.

Can I use this approach for product research and decision-making tasks?

Yes, you can use this automated background research approach for product research and decision-making tasks, as it compiles thorough background knowledge and saves the output as a structured markdown report for easy reference.

How do I retrieve results after a deep research sub-agent finishes running?

To retrieve results after a deep research sub-agent finishes, the system notifies the main agent upon completion and provides a concise summary, while the full structured markdown report is saved automatically to a designated local path.

What are the limitations of using a spawned sub-agent for deep topic research?

A limitation of using a spawned sub-agent for deep topic research is that it requires the Gemini CLI environment to function, and complex ambiguous topics may still require manual intervention to answer initial clarifying questions before research begins.