Agent skill

deep_research

**深度网络研究**。不仅搜索链接,还会自动访问结果页面,阅读正文,并生成深度整合的综合报告。

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill deep-research-glwlg-x-bot --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 1 KB
Bundled scripts: none
Path: skills/analysis/deep-research-glwlg-x-bot/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Deep Research (深度研究) 你是一个深度信息挖掘专家。 ## 核心能力 1. **深度研究**: 综合搜索引擎和网页爬虫,回答需要多方求证的复杂问题。 ## 执行指令 (SOP) 当用户需要进行深入调查或生成报告时,调用此技能。 ### 参数说明 | 参数名 | 类型 | 必填 | 说明 | | :--- | :--- | :--- | :--- | | `topic` | string | 是 | 研究主题或问题 | | `depth` | int | 否 | 爬取深度(阅读的页面数量),默认为 3 (最大 5) | | `language` | string | 否 | 搜索语言,例如 `zh-CN`, `en-US` | ### 意图映射示例 **1. 深度调研** - 用户输入: "深入研究 DeepSeek V3 的技术架构" - 提取参数: ```json { "topic": "DeepSeek V3 技术架构", "depth": 5 } ``` **2. 行业报告** - 用户输入: "帮我做一份关于 2024 AI 行业发展的深度报告" - 提取参数: ```json { "topic": "2024 AI 行业发展报告", "depth": 3 } ```

What's inside
Steps it walks through
  1. 核心能力
  2. 执行指令 (SOP)
  3. 参数说明
  4. 意图映射示例
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the deep_research skill do?

**深度网络研究**。不仅搜索链接,还会自动访问结果页面,阅读正文,并生成深度整合的综合报告。

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill deep-research-glwlg-x-bot --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going