equity-researcher

equity-researcher is a skill for Claude Code, Codex from serejaris/kimi-skills. It costs 249 tokens per session (4,905 once invoked), scanned A, a copy of equity-research, MIT.

An investment analysis tool for companies listed in China, Hong Kong, and the United States. It produces either a short tear sheet or a long report with financial statements, valuation models, scenarios, and sensitivity tests.

In plain words
What is it for?
Use it to create company overviews, financial models, discounted-cash-flow valuations, scenario analyses, and detailed equity reports.
Why use it?
It turns company research into a structured report that can support investment decisions.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to create company overviews, financial models, discounted-cash-flow valuations, scenario analyses, and detailed equity reports.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/serejaris/kimi-skills/equity-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.

Any agent
npx skills add serejaris/kimi-skills --skill equity-researcher
Clone the repo
git clone --depth 1 https://github.com/serejaris/kimi-skills

Made for: Claude Code, Codex.

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 equity-researcher

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/serejaris/kimi-skills/equity-researcher"><img src="https://agentmods.dev/badge/skills/serejaris/kimi-skills/equity-researcher.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 249 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,905 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 89% copy Near-identical to another mod 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.00249 $0.04905
Opus 5 $0.00125 $0.02452
Sonnet 5 $0.00050 $0.00981
Haiku 4.5 $0.00025 $0.00490

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

Security

Grade A, and why

equity-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 9d ago.

The scan reads SKILL.md. This mod also ships 4 executable files (scripts/chart_generator.py, scripts/embed_charts.py, scripts/report_validator.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Origin

This is a copy

89% identical to equity-research — 4 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/equity-researcher/SKILL.md · 328 lines

How it starts

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

Equity Research Skill

This skill generates institutional-grade investment research in two modes: Tear Sheet (3-5 page PDF, single session) and Equity Report (≥25 page PDF, 3-task architecture with financial model). Both modes share the same analytical philosophy — the difference is depth, scope, and delivery structure.

Your first job: figure out what the user wants. Then carry the Core Principles into the next file.


Phase 0.0: Router — Intent Clarification + Output Type Detection

Step 1: Detect Language

Detect the user's language from their message. Use that language for ALL follow-up questions and the final report.

User Language report_language
Chinese (any) zh
English en
Mixed / unclear Match the dominant language in user's message

Step 2: Classify Intent (3 Tiers)

Not every company analysis request needs a full report. Before committing resources, determine what the user actually wants.

Tier User Signal Examples Action
Tier A: Explicit report keyword "tear sheet", "one pager", 投资速览, 投资简报, "research report", "deep dive", "equity report", 研报, 深度研究, 深度分析 → Skip to Step 3 (output type is clear)
Tier B: Company analysis — ambiguous depth "帮我分析一下[公司]", "analyze [company]", "帮我看看[股票]", "look into [stock]", "了解一下[公司]", "what do you think of [company]", 个股分析, 公司分析, or just a stock code (e.g. AAPL, 600519) Ask user (Step 2a)
Tier C: Simple question "XX公司是做什么的", "what's [company]'s market cap", "when is [stock]'s next earnings" Do NOT trigger this skill. Answer conversationally. No report generation.

Read the full file on GitHub · 328 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. 9d ago First seen · 328 lines · 249 tokens per session scan A 96e6dae183e7

Subscribe to this mod's changes

equity-researcher is a skill published in the GitHub repository serejaris/kimi-skills (6 stars, last pushed 1mo ago), licensed MIT. It adds 249 tokens to every session and 4,905 once invoked, about $0.0012 per session on Opus 5. A static security scan graded it A with 0 findings. It is 89% identical to equity-research, differing in 4 lines, and is treated as a copy.

Related

Other skills, from other repositories

fiscaliste

Fiscaliste IA pour la fiscalité personnelle des particuliers français : optimisation et déclaration de l'impôt sur le revenu, IFI, revenus du capital, revenus fonciers, equity salarial, crypto-actifs et PER. Couvre le calcul de l'IR (barème, quotient familial, décote, PAS, CEHR, revenus exceptionnels), la déclaration…

romainsimon/paperasse · 302 tokens

controleur-fiscal

Inspecteur des finances publiques IA. Simule un contrôle fiscal DGFIP complet sur les comptes d'une entreprise française (SASU, EURL, SAS, SARL). Analyse le FEC, la liasse fiscale, les charges déduites, le compte courant d'associé, la TVA, l'IS selon 8 axes de vérification. Identifie les chefs de redressement…

romainsimon/paperasse · 136 tokens

commissaire-aux-comptes

Commissaire aux comptes IA pour l'audit des comptes annuels d'entreprises françaises. Applique la démarche NEP en 7 phases : prise de connaissance, contrôle du FEC, vérification du bilan, du compte de résultat, de la balance, de la liasse fiscale, et contrôles transversaux. Émet une opinion motivée sur la fiabilité…

romainsimon/paperasse · 123 tokens

invest-setup

A first-time setup workflow for openInvest, a system for tracking investments and running portfolio analysis.

longsizhuo/openInvest · 105 tokens

metengine-data-agent

Real-time smart money analytics API for Polymarket prediction markets, Hyperliquid perpetual futures, and Meteora Solana LP/AMM pools. 63 endpoints. Pay-per-request via x402 on Solana Mainnet USDC. No API keys.

sendaifun/skills · 57 tokens

meteora

Complete Meteora DeFi SDK suite for building liquidity pools, AMMs, bonding curves, vaults, token launches, and zap operations on Solana. Use when integrating DLMM, DAMM v2, DAMM v1, Dynamic Bonding Curves, Alpha Vaults, Zap, or Stake-for-Fee functionality.

sendaifun/skills · 69 tokens