cn-ib-memo-builder

cn-ib-memo-builder is a skill for Codex from Qiushen-first/cn-investment-banking-skills. It costs 108 tokens per session (929 once invoked), scanned A, original, Apache-2.0.

A workflow for turning source material into concise Chinese investment-banking memos. Such a memo summarizes facts, analysis, decisions, risks, and next actions for senior bankers.

In plain words
What is it for?
Use it for project updates, due-diligence findings, transaction analyses, meeting follow-ups, and materials prepared for internal review or a decision meeting.
Why use it?
Deal updates and diligence findings can mix verified facts with assumptions and unresolved questions. This workflow keeps evidence traceable and makes open issues visible instead of filling gaps with guesses.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Codex.

Good fit Use it for project updates, due-diligence findings, transaction analyses, meeting follow-ups, and materials prepared for internal review or a decision meeting.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/qiushen-first/cn-investment-banking-skills/cn-ib-memo-builder
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 Qiushen-first/cn-investment-banking-skills --skill cn-ib-memo-builder
Clone the repo
git clone --depth 1 https://github.com/Qiushen-first/cn-investment-banking-skills

Made for: 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 cn-ib-memo-builder

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/qiushen-first/cn-investment-banking-skills/cn-ib-memo-builder"><img src="https://agentmods.dev/badge/skills/qiushen-first/cn-investment-banking-skills/cn-ib-memo-builder.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 108 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 929 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00108 $0.00929
Opus 5 $0.00054 $0.00464
Sonnet 5 $0.00022 $0.00186
Haiku 4.5 $0.00011 $0.00093

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

Security

Grade A, and why

cn-ib-memo-builder 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 12d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/check_memo_markdown.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.

skills/cn-ib-memo-builder/SKILL.md · 101 lines

How it starts

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

CN IB Memo Builder

Produce a memo that lets a senior banker understand the decision, evidence, risk, and next action quickly.

Principles

  1. Start with the decision or conclusion, not a chronology of work performed.
  2. Distinguish confirmed fact, source statement, analysis, assumption, and open question.
  3. Support material facts with stable source identifiers and precise locators.
  4. Keep unresolved issues visible with owner, deadline, dependency, and consequence.
  5. Preserve the user's template, defined terms, and requested sections.
  6. Never manufacture a conclusion when the evidence is incomplete.

Workflow

1. Define the memo's job

Read references/memo-types.md. Confirm:

  • reader and decision required;
  • memo type and required length;
  • reporting cut-off and transaction stage;
  • approved sources and confidentiality level;
  • required template, headings, and sign-offs.

If no template is supplied, start from assets/memo-template.md and remove irrelevant sections rather than filling them with generic prose.

2. Build an evidence ledger

Before drafting, assign each material source a stable ID such as [S1]. Record:

source_id, title, date, file_or_url, page_or_cell, owner, status

Extract facts with original wording, period, unit, scope, and caveat. Use cn-ib-source-verifier for calculation lineage or cn-ib-cross-document-check when sources disagree.

3. Create the issue structure

For each material issue, state:

  • Conclusion: what the evidence currently supports;
  • Facts: source-backed observations only;
  • Analysis: why the facts matter to the transaction;
  • Gap or risk: what remains uncertain and the consequence;
  • Action: next step, owner, deadline, and closure evidence.

Do not hide a qualification in a footnote when it changes the conclusion.

4. Draft conclusion-first

Read references/drafting-style.md. Write the executive summary after the issue analysis, then move it to the front. Use tables for decisions, open items, and comparisons; use prose for reasoning that needs context.

Read the full file on GitHub · 101 lines

Files

What ships with it

6 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. 12d ago First seen · 101 lines · 108 tokens per session scan A 67b8634a0d12

Subscribe to this mod's changes

cn-ib-memo-builder is a skill published in the GitHub repository Qiushen-first/cn-investment-banking-skills (101 stars, last pushed 26d ago), licensed Apache-2.0. It adds 108 tokens to every session and 929 once invoked, about $0.0005 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.

Related

Other skills, from other repositories

sector-rotation

An analysis framework for comparing industries in the Chinese A-share stock market, using business conditions, price momentum, valuation, and money flows. It produces rankings and higher- or lower-allocation suggestions.

HKUDS/Vibe-Trading · 39 tokens

strategy-pivot-designer

Detect backtest iteration stagnation and generate structurally different strategy pivot proposals when parameter tuning reaches a local optimum.

tradermonty/claude-trading-skills · 28 tokens

twitter-reader

Read Twitter/X for financial research using opencli (read-only). Use this skill whenever the user wants to read their Twitter feed, search for financial tweets, view bookmarks, look up user profiles, or gather market sentiment from Twitter/X. Triggers include: "check my feed", "search Twitter for", "show my…

himself65/finance-skills · 161 tokens

chenhao-limit-up

A framework for judging Chinese A-share stocks that have reached the daily price-rise limit, using market mood, sector leadership, and trading momentum.

questflowai/investorskills · 44 tokens

furusato

A Japanese hometown-tax donation manager for furusato nozei, a system where donations to municipalities can qualify for an income-tax or local-tax deduction. It reads donation receipts, stores donation records, and calculates deduction limits.

kazukinagata/shinkoku · 102 tokens

reading-receipt

An image-reading workflow for extracting structured information from receipts, invoices, and hometown-tax donation certificates. It can first extract text from PDFs and otherwise read their images.

kazukinagata/shinkoku · 64 tokens