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

insider-activity内幕活动

Agent Skill

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

总安装

294

周安装

12

GitHub Stars

4

下载量

95
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

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

简介

insider-activity 用于查找、检索和筛选相关信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词、任务场景或来源线索快速定位候选结果。
  • 通过 npx skills add 命令从指定仓库安装,需结合原始 README 核验具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 注意该技能当前分类为研究检索,实际功能以来源仓库文档为准。

SKILL.md

Insider Activity & Governance Analysis

Purpose

Analyze insider ownership, transaction patterns, executive compensation structures, capital allocation decisions, and corporate governance quality for a publicly traded company. Assess management alignment with shareholders by examining whether insiders are buying or selling, how executives are compensated, and whether governance structures protect or disadvantage outside investors. Provide a holistic view of management quality and shareholder-friendliness.

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 Insider Filings

  1. Resolve the company ticker to a CIK via the SEC company tickers JSON endpoint.
  2. Search for recent Form 4 filings using the EFTS search endpoint: query the company name or ticker with forms=4 and a date range covering the past 12 months.
  3. For each Form 4 filing returned, fetch the filing page via WebFetch to extract: reporting person name and title, transaction type (purchase, sale, option exercise), number of shares, price per share, date, and post-transaction holdings.
  4. If EDGAR Form 4 data is difficult to parse, fall back to Stock Analysis or WebSearch for "{ticker} insider transactions" to find pre-aggregated insider activity summaries.

Step 2 — Retrieve Proxy Statement (DEF 14A)

  1. Search for the most recent DEF 14A filing using EFTS: query the company name with forms=DEF%2014A.
  2. Fetch the filing page and extract:

- Executive compensation tables: base salary, bonus, stock awards, option awards, non-equity incentive plan, and total compensation for the top 5 named executive officers. - Director compensation table. - Beneficial ownership table: shares held by each director and officer, and by major institutional holders. - Governance provisions: board size, independence ratio, classified board status, poison pill, dual-class share structure, related-party transactions.

  1. If the full DEF 14A is too long to parse effectively, use WebSearch for "{ticker} executive compensation" and "{ticker} corporate governance" to find summary analyses.

Step 3 — Gather Capital Allocation History

  1. Use WebSearch to research the company's capital allocation track record over the past 5-10 years:

- Major acquisitions: target, price paid, strategic rationale, post-acquisition performance. - Share buyback history: total spent, timing relative to valuation (bought at high vs low multiples). - Dividend initiation, growth rate, and payout ratio trend. - Organic investment: R&D spending trend, capital expenditure trend.

  1. Fetch cash flow data from Stock Analysis (/financials/cash-flow-statement/) to quantify capital allocation across buybacks, dividends, capex, and M&A.

Analysis Steps

Step 1 — Analyze Insider Ownership and Transactions

Insider Ownership Assessment

  • Calculate aggregate insider ownership as a percentage of shares outstanding.
  • Identify the largest individual insider holders (CEO, founder, board members).
  • Compare insider ownership to peer companies in the same sector.
  • Assess whether insider ownership is meaningful enough to align management interests with shareholders (generally above 1-3% is notable for large-caps; higher thresholds for small/mid-caps).
  • Evaluate whether insider ownership is concentrated in the founder/CEO or distributed across multiple executives and directors. Broad-based insider ownership is a stronger alignment signal.
  • Note any recent changes in ownership: significant increases through open-market purchases indicate confidence, while significant decreases may signal concern.
  • Check for pledged shares: insiders who have pledged shares as collateral for personal loans create forced-selling risk during stock price declines.

Transaction Pattern Analysis

  • Aggregate insider purchases and sales over the past 3, 6, and 12 months.
  • Distinguish between open-market purchases (strongest signal), option exercises followed by sales (weaker signal), and 10b5-1 pre-planned sales (neutral signal).
  • Calculate the buy/sell ratio: number of insider buyers versus sellers.
  • Identify any cluster buying (multiple insiders buying within a short window), which is a stronger bullish signal than isolated purchases.
  • Note any unusually large transactions relative to the insider's total holdings.
  • Flag any insider sales that are disproportionately large or occur before negative news.
  • Contextualize insider sales: regular diversification sales by executives with high concentration are less concerning than sudden, unplanned sales outside of normal patterns. Review whether the insider has a history of consistent selling at a fixed schedule versus sporadic, discretionary transactions.
  • Compare the current insider activity trend to the company's historical pattern and to sector norms. Some industries (e.g., biotech, tech startups) naturally see more insider selling due to equity-heavy compensation.

Present insider transaction data in a table:

InsiderTitleDateTypeSharesPriceValueHoldings After
.........Buy/Sell............

Step 2 — Evaluate Executive Compensation

Compensation Structure Assessment

  • Present the total compensation for the CEO and top 5 executives in a table.
  • Break down compensation into components: base salary, annual bonus, stock awards, option awards, non-equity incentive plan, other compensation, and total.
  • Calculate the percentage of total compensation that is performance-based (stock awards + incentive plan) versus fixed (salary + other).
  • Assess whether the compensation structure incentivizes long-term value creation or short-term earnings manipulation.

Pay-for-Performance Alignment

  • Compare CEO total compensation to company performance metrics (revenue growth, EPS growth, total shareholder return) over the past 3-5 years.
  • Evaluate whether pay increased when performance declined (a red flag).
  • Compare CEO pay to peer company CEO compensation.
  • Note the CEO pay ratio (CEO compensation divided by median employee compensation, required in proxy filings since 2018).

Compensation Red Flags

  • Excessive perquisites or supplemental retirement benefits.
  • Large one-time "retention" or "transformation" awards outside the normal plan.
  • Low performance hurdles that are easy to achieve.
  • Repricing of underwater stock options.
  • Golden parachutes with excessively generous change-of-control provisions.
  • Tax gross-up provisions on severance or change-of-control payments, which amplify the cost to shareholders.
  • Clawback policy weakness: evaluate whether the company has a robust clawback policy for incentive compensation in cases of restatement or misconduct, as required by SEC rules adopted under Dodd-Frank.

Step 3 — Assess Corporate Governance

Board Quality

  • Calculate the percentage of independent directors (at least two-thirds is best practice).
  • Assess board diversity in terms of skills, industry experience, and backgrounds.
  • Identify any directors who are overboarded (serving on too many boards, typically more than 4).
  • Check whether the CEO also serves as board chair (combined role is a governance concern).
  • Note the average board tenure and whether there is adequate board refreshment.

Governance Structure

  • Classified (staggered) board: reduces shareholder ability to replace directors quickly.
  • Dual-class share structure: gives founders disproportionate voting control.
  • Poison pill (shareholder rights plan): deters hostile takeovers, can entrench management.
  • Majority vs plurality voting for directors.
  • Shareholder ability to call special meetings and act by written consent.
  • Related-party transactions: any business dealings between the company and insiders.

Management Transparency

  • Assess the quality and consistency of earnings guidance: does management provide guidance, and how accurate has it been historically.
  • Evaluate the gap between GAAP and non-GAAP earnings: a persistently large gap may indicate aggressive adjustments.
  • Review management commentary in earnings calls for clarity, candor, and willingness to discuss challenges.

Step 4 — Evaluate Capital Allocation Track Record

Acquisition Track Record

  • List major acquisitions over the past 5-10 years with approximate deal value.
  • Assess whether acquisitions have created or destroyed value based on post-deal performance.
  • Note the frequency of acquisitions: serial acquirers require closer scrutiny of integration execution.
  • Flag any goodwill impairments, which indicate overpayment for past acquisitions.

Buyback Effectiveness

  • Calculate total cash spent on buybacks over the past 5 years.
  • Compare buyback timing to share price levels: effective management buys back stock when it is undervalued.
  • Assess whether buybacks are reducing the share count meaningfully or merely offsetting dilution from stock-based compensation.

Dividend Policy

  • Note the dividend initiation date and consecutive years of payment or growth.
  • Calculate the current payout ratio and assess sustainability.
  • Compare the dividend growth rate to earnings growth rate.

Overall Capital Allocation Framework

  • Calculate how cumulative free cash flow over the past 5 years was distributed across: dividends, buybacks, M&A, debt repayment, and cash accumulation. Present this as a percentage breakdown.
  • Assess whether capital allocation priorities are appropriate given the company's lifecycle stage: growth companies should prioritize reinvestment, mature companies should return capital, and transitioning companies should balance both.
  • Evaluate management's stated capital allocation philosophy (from earnings calls and investor presentations) against actual behavior. Consistency between words and actions is a positive governance signal.

Summarize the capital allocation assessment with a rating: Excellent, Good, Mixed, or Poor, with supporting evidence.

Depth Handling

  • Summary depth (default): Insider ownership percentage and buy/sell summary for the past 12 months, CEO compensation total with performance-based percentage, key governance flags (dual-class, classified board, CEO-chair), and a one-paragraph capital allocation assessment.
  • Detailed depth: Full insider transaction table, complete executive compensation breakdown with peer comparison, comprehensive governance structure review, and multi-year capital allocation analysis with M&A track record.
  • Specific question: If the user asks about a single aspect (e.g., "Is AAPL management buying or selling?"), focus the analysis on that topic with supporting data and context.

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 insider transaction tables and compensation tables prominently. Use narrative for governance assessment and capital allocation evaluation. Always cite the specific SEC filing (Form 4 or DEF 14A with filing date) or data source for each data point.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

38.27%
按下载量换算36

Claude

27.42%
按下载量换算26

Cursor

17.08%
按下载量换算16

Gemini CLI

8.36%
按下载量换算8

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills