2.3k★by stuhorsman
openinsider – OpenClaw Skill
openinsider is an OpenClaw Skills integration for data analytics workflows. Fetch SEC Form 4 insider trading data (Directors, CEOs, Officers) from OpenInsider. Use this to track corporate insider buying/selling signals.
Skill Snapshot
| name | openinsider |
| description | Fetch SEC Form 4 insider trading data (Directors, CEOs, Officers) from OpenInsider. Use this to track corporate insider buying/selling signals. OpenClaw Skills integration. |
| owner | stuhorsman |
| repository | stuhorsman/openinsider |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @stuhorsman/openinsider |
| last updated | Feb 7, 2026 |
Maintainer

name: openinsider description: Fetch SEC Form 4 insider trading data (Directors, CEOs, Officers) from OpenInsider. Use this to track corporate insider buying/selling signals. metadata: {"clawdbot":{"requires":{"bins":["python3"]},"install":[{"id":"pip-deps","kind":"exec","command":"pip3 install pandas requests lxml","label":"Install Python dependencies"}]}}
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 filedtrade_date: When the trade happenedinsider_name: Name of the executive/directortitle: Role (CEO, CFO, Dir, etc.)trade_type: Purchase (P) or Sale (S)price: Transaction priceqty: Number of shares tradedvalue: Total value of the trade
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install openinsider?
Run openclaw add @stuhorsman/openinsider in your terminal. This installs openinsider into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/stuhorsman/openinsider. Review commits and README documentation before installing.
