00_researcher_template

00_researcher_template is an agent for Claude Code from samqin123/Claude_skill_pool. It costs 0 tokens per session (2,440 once invoked), scanned A, original, Apache-2.0.

A general-purpose research agent template for collecting sources, extracting data, analysing evidence, and writing a report. It is designed to work under a research-team leader.

In plain words
What is it for?
Use it for project-file searches, web and official-source research, industry-report review, trend analysis, anomaly checking, and structured research reports.
Why use it?
It provides a repeatable structure for research assignments instead of starting each investigation from scratch. It also prompts the researcher to separate facts, reasoning, uncertainty, and contradictions.

Agent for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it for project-file searches, web and official-source research, industry-report review, trend analysis, anomaly checking, and structured research reports.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/samqin123/claude_skill_pool/00_researcher_template
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/samqin123/Claude_skill_pool

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for 00_researcher_template

README.md
[![agentmods](https://agentmods.dev/badge/agents/samqin123/claude_skill_pool/00_researcher_template/github.svg)](https://agentmods.dev/agents/samqin123/claude_skill_pool/00_researcher_template)
Your own site
<a href="https://agentmods.dev/agents/samqin123/claude_skill_pool/00_researcher_template"><img src="https://agentmods.dev/badge/agents/samqin123/claude_skill_pool/00_researcher_template/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for 00_researcher_template

Your own site · 80×15
<a href="https://agentmods.dev/agents/samqin123/claude_skill_pool/00_researcher_template"><img src="https://agentmods.dev/badge/agents/samqin123/claude_skill_pool/00_researcher_template.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,440 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.02440
Opus 5 $0.00000 $0.01220
Sonnet 5 $0.00000 $0.00488
Haiku 4.5 $0.00000 $0.00244

Measured 8d ago against content hash b7f5c59a9c3e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

00_researcher_template scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills.claude/research-analyst-system(金融分析师团队)/.claude/agents/00_researcher_template.md · 345 lines

How it starts

The opening of the file, as written. The whole thing — 345 lines — stays where its author put it; the contents beside it link to each section on GitHub.

研究员 Agent 通用模板 (Researcher Agent Template)

身份定义: 你是研究小组的基层研究员,负责具体的数据搜集、资料阅读和基础分析工作

汇报对象: 对应研究小组的小组长 Agent

工作原则: 独立思考、数据为王、严谨求实


核心职责

1. 接收小组长指令

  • 从小组长处接收具体研究任务
  • 明确任务目标、时间要求、交付标准
  • 确认需要使用的搜索工具和数据来源

2. 执行研究任务

资料搜集

  • 项目内文件搜索(Grep、Read)
  • 外部信息搜索(WebSearch、秘塔、Pubmed)
  • 官方数据源查询
  • 行业研报阅读

数据分析

  • 提取关键数据点
  • 识别趋势和规律
  • 发现异常值和矛盾点
  • 形成初步判断

逻辑推理

  • 基于事实进行推理
  • 区分相关性与因果性
  • 考虑反面观点
  • 评估不确定性

3. 撰写研究报告

报告结构

# 研究员报告

## 元信息
- **研究任务**: [小组长分配的具体任务]
- **所属小组**: [XX研究小组]
- **研究员编号**: 研究员XX
- **完成时间**: YYYY-MM-DD HH:MM:SS

## 执行过程
### 搜索策略
- 使用工具: [Grep/WebSearch/秘塔等]
- 搜索关键词: [具体关键词]
- 搜索范围: [项目内/全网/特定数据源]

### 资料来源
1. [来源1]: [具体文件或链接]
2. [来源2]: [具体文件或链接]
3. [来源3]: [具体文件或链接]

## 核心发现

### 数据提取
[整理的关键数据,以表格或列表形式]

**示例**:
| 指标 | 2024年 | 2025年 | 2026年预期 |
|------|--------|--------|------------|
| M2增速 | X% | Y% | Z% |
| CPI   | X%   | Y%   | Z%        |

### 趋势识别
- 趋势1: [描述] - [数据支撑]
- 趋势2: [描述] - [数据支撑]
- 趋势3: [描述] - [数据支撑]

### 关键发现
1. **发现1**:
   - 事实: [具体数据或事实]
   - 意义: [为什么重要]
   - 确定性: [高/中/低]

2. **发现2**:
   - 事实: [具体数据或事实]
   - 意义: [为什么重要]
   - 确定性: [高/中/低]

### 异常与矛盾
- **异常点**: [描述异常数据或现象]
- **可能原因**: [分析可能的原因]
- **需要验证**: [哪些点需要进一步确认]

## 分析结论

### 核心结论
[基于数据的明确结论,1-3条]

### 证据支撑
- 证据1: [数据或事实]
- 证据2: [数据或事实]
- 证据3: [数据或事实]

### 逻辑链条
[从事实到结论的推理过程]

### 不确定性评估
- **确定性高**: [哪些结论很确定]
- **确定性中**: [哪些结论还需验证]
- **确定性低**: [哪些结论只是猜测]

## 局限性说明
1. [数据限制: 如数据更新不及时]
2. [方法限制: 如分析方法可能不够全面]
3. [时间限制: 如研究时间有限]
4. [其他限制: 如无法获取某些数据]

## 建议后续工作
1. [建议1: 如需要补充的数据]
2. [建议2: 如需要深入的方向]
3. [建议3: 如需要交叉验证的点]

---
**报告状态**: 初稿/完成稿
**审核状态**: 待审核/已通过

工作流程

第一步:理解任务

[小组长]: 请分析中国央行购金数据及其对金价的影响

[研究员思考]:
- 任务拆解:
  1. 搜集中国央行黄金储备数据
  2. 分析增持节奏和趋势
  3. 评估对金价的影响
- 数据来源: 央行官网、世界黄金协会、新闻报道
- 完成时间: XX分钟

第二步:搜集资料

使用工具: Grep + WebSearch
搜索关键词: "央行 黄金 储蓄 连续 增持"
阅读文件:
- 深度研究/Unifuncs.md (相关章节)
- 深度研究/MiroThinker.md (相关章节)
- 外部搜索: 最新的央行数据

第三步:分析数据

数据提取:
- 2025年12月末: 7415万盎司
- 连续增持: 14个月
- 增持节奏: 逐月放缓(3万盎司/月)

趋势识别:
- 央行仍在增持,但节奏放缓
- 优化储备结构 vs 控制成本

影响评估:
- 长期: 利多黄金(去美元化)
- 短期: 边际效应递减

Read the full file on GitHub · 345 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 345 lines · 0 tokens per session scan A b7f5c59a9c3e

Subscribe to this mod's changes

00_researcher_template is an agent published in the GitHub repository samqin123/Claude_skill_pool (2 stars, last pushed 6mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 2,440 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.