SkillsLLM
CategoriesBlogAI NewsAbout
HomeAI AgentsDeep-Research-skills

Deep-Research-skills

by Weizhena

Pending

Structured deep research skill for Claude Code/Open Code/Codex with human-in-the-loop control

130stars
19forks
Python
Added 3/9/2026
View on GitHubDownload ZIP
AI Agentsclaude-codeclaude-code-skillsdeep-research-agentgpt-skillsllm-agentopencodeopencode-skillsresearch
Installation
# Add to your Claude Code skills
git clone https://github.com/Weizhena/Deep-Research-skills
README.md

Deep Research Skill for Claude Code / OpenCode / Codex

English | 中文

If you find this project helpful, please give it a star! :star:

Inspired by RhinoInsight: Improving Deep Research through Control Mechanisms for Model Behavior and Context

A structured research workflow skill for Claude Code, OpenCode, and Codex, supporting two-phase research: outline generation (extensible) and deep investigation. Human-in-the-loop design ensures precise control at every stage.

Deep Research Skills Workflow

Use Cases

  • Academic Research: Paper surveys, benchmark reviews, literature analysis
  • Technical Research: Technology comparison, framework evaluation, tool selection
  • Market Research: Competitor analysis, industry trends, product comparison
  • Due Diligence: Company research, investment analysis, risk assessment

Installation

git clone https://github.com/Weizhena/deep-research-skills.git
cd deep-research-skills

Claude Code

# English version
cp -r skills/research-en/* ~/.claude/skills/

# Chinese version
cp -r skills/research-zh/* ~/.claude/skills/

# Required: Install agent and modules
cp agents/web-search-agent.md ~/.claude/agents/
cp -r agents/web-search-modules ~/.claude/agents/

# Required: Install Python dependency
pip install pyyaml

OpenCode (default: gpt-5.4)

# Skills (same as Claude Code)
cp -r skills/research-en/* ~/.claude/skills/   # or research-zh for Chinese

# Required: Enable web search for current shell
export OPENCODE_ENABLE_EXA=1

# Optional: make it permanent
echo 'export OPENCODE_ENABLE_EXA=1' >> ~/.bashrc
source ~/.bashrc

# Required: Install agent and modules
cp agents/web-search-opencode.md ~/.config/opencode/agents/web-search.md
cp -r agents/web-search-modules ~/.config/opencode/agents/

# Required: Install Python dependency
pip install pyyaml

Important: In OpenCode, ANY model's websearch requires OPENCODE_ENABLE_EXA=1. A plain export only affects the current shell; writing it to ~/.bashrc makes it persistent. Without it, you only get web fetch, which is weaker for the deep research phase.

Codex

# English version
mkdir -p ~/.codex/skills ~/.codex/agents
cp -r skills/research-codex-en/* ~/.codex/skills/

# Chinese version
mkdir -p ~/.codex/skills ~/.codex/agents
cp -r skills/research-codex-zh/* ~/.codex/skills/

# Required: Install web researcher agent and modules
cp agents-codex/web-researcher.toml ~/.codex/agents/
cp -r agents-codex/web-search-modules ~/.codex/agents/

# Required: Install Python dependency
pip install pyyaml

Add or update ~/.codex/config.toml using either method below:

Option A: Automatic script

cd deep-research-skills
bash scripts/install-codex.sh

Option B: Manual edit

suppress_unstable_features_warning = true

[features]
multi_agent = true
default_mode_request_user_input = true

[agents.w...
Comments (0)
to leave a comment.

No comments yet. Be the first to share your thoughts!

Related Skills

gemini-cli

by google-gemini

An open-source AI agent that brings the power of Gemini directly into your terminal.
97,469
12,195
TypeScript
AI Agentsaiai-agents
View details
everything-claude-code

by affaan-m

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
73,757
9,228
JavaScript
AI Agentsai-agentsanthropic
View details
awesome-claude-skills

by ComposioHQ

A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows
43,513
4,373
Python
AI Agentsagent-skillsai-agents
View details
chatgpt-on-wechat

by zhayujie

CowAgent是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、拥有长期记忆并不断成长。同时支持飞书、钉钉、企业微信应用、微信公众号、网页等接入,可选择OpenAI/Claude/Gemini/DeepSeek/ Qwen/GLM/Kimi/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助手和企业数字员工。
42,164
9,820
Python
AI Agentsaiai-agent
View details
cherry-studio

by CherryHQ

AI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to frontier LLMs
41,349
3,818
TypeScript
AI Agentsai-agentclaude-code
View details
ui-ux-pro-max-skill

by nextlevelbuilder

An AI SKILL that provide design intelligence for building professional UI/UX multiple platforms
40,598
3,923
Python
CLI Toolsai-skillsantigravity
View details