Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计提醒

moat-analysis护城河分析

Agent Skill

moat-analysis 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

376

周安装

16

GitHub Stars

4

下载量

132
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:moat-analysis(护城河分析)
来源仓库:https://github.com/tradeinsight-info/investment-analysis-skills
仓库路径:skills/moat-analysis
安装命令:
npx skills add https://github.com/tradeinsight-info/investment-analysis-skills --skill moat-analysis
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/tradeinsight-info/investment-analysis-skills --skill moat-analysis

简介

moat-analysis 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 适用于需要根据关键词或任务场景从来源线索中获取信息的场景。
  • 通过 npx skills add 命令安装,需结合原始 README 确认具体用法。
  • 安装前建议核实权限范围、维护状态及是否触发联网或文件操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Economic Moat Analysis

Purpose

Evaluate the durability and strength of a company's competitive advantages using the Morningstar economic moat framework. Identify which moat sources apply, quantify their strength through financial signals such as sustained ROIC above WACC and margin stability, and assess whether the moat is widening, stable, or narrowing. Deliver a structured moat rating (Wide, Narrow, or None) supported by both qualitative and quantitative evidence.

Data Fetching Process

Consult ${CLAUDE_PLUGIN_ROOT}/skills/_shared/references/data-sources.md for full data-fetching instructions, ticker resolution, and fallback behavior.

Step 1 — Resolve Ticker and Retrieve Financial History

  1. Resolve the company ticker to a CIK via the SEC company tickers JSON endpoint.
  2. Fetch the XBRL companyfacts JSON for the resolved CIK.
  3. Extract the following metrics for the most recent 10 fiscal years (or as many as available):

- Return on Invested Capital (ROIC): compute from OperatingIncomeLoss, IncomeTaxExpenseBenefit, Assets, CashAndCashEquivalentsAtCarryingValue, and current liabilities, or use the pre-computed ratio from Stock Analysis /ratios/ as a fallback. - Gross margin: GrossProfit divided by Revenues. - Operating margin: OperatingIncomeLoss divided by Revenues. - Revenue growth rate year over year. - Market share proxy: revenue relative to industry peers (use the XBRL frames endpoint for the same NAICS/SIC sector if available).

Step 2 — Estimate Weighted Average Cost of Capital (WACC)

  1. Fetch the company's long-term debt (LongTermDebt) and stockholders' equity (StockholdersEquity) from EDGAR.
  2. Fetch the current risk-free rate and equity risk premium via WebSearch (search for "current US 10-year Treasury yield" and "Damodaran equity risk premium").
  3. Estimate beta from Stock Analysis or Gurufocus. If beta is unavailable, use the sector median beta as a proxy and note the assumption.
  4. Estimate the pre-tax cost of debt from interest expense divided by average total debt, or from the company's credit rating spread over Treasuries if available.
  5. Compute WACC using the standard formula: WACC = (E/V) * Re + (D/V) * Rd * (1 - Tax Rate), where Re = Rf + Beta * ERP. Use market values for equity (market cap) and book values for debt unless market debt data is readily available.
  6. If precise inputs are unavailable, use a reasonable sector-average WACC estimate and note the assumption. Common sector WACC ranges: technology 8-12%, consumer staples 6-9%, utilities 5-7%, financials 8-11%.

Step 3 — Gather Qualitative Moat Evidence

  1. Use WebSearch to find recent moat analyses, brand strength rankings, patent portfolios, and regulatory licenses for the company.
  2. Search for switching cost evidence: customer retention rates, contract lengths, integration depth, proprietary ecosystems.
  3. Search for network effect indicators: user growth metrics, platform dynamics, marketplace liquidity.
  4. Search for cost advantage evidence: scale economics, proprietary processes, location advantages, resource access.
  5. Search for efficient scale indicators: natural monopoly characteristics, limited market size relative to incumbents.

Analysis Steps

Step 1 — Identify Applicable Moat Sources

Evaluate each of the five Morningstar moat sources and determine which ones apply to the company. For each source, provide specific evidence:

Intangible Assets

  • Assess brand strength: pricing premium over competitors, brand recognition surveys, brand value rankings (e.g., Interbrand, Brand Finance). Quantify the premium by comparing average selling prices to commodity alternatives in the same category.
  • Review patent portfolio: number of active patents, patent citation rates, remaining patent life for key products. Determine whether patents protect core revenue streams or are peripheral.
  • Identify regulatory licenses or approvals: FDA approvals, banking charters, spectrum licenses, government contracts with high barriers to recompete. Evaluate how long these licenses take to obtain and whether they are exclusive or limited in number.
  • Assess the combined strength of intangible assets: a brand alone may not constitute a moat unless it translates to measurable pricing power; patents must be enforceable and difficult to design around; licenses must create meaningful barriers.

Switching Costs

  • Identify integration depth: how deeply the product embeds into customer workflows, data, or infrastructure. Enterprise software, ERP systems, and data platforms typically have the highest switching costs.
  • Evaluate contract structures: long-term agreements, auto-renewal terms, early termination penalties. Note the average contract length and renewal rate if disclosed.
  • Assess retraining costs: time and expense required for customers to switch to a competing product. Consider certification programs, proprietary skill requirements, and ecosystem lock-in.
  • Look for evidence in customer retention rates and net revenue retention (especially for SaaS companies). NRR above 120% strongly indicates switching cost moat combined with expansion revenue.
  • Evaluate data lock-in: whether customers accumulate proprietary data, history, or configurations within the product that would be costly or impossible to migrate.

Network Effects

  • Classify the type: direct (user-to-user value, e.g., social networks, messaging), indirect (platform/marketplace, e.g., app stores, payment networks), or data network effects (more users improve the product via data, e.g., search engines, recommendation systems).
  • Evaluate strength: user base size relative to competitors, engagement metrics, cross-side adoption rates. Determine whether the network effect has reached critical mass or is still building.
  • Assess vulnerability: potential for multi-homing (users active on multiple competing platforms), winner-take-all dynamics versus coexistence, local versus global network effects. Local network effects (e.g., ride-sharing in a city) are more vulnerable than global ones.
  • Consider whether the network effect creates a virtuous cycle: more users attract more supply, which attracts more users, creating compounding advantage.

Cost Advantages

  • Process-driven: proprietary manufacturing, technology, or distribution that lowers unit cost.
  • Scale-driven: fixed cost leverage, purchasing power, distribution network density.
  • Resource-driven: preferential access to raw materials, talent pools, or geographic locations.
  • Compare gross margins and operating margins against the peer group over multiple years.

Efficient Scale

  • Evaluate whether the addressable market is limited enough that it naturally supports only a few profitable competitors. Calculate the ratio of minimum efficient scale to total market demand.
  • Look for examples: utilities, railroads, pipelines, defense primes, niche industrial markets, specialized testing and certification services.
  • Assess whether new entry would destroy returns for all participants, making entry economically irrational even absent any other barrier.
  • Distinguish efficient scale from other moat sources: the moat arises from the market's limited size, not from the incumbent's cost advantages or brand strength.

Step 2 — Quantify Moat Strength with Financial Signals

Present a multi-year table of quantitative moat signals:

SignalWhat It IndicatesThreshold for Moat Evidence
ROIC minus WACC spreadExcess returns sustainabilityPositive spread for 5+ consecutive years
Gross margin trendPricing power and cost controlStable or expanding over 5+ years
Operating margin trendOperational moat leverageStable or expanding over 5+ years
Revenue growth consistencyDemand durabilityPositive in most years, low volatility
Market share trendCompetitive position trajectoryStable or growing
Customer retention / NRRSwitching cost strengthAbove 90% retention or 100%+ NRR

For each signal, present the actual data in a table covering the most recent 5-10 years, then note whether it supports or contradicts moat existence.

Step 3 — Assess Moat Trajectory

Determine whether the moat is widening, stable, or narrowing:

  • Widening: ROIC-WACC spread increasing, margins expanding, market share growing, new moat sources emerging.
  • Stable: Consistent excess returns, steady margins, maintained market share.
  • Narrowing: ROIC-WACC spread compressing, margin erosion, market share loss, competitive disruption emerging.

Identify specific threats to the moat: technological disruption, regulatory changes, new entrants with different business models, customer preference shifts, commoditization of previously differentiated features, and erosion of switching costs through interoperability standards or open-source alternatives.

Consider the historical persistence of each moat source. Some moat types are inherently more durable than others: switching costs in mission-critical enterprise software tend to persist for decades, while brand moats in consumer goods can erode within a few years if quality or relevance slips. Network effects can flip rapidly if a superior platform achieves critical mass.

Step 4 — Assign Moat Rating

Assign one of three ratings with a confidence level:

  • Wide Moat: Multiple strong moat sources, ROIC well above WACC for 10+ years, high confidence moat will persist for 20+ years.
  • Narrow Moat: One or two moat sources, ROIC above WACC for 5+ years, confidence moat will persist for 10+ years.
  • No Moat: No durable competitive advantages, ROIC near or below WACC, competitive position eroding.

Provide the rating, a confidence level (High / Medium / Low), and a 2-3 sentence justification.

When assigning confidence, consider data availability and analytical certainty. High confidence requires strong quantitative support (long ROIC track record, clear margin trends) combined with identifiable qualitative moat sources. Medium confidence reflects either limited data history or mixed signals across moat indicators. Low confidence indicates that the assessment is based primarily on qualitative judgment due to insufficient quantitative data or a company in rapid transition.

Step 5 — Peer Moat Comparison

When detailed depth is requested, compare the target company's moat characteristics against its 2-3 closest peers:

  • Present a side-by-side table of ROIC, ROIC-WACC spread, gross margin, and operating margin for the target and each peer over the most recent 5 years.
  • Note which peers have wider, narrower, or equivalent moats and identify the primary differentiating factor.
  • Assess whether the industry structure supports multiple wide-moat companies (e.g., Visa and Mastercard in payments) or only one dominant moat holder.

Depth Handling

  • Summary depth (default): List applicable moat sources with one sentence each, show a compact ROIC vs WACC table (3-5 years), state the moat rating and trajectory in one paragraph.
  • Detailed depth: Full analysis of all five moat sources with evidence, 10-year quantitative signal tables, moat trajectory analysis with threat assessment, peer comparison of excess returns, and complete rating justification.
  • Specific question: If the user asks about a single moat source (e.g., "Does AAPL have switching costs?"), focus the analysis on that source with supporting data.

Output Formatting

Consult ${CLAUDE_PLUGIN_ROOT}/skills/_shared/references/output-format.md for standard output structure, table formatting, source citations, and the required disclaimer.

Present the moat rating prominently near the top of the response after the header. Use tables for quantitative signals and concise narrative for qualitative evidence. Always cite the source for each data point (EDGAR filing, Stock Analysis page, or search result).

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

33.77%
按下载量换算45

Claude

29.37%
按下载量换算39

Cursor

19.93%
按下载量换算26

Gemini CLI

8.83%
按下载量换算12

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills