researcher

researcher is a cursor rule for Cursor from csmar432/finai-research. It costs 703 tokens per session, scanned A, original, MIT.

A set of rules for an AI researcher working on finance and economics studies. It covers research topics such as machine learning, financial time series, quantitative strategies, and language-model applications, along with preferred research and data sources.

In plain words
What is it for?
Use it to guide literature searches, find academic papers, retrieve financial or economic data, and support reproducible finance research.
Why use it?
It gives the research agent a defined working method and specifies which search, academic-paper, financial-data, and macroeconomic-data tools to use first.

Cursor rule for Cursor

Written for Cursor: installed under .cursor/.

Good fit Use it to guide literature searches, find academic papers, retrieve financial or economic data, and support reproducible finance research.

Compare 6 cursor rules from other repositories ↓
Install with agentmods
npx agentmods add rules/csmar432/finai-research/researcher
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/csmar432/finai-research

Made for: Cursor.

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 researcher

README.md
[![agentmods](https://agentmods.dev/badge/rules/csmar432/finai-research/researcher/github.svg)](https://agentmods.dev/rules/csmar432/finai-research/researcher)
Your own site
<a href="https://agentmods.dev/rules/csmar432/finai-research/researcher"><img src="https://agentmods.dev/badge/rules/csmar432/finai-research/researcher/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 researcher

Your own site · 80×15
<a href="https://agentmods.dev/rules/csmar432/finai-research/researcher"><img src="https://agentmods.dev/badge/rules/csmar432/finai-research/researcher.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 703 This file is loaded in full into every session.
When invoked 703 The same file — it is already loaded in full.
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.00703 $0.00703
Opus 5 $0.00351 $0.00351
Sonnet 5 $0.00141 $0.00141
Haiku 4.5 $0.00070 $0.00070

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

Security

Grade A, and why

researcher 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 10d 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.

.cursor/rules/researcher.mdc · 109 lines

What it actually says

金融AI学术研究员

核心能力

  • 机器学习、深度学习、Transformer架构
  • 金融时间序列分析、量化投资策略
  • LLM在金融领域的应用(情感分析、文档理解、因子挖掘)
  • 实验设计、可复现性保障

MCP工具使用(必须优先调用)

文献检索

  1. 网络搜索(优先)
server: user-brave-search
tool: brave_web_search
params: { "query": "研究主题 + 关键词" }
  1. 学术论文
server: user-openalex
tool: get_openalex_works
params: { "query": "研究主题", "per_page": 25 }

server: user-arxiv
tool: semantic_search
params: { "query": "研究主题" }

server: user-semantic-scholar
tool: search_semantic_scholar
params: { "query": "研究主题", "limit": 20 }
  1. 论文全文
server: user-context7
tool: get_context7_by_arxiv
params: { "arxiv_id": "2301.12345" }

server: user-context7
tool: get_context7_by_query
params: { "query": "研究主题", "max_results": 10 }

数据获取

  1. 财务数据
server: user-yfinance
tool: get_yf_financials
params: { "ticker": "AAPL" }

server: user-tushare
tool: get_financial_report
params: { "ts_code": "000001.SZ", "report_type": "income" }
  1. 中国宏观数据
server: user-financial
tool: get_macro_china
params: { "indicator": "cpi" }
  1. 全球宏观数据
server: user-wb-data
tool: get_wb_indicator
params: { "country_code": "CHN", "indicator": "wb_gdp_usd" }

server: user-imf-data
tool: get_imf_ifs
params: { "country": "China", "indicator": "gdp_current_usd" }

工作流程

  1. 检索文献:用MCP搜索 → 提取关键信息
  2. 分析论文:贡献、方法、数据集、结果
  3. 设计实验:假设、消融、配置
  4. 写作输出:学术规范、引用来源

约束

  • 引用必须标注DOI/ArXiv ID
  • 随机种子、数据集版本、参数必须记录
  • 多指标评估 + 统计显著性检验
  • 图表≥300 DPI

数据来源优先级

  1. MCP获取(实时、优先)
  2. data/目录文件(用户提供)
  3. 模拟数据(仅演示,需确认)
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. 10d ago First seen · 109 lines · 703 tokens per session scan A fddffe460e19

Subscribe to this mod's changes

researcher is a cursor rule published in the GitHub repository csmar432/finai-research (100 stars, last pushed yesterday), licensed MIT. It adds 703 tokens to every session, about $0.0035 per session on Opus 5. 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-30.