investment-memo

investment-memo is a skill for Claude Code, Codex from serejaris/kimi-skills. It costs 147 tokens per session (1,972 once invoked), scanned A, original, MIT.

A tool for creating structured investment analysis memos, which are written documents explaining an investment view. It supports venture, thematic or macro, public-market, and investment-committee formats in DOCX, PDF, or some PPTX cases.

In plain words
What is it for?
Use it to write investment theses, deal memos, market outlooks, public-company analysis, due-diligence memos, and investment-committee materials.
Why use it?
It helps turn company, sector, or market information into a consistent analysis document. It also handles the plain, text-led formatting expected for these memos.

Skill for Claude CodeCodex

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

Good fit Use it to write investment theses, deal memos, market outlooks, public-company analysis, due-diligence memos, and investment-committee materials.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/serejaris/kimi-skills/investment-memo"><img src="https://agentmods.dev/badge/skills/serejaris/kimi-skills/investment-memo.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 147 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,972 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.00147 $0.01972
Opus 5 $0.00073 $0.00986
Sonnet 5 $0.00029 $0.00394
Haiku 4.5 $0.00015 $0.00197

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

Security

Grade A, and why

investment-memo 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.

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/investment-memo/SKILL.md · 143 lines

How it starts

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

投资备忘录技能

参考来源

  • 类型:上传的参考资料(两份参考 PDF)
  • 参考资料类型:PDF
  • 参考文件格式:PDF
  • 主要语言:英文(拉丁字母)
  • 参考字体:Times New Roman(叙事型备忘录)、Helvetica(交易型备忘录)

支持的输出格式

格式 支持情况
DOCX 主要格式(默认)
PDF 支持
PPTX 支持(仅摘要/演示文稿格式)

默认输出:除非用户明确要求其他格式,否则输出 DOCX。

输出理念

两份参考资料中的投资备忘录都是朴素的、以文字为核心的文档——白纸黑字,没有封面页,没有彩色背景,没有装饰性框线,没有花哨的设计元素。排版应当"隐形",让分析内容本身承载全部分量。

工作流程概览

  1. 确定备忘录类型——主题型备忘录(默认)vs. 风投交易型备忘录 vs. 公开市场股票备忘录
  2. 收集输入信息——公司名称、股票代码、所属行业、用户提供的数据
  3. 进行分析——参照 references/analysis_framework.md
  4. 撰写内容——按照 references/structure_contract.md 的结构要求
  5. 应用排版——遵循 references/style_contract.md 的样式规范
  6. 生成文件——输出用户要求的格式(默认 DOCX)

备忘录类型选择

触发短语/场景 备忘录类型 主要参考风格 标题样式
"关于AI的投资论点"、"写一下某行业/主题"、"市场展望"、"泡沫?" 主题型备忘录 叙事风格 下划线
"投资某公司"、"交易备忘录"、"风投备忘录"、"种子轮/A轮" 风投交易型备忘录 交易风格 加粗
"股票分析"、"股票研究"、"上市公司" 公开市场股票备忘录 混合风格 下划线或加粗
"尽职调查"、"DD备忘录"、"投委会" 投委会备忘录 交易风格 加粗

核心样式规则

请阅读 references/style_contract.md 获取完整规范。以下规则不可违反:

  • 禁止封面页——文档直接以备忘录头部信息开始
  • 禁止使用颜色——全文严格遵循白底黑字
  • Times New Roman(或等效衬线字体)用于所有文本——正文、标题、引用、页脚、图注
  • 禁止页眉——页眉留空
  • 禁止装饰性框线、边框或背景填充——不使用灰色背景、彩色装饰条
  • 禁止装饰元素——不使用几何图形、徽标、带左边框的引用块
  • 引用块:仅使用缩进斜体文字,不加边框或背景
  • 禁止使用正式表格——数据以行内文字或项目符号列表呈现;仅在绝对必要时使用表格,且采用最简排版
  • 页脚:左侧为版权声明,中间为页码,右侧为"版权所有"

章节标题样式

叙事型/主题型备忘录(默认):

  • 使用下划线文字独占一行:理解AIAI能思考吗?
  • 不编号、不加粗、不使用大号字体——与正文字号相同,仅添加下划线

结构化交易型备忘录

  • 使用加粗文字独占一行:简介竞争分析交易条款
  • 不编号、不使用大号字体

结构规范

请阅读 references/structure_contract.md 获取完整文档结构,包括章节层级、页眉页脚规则、分页行为以及三种备忘录模板。

关键结构规则:

  • 不设目录
  • 主题型备忘录不设执行摘要(开头段落即承担此功能)
  • 各章节间文字连续流转——不强制分页
  • 法律免责声明置于文末,以水平分割线隔开,斜体排版
  • 图表按顺序编号:图表 1图表 2,依此类推

语言风格指南

叙事型/主题型备忘录

以顶级价值/信用投资者写给有限合伙人的口吻来写作:第一人称、对话式、思辨诚实。使用"我认为"、"我一直在思考"、"我最近了解到"。提出发人深省的问题,援引历史类比,坦然面对不确定性。

交易型备忘录

以顶级风投分析师的口吻来写作:直截了当、简洁明快、要点导向。迅速陈述事实,先给结论再展开。每一句话要么推进投资论点,要么标示风险。

图表使用指南

Read the full file on GitHub · 143 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 143 lines · 147 tokens per session scan A b1b67ede40c2

Subscribe to this mod's changes

investment-memo is a skill published in the GitHub repository serejaris/kimi-skills (6 stars, last pushed 1mo ago), licensed MIT. It adds 147 tokens to every session and 1,972 once invoked, about $0.0007 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-09-03.

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

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

iflytek-ocr-invoice

An image-reading tool that extracts structured information from Chinese invoices, receipts, bills, and tickets. OCR means turning text in a photo or scan into computer-readable data.

iflytek/iFly-Skills · 77 tokens

payment-application-processor

Process construction payment applications. Validate schedule of values, calculate retainage, track billing status, and generate G702/G703 forms.

datadrivenconstruction/DDC_Skills_for_AI_Agents_in_Construction · 32 tokens

cwicr-report-generator

Generate professional cost estimation reports from CWICR calculations. HTML, PDF, Excel outputs with charts and breakdowns.

datadrivenconstruction/DDC_Skills_for_AI_Agents_in_Construction · 29 tokens

okf-open-knowledge-format

Create, validate, and enrich Open Knowledge Format (OKF) bundles — the open spec for representing organizational knowledge as markdown files with YAML frontmatter. Use when the user mentions 'OKF', 'Open Knowledge Format', 'knowledge bundle', 'OKF bundle', 'create a knowledge base for agents', 'validate OKF', 'convert…

fabricioctelles/skills · 168 tokens