藏在《聪明的投资者》里的Skill

技能描述

本杰明·格雷厄姆在《聪明的投资者》(原书名《The Intelligent Investor》)中提出了一套可执行的判断框架。这个 Book2Skills 页面把它转化为可直接调用的 AI Skill:先识别问题类型,再按维度检查证据、风险信号和输出格式,帮助用户把书中的方法用于真实决策。

Skill.md

聪明的投资者

本杰明·格雷厄姆在《聪明的投资者》(原书名《The Intelligent Investor》)中提出了一套可执行的判断框架。这个 Book2Skills 页面把它转化为可直接调用的 AI Skill:先识别问题类型,再按维度检查证据、风险信号和输出格式,帮助用户把书中的方法用于真实决策。

核心框架

  • 适用场景:投资, 价值投资, 安全边际, 资产配置
  • 输入方式:给出你要判断的对象、目标、约束和已有数据。
  • 输出方式:Skill 会按书中方法生成诊断、检查清单、风险信号和下一步建议。

支持的问题类型

  • 诊断一个真实案例是否符合书中原则。
  • 比较多个方案并给出取舍理由。
  • 找出风险、反模式或缺失信息。
  • 把抽象原则转成可执行步骤。

完整 Skill 指令

以下保留完整 Skill 指令,供 agent 调用时使用。

# The Intelligent Investor — Skill (Benjamin Graham)

**Knowledge source:** *The Intelligent Investor* by Benjamin Graham, revised edition with commentary by Jason Zweig.
**Architecture:** Orchestrator + 7 subskills. This file routes the user query; subskills execute the actual Graham workflows.

```text
intelligent-investor-graham/
├── SKILL.md
├── quotes/
│   ├── market-philosophy-quotes.md
│   └── value-investing-quotes.md
└── subskills/
    ├── m1_investment_vs_speculation/
    │   ├── module.md
    │   └── references/case_library.md
    ├── m2_defensive_stock_screen/
    │   ├── module.md
    │   └── references/case_library.md
    ├── m3_margin_of_safety_pricing/
    │   ├── module.md
    │   └── references/case_library.md
    ├── m4_market_fluctuation_response/
    │   ├── module.md
    │   └── references/case_library.md
    ├── m5_portfolio_policy/
    │   ├── module.md
    │   └── references/case_library.md
    ├── m6_fund_adviser_ipo_review/
    │   ├── module.md
    │   └── references/case_library.md
    └── m7_enterprising_bargain_hunt/
        ├── module.md
        └── references/case_library.md

Skill Purpose

Use this skill to apply Graham's value-investing discipline to practical investor decisions: distinguishing investment from speculation, screening defensive stocks, estimating margin of safety, responding to market swings, setting portfolio policy, evaluating funds or advisers, and searching for enterprising-investor bargains.

This is not a market-forecasting, momentum-trading, tax-planning, or personalized financial-advice skill. Its job is to force businesslike analysis, conservative arithmetic, and temperament discipline before any action is labeled an investment.

When to Use This Skill

Invoke this skill when the user asks questions such as:

  • "Is this stock worth buying under Graham's rules?"
  • "Is this an investment or speculation?"
  • "Does this company pass the defensive investor checklist?"
  • "What price gives enough margin of safety?"
  • "The stock or market dropped. Should I sell?"
  • "How should I split my portfolio between stocks and bonds?"
  • "Should I buy this fund, adviser product, IPO, SPAC, or hot growth story?"
  • "How would Graham look for bargain stocks?"

CITATION RULES

Every substantive Graham-method claim must cite the original-text quote files when a module produces a final answer.

Quote files:

  • quotes/value-investing-quotes.md — investment definition, margin of safety, Mr. Market, defensive allocation, price discipline, Graham's core principles.
  • quotes/market-philosophy-quotes.md — market pendulum, earnings skepticism, IPO warnings, index funds, adviser conflicts, net-current-asset bargains, simplicity, historical humility.

Citation format:

"Author's exact words here."

The Intelligent Investor, cited excerpt

Anchor mapping:

  • value-investing-quotes.md: #buffett-endorses-graham, #investment-vs-speculation, #margin-of-safety, #mr-market, #mr-market-servant, #defensive-portfolio-split, #price-matters-more, #graham-core-principles, #the-future-value-depends-on-price, #no-need-for-extraordinary
  • market-philosophy-quotes.md: #market-is-a-pendulum, #earnings-can-be-manipulated, #avoid-ipos, #index-funds-best, #advisers-misaligned, #net-current-asset-bargains, #simplicity-beats-cleverness, #santayana-warning

Rules:

  • Read the routed module's references/case_library.md for the relevant quote IDs.
  • Include at least one citation per major section in substantive answers.
  • Use only exact quotes from the quote files. Do not invent quotation text.
  • If no exact quote fits, cite the closest anchor and state that the reasoning is a paraphrased Graham application.

Workflow Inventory

WorkflowUser question patternInputsStepsOutputIndependent trigger?Distinct references?Triage scoreShould be subskill?Reason
Investment/speculation classification"Is this trade investing?"Security, thesis, holding period, analysis, leverage, position sizingTest analysis, principal safety, adequate return, promotional dependenceInvestment/speculation verdict and boundary conditionsYesYes4YesFoundation for every proposed purchase or trade.
Defensive stock screen"Does X pass Graham's defensive checklist?"10-year earnings, dividends, balance sheet, price, EPS, book valueApply seven defensive criteria without soft averagingPass/fail table and disqualifiersYesYes4YesDistinct inputs, rules, and pass/fail artifact.
Margin of safety pricing"What price is attractive?"Normalized earnings, assets, book value, debt, bond yield, current priceEstimate conservative value, discount, and no-buy zoneBuy zone, watch zone, avoid zoneYesYes4YesDistinct valuation artifact.
Market fluctuation response"The stock dropped. Should I sell?"Price change, business change, valuation, liquidity needs, leverageSeparate quotation from value; test impairment and forced-selling riskHold/add/reduce/sell frameworkYesYes4YesDistinct behavioral and sell-discipline workflow.
Portfolio policy"How should I allocate?"Investor type, income need, effort, risk capacity, yieldsStart at 50/50, apply 25/75 guardrails, rebalanceAllocation range and rebalancing ruleYesYes4YesDifferent input type and output artifact.
Fund/adviser/IPO review"Should I buy this fund or IPO?"Fees, incentives, operating history, marketing claims, alternativesCheck conflicts, costs, promotion, analyzable factsUse/avoid verdict and safer defaultYesYes4YesProduct review workflow with distinct warnings.
Enterprising bargain hunt"How would Graham find cheap stocks?"Screens, financials, NCAV data, special situation facts, diversification planSearch low expectations, verify asset backing, diversifyResearch list and rejection rulesYesYes4YesDistinct research workflow and reference needs.

Routing Rules

User question typeMust runOptional run
"Should I buy stock X?"M1 -> M2 -> M3M4 if price moved sharply; M7 if user is enterprising
"Is this investment or speculation?"M1M6 if promoted product, IPO, fund, or adviser
"Does this pass Graham's checklist?"M2M3
"What is a Graham buy price?"M3M2 for defensive qualification
"The stock fell. Should I sell?"M4M3 to recalculate margin of safety
"How should I allocate my portfolio?"M5M6 for fund implementation
"Should I use this fund/adviser/IPO/SPAC/hot issue?"M6M1
"Find Graham-style bargains"M7M3 for valuation discipline; M1 for classification

Execution Rules

  1. Read only the modules required by the routing table.
  2. Run M1 first whenever the user proposes a purchase, trade, or speculative product.
  3. Run M2 before calling a stock suitable for a defensive investor.
  4. Run M3 before giving any buy-price, cheap/expensive, add, reduce, or margin-of-safety conclusion.
  5. Run M4 for market-move questions; do not treat price movement itself as proof of risk or opportunity.
  6. If required data is missing, state the missing fields and give a provisional analysis rather than fabricating figures.
  7. Do not run every module for a narrow question.

Multi-Module Output Format

## Graham Analysis — [Security / Decision]

**Question type:** [Buy / sell / allocation / fund / speculation / bargain search]
**Investor posture:** Defensive / Enterprising / Unknown
**Required modules used:** M[ ] ...

### 1. Investment vs. Speculation
- Classification:
- Reason:
- Boundary conditions:
- Citation:

### 2. Graham Tests Applied
- Defensive checklist result, margin of safety, market fluctuation diagnosis, allocation policy, or product review as routed.

### 3. Verdict
- Graham result: qualifies / watchlist / avoid / speculative only / hold / reduce / needs data
- Action discipline:
- Missing data:

### 4. Citations
- Closest Graham principle and quote link for each major conclusion.

Subskill Status

SubskillPathStatus
M1 Investment vs Speculationsubskills/m1_investment_vs_speculation/Available
M2 Defensive Stock Screensubskills/m2_defensive_stock_screen/Available
M3 Margin of Safety Pricingsubskills/m3_margin_of_safety_pricing/Available
M4 Market Fluctuation Responsesubskills/m4_market_fluctuation_response/Available
M5 Portfolio Policysubskills/m5_portfolio_policy/Available
M6 Fund Adviser IPO Reviewsubskills/m6_fund_adviser_ipo_review/Available
M7 Enterprising Bargain Huntsubskills/m7_enterprising_bargain_hunt/Available

Do Not

  • Do not forecast the market or interest rates as the basis for a recommendation.
  • Do not call an action "investment" unless analysis, principal safety, and adequate return have all been addressed.
  • Do not excuse overpayment because the company is excellent, popular, or fast growing.
  • Do not average a failed defensive checklist into a soft "mostly passes" verdict.
  • Do not recommend leverage, all-in allocations, or panic selling under Graham's name.
  • Do not provide personalized regulated financial advice; frame outputs as educational decision support.

安装使用

安装指令

npx skills add simbajigege/book2skills/skills/intelligent-investor-graham
OR

直接下载

相关技能

文化的冲突 AI Skill

约翰·博格在《文化的冲突》(原书名《The Clash of the Cultures》)中提出了一套可执行的判断框架。这个 Book2Skills

投资最重要的事 AI Skill

霍华德·马克斯在《投资最重要的事》(原书名《The Most Important Thing》)中提出了一套可执行的判断框架。这个 Book2Skills

局外人 AI Skill

威廉·桑代克在《局外人》(原书名《The Outsiders》)中提出了一套可执行的判断框架。这个 Book2Skills 页面把它转化为可直接调用的

像艺术家一样偷窃 AI Skill

奥斯汀·克莱恩在《像艺术家一样偷窃》(原书名《Steal Like an Artist》)中提出了一套可执行的判断框架。这个 Book2Skills

艺术之战 AI Skill

史蒂文·普莱斯菲尔德在《艺术之战》(原书名《The War of Art》)中提出了一套可执行的判断框架。这个 Book2Skills 页面把它转化为可直接调用的

常识投资小书 AI Skill

约翰·博格在《常识投资小书》(原书名《The Little Book of Common Sense Investing》)中提出了一套可执行的判断框架。这个

我从达尔文那里学到的投资 AI Skill

普拉克·普拉萨德在《我从达尔文那里学到的投资》(原书名《What I Learned About Investing from Darwin》)中提出了一套可执行的判断框架。这个

刺拳,刺拳,刺拳,右勾拳 AI Skill

加里·维纳查克在《刺拳,刺拳,刺拳,右勾拳》(原书名《Jab, Jab, Jab, Right Hook》)中提出了一套可执行的判断框架。这个

影响SEO最重要的10个metadata AI Skill

哥飞在《影响SEO最重要的10个metadata》(原书名《10 Most Important SEO Metadata Tags》)中提出了一套可执行的判断框架。这个

商业冒险分析框架 AI Skill

运用约翰·布鲁克斯《商业冒险》(原书名《Business Adventures》)分析企业失败、市场恐慌、产品时机、治理缺口、监管风险、欺诈暴露、机构脆弱性和创新盲区。