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

equitiesequities 命令行

Agent Skill

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

总安装

1,997

周安装

80

GitHub Stars

58

下载量

646
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/joellewis/finance_skills --skill equities

简介

equities 用于股票和股权证券分析,涵盖因子模型、估值比率和行业分类框架。

  • 适用于 CAPM、Fama-French 多因子模型、指数编制方法和收益机制解析。
  • 可处理个股、指数和投资组合分析,支持风格分析和行业归类,提升投资决策质量。
  • 安装前建议确认权限范围和维护状态,避免触发金融数据接口或实时行情调用,确保合规使用。
  • equities 属于待分类类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Equities

Purpose

Analyze equity securities including individual stocks, equity indices, and equity portfolios. This skill covers factor models, valuation ratios, index construction methodologies, style analysis, earnings mechanics, and sector classification frameworks essential for equity market analysis.

Layer

2 — Asset Classes

Direction

both

When to Use

  • User asks about stocks, equity securities, or equity portfolio analysis
  • User asks about equity factor models (CAPM, Fama-French, momentum, quality, low vol)
  • User asks about index weighting methodologies (cap-weighted, equal-weighted, fundamental)
  • User asks about valuation ratios (P/E, P/B, EV/EBITDA, dividend yield)
  • User asks about earnings mechanics (EPS, diluted EPS, forward P/E, PEG ratio)
  • User asks about sector or industry classification (GICS)
  • User asks about style analysis (value vs growth, large vs small cap)
  • User asks about return decomposition (price return vs total return)

Core Concepts

Market Cap Weighting vs Equal Weighting vs Fundamental Weighting

Cap-weighted indices weight each stock by its market capitalization, meaning larger companies dominate the index. Equal-weighted indices assign the same weight to every constituent, giving more influence to smaller names and requiring periodic rebalancing. Fundamental weighting uses metrics like revenue, earnings, or book value to determine weights, attempting to break the link between price and portfolio weight.

Factor Models

Factor models explain equity returns through systematic exposures. The single-factor CAPM uses market beta. Multi-factor models add Size (SMB — Small Minus Big), Value (HML — High Minus Low book-to-market), Momentum (UMD — Up Minus Down), Quality (profitable minus unprofitable), and Low Volatility. Factor exposures are estimated via time-series regression of excess returns on factor returns.

CAPM: E(R_i) = R_f + beta_i × (E(R_m) - R_f)

Fama-French 3-Factor: R_i - R_f = alpha + beta_m×(R_m - R_f) + beta_s×SMB + beta_v×HML + epsilon

Style Box Classification

The Morningstar style box maps funds and portfolios along two dimensions: Value/Blend/Growth (horizontal) and Large/Mid/Small cap (vertical), producing a 3x3 grid. Style is determined by valuation ratios (P/E, P/B) and growth metrics (earnings growth, sales growth). Style analysis regresses fund returns against style benchmark indices to determine effective exposures.

Valuation Ratios

  • P/E Ratio = Price / Earnings Per Share
  • P/B Ratio = Price / Book Value Per Share
  • EV/EBITDA = Enterprise Value / EBITDA
  • Dividend Yield = Annual Dividends Per Share / Price
  • Earnings Yield = EPS / Price (inverse of P/E)

Earnings Mechanics

  • EPS (Earnings Per Share) = Net Income / Shares Outstanding
  • Diluted EPS accounts for stock options, convertibles, and other dilutive securities
  • Forward P/E uses analyst consensus estimated future earnings
  • PEG Ratio = P/E / Earnings Growth Rate (a growth-adjusted valuation measure)

Sector and Industry Classification (GICS)

The Global Industry Classification Standard organizes equities into 11 sectors, 25 industry groups, 74 industries, and 163 sub-industries. Sector analysis helps identify concentration risk in portfolios and provides a framework for relative valuation comparisons.

Index Construction

  • Price-weighted (DJIA): weight proportional to share price, biased toward high-priced stocks
  • Cap-weighted (S&P 500): weight proportional to market cap, reflects aggregate market value
  • Equal-weighted: same weight to each constituent, requires periodic rebalancing

Return Decomposition

Total Return = Price Return + Dividend Return. Price return captures capital gains only. Total return includes reinvested dividends and is the appropriate measure for performance comparison.

Key Formulas

FormulaExpressionUse Case
CAPM Expected ReturnE(R_i) = R_f + beta_i × (E(R_m) - R_f)Single-factor expected return
Fama-French 3-FactorR_i - R_f = alpha + beta_m×(R_m-R_f) + beta_s×SMB + beta_v×HML + epsilonMulti-factor return attribution
P/E RatioPrice / EPSRelative valuation
Earnings YieldEPS / PriceInverse of P/E, comparable to bond yields
PEG Ratio(P/E) / Earnings Growth RateGrowth-adjusted valuation
EV/EBITDA(Market Cap + Debt - Cash) / EBITDACapital-structure-neutral valuation
Dividend YieldAnnual Dividends / PriceIncome return measure
Total ReturnPrice Return + Dividend ReturnComplete performance measure

Worked Examples

Example 1: CAPM Expected Return

Given: beta = 1.2, R_f = 4%, E(R_m) = 10% Calculate: Expected return using CAPM Solution: Equity risk premium = E(R_m) - R_f = 10% - 4% = 6% E(R_i) = R_f + beta × ERP = 4% + 1.2 × 6% = 4% + 7.2% = 11.2%

The stock's expected return is 11.2%, reflecting a 7.2% risk premium for bearing 1.2x market risk.

Example 2: Style Analysis via Regression

Given: A fund's monthly excess returns regressed on Russell 1000 Value and Russell 1000 Growth index excess returns over 36 months. Calculate: Style tilt of the fund Solution: Regression: R_fund - R_f = alpha + beta_V×(R_Value - R_f) + beta_G×(R_Growth - R_f) + epsilon Suppose results: beta_V = 0.70, beta_G = 0.25, alpha = 0.05%/month Interpretation: The fund has a 74% value tilt (0.70 / (0.70 + 0.25)) and 26% growth tilt. The positive alpha of 0.05%/month (roughly 0.6%/year) suggests modest skill beyond style exposures. Total beta of 0.95 indicates slight cash drag.

Common Pitfalls

  • Using trailing P/E when forward P/E is more relevant for valuation — trailing earnings reflect the past, not the future
  • Ignoring sector concentration in cap-weighted indices — a single sector can dominate 30%+ of the index
  • Survivorship bias in backtested factor strategies — failed companies drop out, inflating historical returns
  • Confusing price return with total return — dividends contribute significantly to long-term equity returns

Cross-References

  • historical-risk (wealth-management plugin, Layer 1a): beta, volatility, and Sharpe ratio fundamentals
  • fund-vehicles (wealth-management plugin, Layer 2): equity fund selection (ETFs, mutual funds, SMAs)
  • currencies-and-fx (wealth-management plugin, Layer 2): international equity currency effects
  • portfolio-construction (wealth-management plugin, Layer 3): equity allocation within multi-asset portfolios

Reference Implementation

See scripts/equities.py for computational helpers.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

38.09%
按下载量换算246

Claude

29.77%
按下载量换算192

Cursor

19.62%
按下载量换算127

Gemini CLI

10.13%
按下载量换算65

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills