Token导航 LogoToken导航TokenDH.com
运维和基础设施需要联网github未标认证来源可访问许可证需确认审计提醒

profitability-analysis盈利能力分析

Agent Skill

profitability-analysis 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

423

周安装

18

GitHub Stars

4

下载量

148
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

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

简介

profitability-analysis 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。

  • 适用于投资项目评估、财务指标计算或收益预测建模等运维和基础设施场景。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,需确认权限范围和联网能力。
  • 建议核实维护状态,避免触发不必要的文件读写或命令执行操作。
  • 可结合原始 README 进一步了解具体用法和功能边界。

SKILL.md

Profitability Analysis

Purpose

Evaluate a company's ability to generate returns on the capital deployed by shareholders, lenders, and the business itself. Analyze the margin hierarchy across reporting periods, compute return metrics (ROE, ROA, ROIC, ROCE), and decompose returns using the DuPont framework to identify whether profitability is driven by margins, asset efficiency, or leverage. Compare returns against the company's cost of capital to determine whether it is creating or destroying value.

Data Fetching Process

Consult ${CLAUDE_PLUGIN_ROOT}/skills/_shared/references/data-sources.md for full source details and fallback behavior.

  1. Resolve the ticker. Fetch https://www.sec.gov/files/company_tickers.json using the sec-fetch skill (see data-sources.md), locate the company's CIK, and pad it to 10 digits. Cache the CIK and official company name.
  2. Fetch structured financial data (primary). Request the SEC EDGAR XBRL company facts endpoint: https://data.sec.gov/api/xbrl/companyfacts/CIK{10-digit-CIK}.json Extract the following XBRL concepts: Filter for fp == "FY" entries. Sort by end date descending. Collect at least five fiscal years.

- Income statement: Revenues, GrossProfit, OperatingIncomeLoss, NetIncomeLoss, DepreciationDepletionAndAmortization, InterestExpense, IncomeTaxExpenseBenefit - Balance sheet: Assets, StockholdersEquity, Goodwill, IntangibleAssetsNetExcludingGoodwill, LongTermDebt, ShortTermBorrowings or DebtCurrent, CashAndCashEquivalentsAtCarryingValue, ShortTermInvestments - Cash flow: NetCashProvidedByUsedInOperatingActivities (for operating return context)

  1. Fetch pre-computed ratios (secondary). Fetch:

- https://stockanalysis.com/stocks/{ticker}/financials/ratios/ — pre-computed ROE, ROA, ROIC, margins - https://stockanalysis.com/stocks/{ticker}/financials/ — income statement for margin computation

  1. Fetch WACC and return benchmarks (supplementary). For ROIC vs WACC comparison:

- https://www.gurufocus.com/term/wacc/{ticker} — weighted average cost of capital - https://www.gurufocus.com/term/roic/{ticker} — ROIC with Gurufocus methodology

Analysis Steps

Margin Hierarchy

Compute and tabulate the full margin stack for each fiscal year:

MarginFormulaSignificance
Gross MarginGross Profit / RevenuePricing power and direct cost management
Operating Margin (EBIT)Operating Income / RevenueCore business profitability after all operating costs
EBITDA Margin(Operating Income + D&A) / RevenueOperating profitability before depreciation; useful for capital-intensive businesses
Net MarginNet Income / RevenueBottom-line profitability after all costs, interest, and taxes

Present margins in a multi-year trend table. Identify whether margins are expanding, stable, or contracting. Compute the spread between gross margin and operating margin (indicating operating cost burden) and between operating margin and net margin (indicating financial and tax burden).

Return Metrics

Compute the following for each period, using average balance sheet figures (average of beginning and ending period values) for denominator metrics:

MetricFormulaWhat It Measures
ROENet Income / Average Stockholders' EquityReturn generated on shareholder capital
ROANet Income / Average Total AssetsReturn generated on all assets regardless of funding
ROICNOPAT / Average Invested CapitalReturn on all operating capital (debt + equity minus excess cash)
ROCEEBIT / Average Capital EmployedReturn on long-term capital base
ROTENet Income / Average Tangible EquityReturn on equity excluding goodwill and intangibles; critical for acquisitive companies

Where:

  • NOPAT = Operating Income × (1 − Effective Tax Rate)
  • Invested Capital = Total Equity + Total Debt − Cash and Short-Term Investments
  • Capital Employed = Total Assets − Current Liabilities
  • Tangible Equity = Stockholders' Equity − Goodwill − Intangible Assets

Present return metrics in a multi-year table. Identify trends — rising returns indicate improving capital efficiency; declining returns may signal overinvestment, margin compression, or balance sheet bloat.

DuPont Decomposition

Decompose ROE into its three component drivers:

ROE = Net Margin × Asset Turnover × Equity Multiplier

Where:

  • Net Margin = Net Income / Revenue (profitability lever)
  • Asset Turnover = Revenue / Average Total Assets (efficiency lever)
  • Equity Multiplier = Average Total Assets / Average Stockholders' Equity (leverage lever)

Present the decomposition in a multi-year table showing each component alongside the resulting ROE. This reveals the source of ROE changes:

  • If ROE rises due to increasing net margin, profitability is improving.
  • If ROE rises due to increasing asset turnover, the company is extracting more revenue per dollar of assets.
  • If ROE rises primarily due to a higher equity multiplier, the company is using more leverage — which increases financial risk.

Flag cases where a high ROE is driven predominantly by leverage (equity multiplier above 3.0) as this may represent risk rather than quality.

ROIC vs WACC

When WACC data is available, compare ROIC to WACC:

  • ROIC > WACC indicates economic value creation — each dollar of invested capital generates returns above its cost.
  • ROIC < WACC indicates economic value destruction — the company would return more value by distributing capital to shareholders.
  • ROIC ≈ WACC indicates the company is earning approximately its cost of capital.

Compute the economic spread = ROIC − WACC. Present the spread for each available year and note the trend.

Multi-Year Trend Analysis

For all return metrics, compute:

  • Five-year average
  • Five-year high and low
  • Direction of trend (improving, stable, deteriorating)
  • Comparison to sector median when available via peer data

Depth Handling

Consult ${CLAUDE_PLUGIN_ROOT}/skills/_shared/references/output-format.md for standard formatting rules.

  • Summary depth (default). Present three years of the margin hierarchy and key return metrics (ROE, ROA, ROIC) in two tables. Include the DuPont decomposition for the most recent year. Add two to three sentences interpreting whether returns are improving and what is driving them.
  • Detailed depth. Expand to five years. Include all return metrics (ROE, ROA, ROIC, ROCE, ROTE), the full multi-year DuPont decomposition table, the ROIC vs WACC analysis, and five-year averages. Provide extended commentary on the quality and sustainability of returns, the role of leverage in ROE, and how the company compares to its sector.

Sector-Specific Adjustments

  • SaaS / High-Growth Technology. Apply the Rule of 40: Revenue Growth Rate (%) + Operating Margin (%) should ideally exceed 40. For early-stage SaaS companies with high growth but negative margins, the Rule of 40 is a more relevant profitability benchmark than absolute ROE or ROIC. Report both the GAAP and adjusted (excluding SBC) margin in the Rule of 40 calculation.
  • Banking / Financial Services. Use ROTCE (Return on Tangible Common Equity) as the primary return metric rather than ROE, since banks carry significant goodwill from acquisitions. Also compute Net Interest Margin (NIM) = Net Interest Income / Average Earning Assets and Efficiency Ratio = Non-Interest Expense / Total Revenue (lower is better).
  • REITs. Standard ROE and ROA are distorted by depreciation conventions for real property. Focus on FFO-based returns and NAV-based returns rather than net-income-based ratios.
  • Capital-intensive industries (Utilities, Industrials). ROCE and ROIC are more informative than ROE due to the heavy use of debt financing. Focus on the ROIC vs WACC spread to assess value creation.
  • Insurance. Use Combined Ratio (loss ratio + expense ratio) as the primary profitability metric. A combined ratio below 100 percent indicates underwriting profitability.

Output

Follow the output structure defined in ${CLAUDE_PLUGIN_ROOT}/skills/_shared/references/output-format.md. Begin with the standard header, present data in markdown tables with right-aligned numbers and units, include source links after each data section, and close with the standard disclaimer.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

32.73%
按下载量换算48

Claude

31.11%
按下载量换算46

Cursor

17.08%
按下载量换算25

Gemini CLI

9.15%
按下载量换算14

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills