Token导航 LogoToken导航TokenDH.com
效率敏感数据clawhub未标认证来源可访问clear审计通过

insider-trade-tracker内幕交易追踪器

Agent Skill

insider-trade-tracker 用于辅助前端页面、组件、样式和交互逻辑开发,适合在 OpenClaw 中需要维护前端项目、生成组件或检查界面实现时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,011

周安装

123

GitHub Stars

公开资料未说明

下载量

974
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:insider-trade-tracker(内幕交易追踪器)
来源仓库:https://github.com/finskills/insider-trade-tracker
安装命令:
openclaw skills install insider-trade-tracker
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

ClawHubOpenClaw
openclaw skills install insider-trade-tracker

简介

使用 Finskills API 跟踪和解释美国上市股票的 SEC Form 4 内幕买卖活动。

SKILL.md

name
Insider Trade Tracker
version
1.0.2
description
Track and interpret SEC Form 4 insider buying and selling activity across US-listed equities using the Finskills API.
author
finskills
metadata
openclaw
requires
env
primaryEnv
FINSKILLS_API_KEY
homepage
https://github.com/finskills/insider-trade-tracker

Insider Trade Tracker

Monitor SEC-reported insider buying and selling activity using the Finskills API SEC endpoints. Surfaces unusual insider transactions, cluster buying signals, and corporate officer behavior — one of the most reliable alternative data signals for identifying high-conviction investment opportunities.


Setup

API Key requiredRegister at https://finskills.net to get your free key. Header: X-API-Key: <your_api_key>

Get your API key: Register at https://finskills.net — free tier available, Pro plan unlocks real-time quotes, history, and financials.

When to Activate This Skill

Activate when the user:

  • Asks "is management buying their own stock?"
  • Wants to check recent insider transactions for a specific company
  • Asks for unusual insider buying or selling activity across the market
  • Wants to understand what Form 4 filings mean
  • Uses insider activity as part of their investment screening process

Background — Insider Trading Signals

Corporate insiders (officers, directors, 10%+ shareholders) must file Form 4 with the SEC within 2 business days of any transaction. Key signal principles:

Insider Buying Signals:

  • Cluster buying (3+ insiders buying within 30 days): High conviction ⭐⭐⭐
  • CEO/CFO buying (most informed executives): Strongest signal ⭐⭐⭐
  • Open-market purchase (not options exercise): More meaningful ⭐⭐
  • New director buying shortly after joining: Board confidence signal ⭐⭐
  • Buying at or near multi-year lows: Turnaround signal ⭐⭐⭐

Insider Selling Signals (interpret carefully):

  • Insiders sell for many reasons (diversification, tax planning, personal needs)
  • Cluster selling by multiple insiders simultaneously: Warning signal ⚠️
  • CEO/CFO selling > 50% of holdings: Significant concern 🚨
  • Selling before known negative catalyst: Potential information advantage (SEC investigates) 🚨
  • Pre-planned 10b5-1 sales: Less meaningful (scheduled in advance)

Data Retrieval — Finskills API Calls

1. Symbol-Specific Insider Trades

GET https://finskills.net/v1/free/sec/insider-trades/{SYMBOL}

Extract:

  • filerName: insider's name
  • filerTitle: role (CEO, CFO, Director, 10% owner, etc.)
  • transactionType: Purchase (P) or Sale (S) or gift (G) or option exercise (A)
  • transactionDate: date of transaction
  • shares: number of shares transacted
  • pricePerShare: transaction price
  • totalValue: total dollar value of transaction
  • sharesOwnedAfter: total shares owned after transaction
  • filingDate: date filed with SEC

2. SEC EDGAR Filings (for context)

GET https://finskills.net/v1/free/sec/filings/{CIK}

(If the company's CIK number is known) Extract: recent 8-K, 10-Q, 10-K filings to provide context for insider timing


Analysis Workflow

Step 1 — Transaction Filtering

Filter the insider trade feed:

  1. Remove option exercises (transactionType = 'A'): These are pre-planned, not discretionary
  2. Remove gifts (transactionType = 'G'): Non-economic, planning-related
  3. Focus on Open-Market Purchases ('P') and Sales ('S'): True economic decisions

Step 2 — Insider Hierarchy Weighting

Assign signal weight by filer title:

RoleSignal Weight
CEO⭐⭐⭐ Highest
CFO⭐⭐⭐ Highest
President / COO⭐⭐⭐ High
Director (Board)⭐⭐ Medium
VP / Other Officer⭐⭐ Medium
10% Shareholder⭐ Lower (may have strategic not informational motivation)

Step 3 — Cluster Signal Detection

Cluster Buy Signal (high conviction):

  • ≥ 3 distinct insiders purchasing within a 30-day window
  • At least one C-suite (CEO/CFO) included
  • Total purchase value > $500K combined

Flag: CLUSTER BUY ⭐⭐⭐

Cluster Sell Signal (caution):

  • ≥ 3 distinct insiders selling within a 30-day window (excluding 10b5-1)
  • Combined shares represent > 20% of their aggregate holdings

Flag: CLUSTER SELL ⚠️

Size Signal:

  • Purchase > $1M by a single insider: High conviction
  • Purchase > $5M: Exceptional conviction

Step 4 — Transaction Context Analysis

Compare transaction price to current stock price:

Unrealized Gain/Loss % = (current_price - transaction_price) / transaction_price × 100

If CEO bought at $X and stock is still near $X: Insider is "underwater" → management's money at risk too (alignment signal).

If CEO bought and stock has already risen 30%: Signal may be partly priced in, but confirms thesis.

Step 5 — Trend Summary

Compute rolling 90-day stats:

  • Count of buy transactions vs. sell transactions
  • Net buy/sell dollar value
  • Number of unique insiders transacting

Net Insider Sentiment Score:

Score = (buy_transactions × buy_value) / max(sell_transactions × sell_value, 1)
  • Score > 2.0: Net buying pressure — bullish insider signal
  • Score 0.5–2.0: Balanced / neutral
  • Score < 0.5: Net selling — caution

Output Format

╔══════════════════════════════════════════════════════╗
║    INSIDER TRADE REPORT — {TICKER}  ({DATE})        ║
╚══════════════════════════════════════════════════════╝

📌 INSIDER SENTIMENT (Last 90 Days)
  Net Sentiment:   {BULLISH / NEUTRAL / CAUTIOUS}
  Buy Transactions:  {n}  ($${total_value}M)
  Sell Transactions: {n}  ($${total_value}M)
  Unique Insiders:   {n} buyers / {n} sellers

{CLUSTER BUY SIGNAL ⭐⭐⭐}  OR  {CLUSTER SELL WARNING ⚠️}  if triggered

📋 RECENT TRANSACTIONS (Last 90 Days, open-market only)
  Date        Insider                Title    Type     Shares    Price    Value
  2025-04-05  John Smith             CEO      BOUGHT   50,000    $42.10   $2.1M
  2025-03-28  Jane Doe               CFO      BOUGHT   15,000    $39.80   $597K
  2025-03-10  Robert Johnson         Director BOUGHT    8,000    $41.20   $330K
  2025-02-15  Alice Chen             VP Ops   SOLD     12,000    $44.50   $534K
  ...

  [Only showing open-market purchases and sales, excluding option exercises and gifts]

📊 SIGNAL ANALYSIS
  Key Buy Signal:   {Date}: {Name} (CEO/CFO) purchased ${amount}M at ${price}
                    → {Interpretation / context — near 52-week low? Vs. current price?}

  Ownership Context: After purchase, CEO holds {shares} shares (${value} at current price)
                    → {high/medium/low} skin-in-the-game vs. annual compensation

  Price Action Since:  Stock is {+/-}% from average insider purchase price

⚠️ CAVEATS
  • {Any pre-planned 10b5-1 sales noted in filings}
  • {Any concurrent SEC investigation or litigation}
  • {Acquisition-related transactions to exclude}

📈 OVERALL VERDICT
  Insider Signal: {STRONG BUY / MILD BUY / NEUTRAL / MILD CAUTION / CAUTION}
  Confidence:     {High / Medium / Low}
  Rationale:      {2 sentence summary of why}

Limitations

  • Form 4 filings can be delayed up to 2 business days; very recent transactions may not appear.
  • Insider selling is inherently ambiguous — always consider alongside valuation and fundamentals.
  • This skill does not identify illegal insider trading; all transactions shown are SEC-reported.
  • CIK numbers must be obtained from SEC EDGAR for company-specific filing lookups.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

OpenClaw

95.75%
按下载量换算933

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

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

来源信息

继续浏览同类 Skills