Token导航 LogoToken导航TokenDH.com
待分类需要联网github未标认证来源可访问许可证需确认审计提醒

balance-sheet-analysisbalance sheet analysis 命令行

Agent Skill

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

总安装

240

周安装

10

GitHub Stars

4

下载量

80
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

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

简介

balance-sheet-analysis 用于分析公司资产负债结构,评估资产质量、负债水平和股东权益状况。

  • 它能计算账面价值、有形资产净值、净现金等关键指标,并揭示多期财务趋势与风险变化。
  • 通过集成外部数据源,该技能支持从指定路径读取数据配置和参考文档以完成分析流程。
  • 使用前应检查数据源连接状态、字段映射准确性以及输出结果是否满足实际业务验证需求。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Balance Sheet Analysis

Purpose

Analyze a company's balance sheet to evaluate its financial position at a point in time, covering the composition and quality of assets, the structure of liabilities, and the residual claim of shareholders. Compute derived metrics such as book value per share, tangible book value per share, net cash position, working capital, and key leverage ratios. Surface trends across multiple periods that reveal shifts in asset quality, capital structure, or financial risk.

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 under facts > us-gaap >... > units > USD: Filter for fp == "FY" entries. Sort by end date descending. Collect at least the last five fiscal years when available.

- Current Assets: CashAndCashEquivalentsAtCarryingValue, ShortTermInvestments, AccountsReceivableNetCurrent, InventoryNet, OtherAssetsCurrent, AssetsCurrent - Non-Current Assets: PropertyPlantAndEquipmentNet, Goodwill, IntangibleAssetsNetExcludingGoodwill, OtherAssetsNoncurrent, Assets - Current Liabilities: AccountsPayableCurrent, ShortTermBorrowings or DebtCurrent, DeferredRevenueCurrent, LiabilitiesCurrent - Non-Current Liabilities: LongTermDebt or LongTermDebtNoncurrent, DeferredRevenueNoncurrent, LiabilitiesNoncurrent, Liabilities - Shareholders' Equity: CommonStockValue, RetainedEarningsAccumulatedDeficit, AccumulatedOtherComprehensiveIncomeLossNetOfTax, TreasuryStockValue, StockholdersEquity - Shares: CommonStockSharesOutstanding

  1. Fetch pre-computed tables (secondary). If EDGAR data is incomplete or unavailable, fetch:

- https://stockanalysis.com/stocks/{ticker}/financials/balance-sheet/ — annual balance sheet

  1. Fetch ratio data (supplementary). For pre-computed leverage and efficiency ratios:

- https://stockanalysis.com/stocks/{ticker}/financials/ratios/

Analysis Steps

Asset Composition

Break down total assets into major categories and present as a table:

CategoryComponentsWhat to Watch
Cash & EquivalentsCash, short-term investments, marketable securitiesAbsolute level and trend; war chest for M&A or buybacks
ReceivablesAccounts receivable netGrowth rate vs revenue growth; rising AR/revenue ratio signals collection risk
InventoryRaw materials, WIP, finished goodsDays inventory outstanding; write-down risk for obsolescence
PP&EProperty, plant, equipment net of depreciationCapital intensity; age of assets (accumulated depreciation / gross PP&E)
GoodwillAcquisition premiumPercentage of total assets; impairment risk if acquisitions underperform
Other IntangiblesPatents, customer relationships, trademarksAmortization trajectory; finite vs indefinite-lived

Compute the percentage of total assets each category represents. Flag goodwill-heavy balance sheets (goodwill exceeding 30 percent of total assets) as carrying elevated impairment risk.

Liability Structure

Break down total liabilities into current and non-current:

  • Current liabilities: Accounts payable, accrued expenses, short-term debt, current portion of long-term debt, deferred revenue (current). Compute the ratio of current liabilities to total liabilities.
  • Non-current liabilities: Long-term debt, deferred revenue (non-current), pension obligations, operating lease liabilities, other long-term obligations.
  • Total debt: Sum of short-term borrowings, current portion of long-term debt, and long-term debt. Distinguish between gross debt and net debt (gross debt minus cash and short-term investments).

Shareholders' Equity

Decompose equity into its components:

  • Common stock and APIC — par value plus additional paid-in capital
  • Retained earnings — cumulative net income minus cumulative dividends; a negative balance indicates accumulated losses
  • AOCI (Accumulated Other Comprehensive Income/Loss) — unrealized gains/losses on securities, foreign currency translation, pension adjustments
  • Treasury stock — shares repurchased; presented as a negative; growing treasury stock indicates active buyback programs

Derived Metrics

Compute the following for each period:

  • Book Value per Share = Total Stockholders' Equity / Shares Outstanding
  • Tangible Book Value per Share = (Equity − Goodwill − Intangible Assets) / Shares Outstanding
  • Net Cash = Cash + Short-Term Investments − Total Debt
  • Net Cash per Share = Net Cash / Shares Outstanding
  • Working Capital = Current Assets − Current Liabilities
  • Debt-to-Equity (D/E) = Total Debt / Stockholders' Equity
  • Debt-to-Assets (D/A) = Total Debt / Total Assets
  • Equity Multiplier = Total Assets / Stockholders' Equity

Present derived metrics in a multi-year table. Highlight trends — a rising D/E ratio combined with declining equity signals increasing financial risk. Negative tangible book value is common for companies with large goodwill balances from acquisitions but should be flagged.

Balance Sheet Trends

Compare the most recent balance sheet to prior periods:

  • Is total asset growth driven by productive assets (PP&E, inventory) or non-productive assets (goodwill, intangibles)?
  • Is the debt level growing faster than equity? This increases leverage.
  • Is working capital positive and stable? Negative working capital may be acceptable for companies with strong cash conversion (e.g., subscription businesses) but is a warning sign for capital-intensive firms.
  • Is retained earnings growing? Declining retained earnings may indicate persistent losses or aggressive dividend/buyback policies beyond earnings capacity.

Depth Handling

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

  • Summary depth (default). Present three years of key balance sheet items in a condensed table: total assets, total liabilities, stockholders' equity, cash, total debt, net cash, goodwill. Include a derived metrics table with book value/share, tangible book value/share, net cash/share, working capital, D/E, and D/A. Add two to three sentences of narrative.
  • Detailed depth. Expand to five years. Break out individual asset and liability line items. Include a full equity decomposition table. Add a balance sheet composition chart description (percentage of assets by category). Provide extended commentary on asset quality, leverage trajectory, and working capital dynamics.

Sector-Specific Adjustments

  • Banking / Financial services. The balance sheet is the core operating statement. Focus on loan portfolio composition, allowance for loan losses, deposit base, and regulatory capital ratios. Traditional working capital analysis does not apply. Look for LoansAndLeasesReceivableNetReportedAmount, Deposits, AllowanceForLoanAndLeaseLossesRealEstate.
  • REITs / Real estate. PP&E (investment properties) dominates the asset side. Book value may understate market value of properties. Focus on net asset value (NAV) rather than book value. Look for RealEstateInvestmentPropertyNet.
  • Technology / Asset-light companies. Intangible assets and goodwill may dominate. Cash and investments often represent a large share of total assets. Working capital analysis should focus on deferred revenue trends as an indicator of future revenue visibility.
  • Insurance. Investment portfolio composition and reserve adequacy are critical. Look for InvestmentsInDebtAndEquitySecurities and LiabilityForFuturePolicyBenefits.

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

34.81%
按下载量换算28

Claude

28.79%
按下载量换算23

Cursor

17.47%
按下载量换算14

Gemini CLI

9.05%
按下载量换算7

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills