Jump to related tools in the same category or review the original source on GitHub.

Coding Agents & IDEs @stuhorsman Updated 2/26/2026

Openinsider OpenClaw Skill - ClawHub

Do you want your AI agent to automate Openinsider workflows? This free skill from ClawHub helps with coding agents & ides tasks without building custom tools from scratch.

What this skill does

Fetch SEC Form 4 insider trading data (Directors, CEOs, Officers) from OpenInsider. Use this to track corporate insider buying/selling signals.

Install

npx clawhub@latest install openinsider

Full SKILL.md

Open original
namedescription
openinsiderFetch SEC Form 4 insider trading data (Directors, CEOs, Officers) from OpenInsider. Use this to track corporate insider buying/selling signals.

OpenInsider Skill

Fetch real-time insider trading data (SEC Form 4) from OpenInsider.com.

Usage

This skill uses a Python script to scrape and parse the OpenInsider data table.

Get Insider Trades

Get the latest transactions for a specific ticker.

skills/openinsider/scripts/fetch_trades.py NVDA

Options

  • --limit <n>: Limit number of results (default 10)
skills/openinsider/scripts/fetch_trades.py TSLA --limit 5

Output Fields

  • filing_date: When the Form 4 was filed
  • trade_date: When the trade happened
  • insider_name: Name of the executive/director
  • title: Role (CEO, CFO, Dir, etc.)
  • trade_type: Purchase (P) or Sale (S)
  • price: Transaction price
  • qty: Number of shares traded
  • value: Total value of the trade
Original URL: https://github.com/openclaw/skills/blob/main/skills/stuhorsman/openinsider

Related skills

If this matches your use case, these are close alternatives in the same category.