ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 4/5

openinsider

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

Why use this skill?

Fetch and analyze real-time SEC Form 4 insider trading data for any ticker. Monitor CEO and director buying and selling signals automatically.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/stuhorsman/openinsider
Or

What This Skill Does

The OpenInsider skill provides OpenClaw users with direct access to SEC Form 4 filings, which document transactions made by company insiders such as CEOs, CFOs, and members of the Board of Directors. By leveraging OpenInsider.com as a data source, this skill parses complex regulatory filings into a clean, actionable format. It identifies critical signals regarding corporate sentiment, enabling users to monitor whether top-level leadership is accumulating stock (suggesting confidence) or divesting (suggesting potential uncertainty). The script automates the retrieval process, eliminating the need to manually browse the SEC EDGAR database or navigate cumbersome finance portals.

Installation

To integrate this skill into your environment, use the OpenClaw CLI tool. Open your terminal and run the following command: clawhub install openclaw/skills/skills/stuhorsman/openinsider This will download the necessary scripts and dependencies from the official openclaw repository. Once installed, ensure you have a Python environment configured to execute the fetch script successfully.

Use Cases

This skill is an essential tool for retail investors, quantitative analysts, and financial researchers. Key use cases include:

  • Sentiment Analysis: Gauging market confidence by tracking heavy insider buying during price dips.
  • Risk Management: Identifying unusual patterns of large-scale selling by executives before negative news events.
  • Portfolio Monitoring: Integrating real-time transaction data into automated dashboards or watchlists.
  • Trend Tracking: Identifying sectors or specific companies where insiders are showing collective, aggressive purchase patterns.

Example Prompts

  1. "OpenClaw, fetch the last 10 insider trades for AAPL using the openinsider skill to see if the CFO has been buying or selling."
  2. "Check for any significant insider buying activity on NVDA; show me the latest results."
  3. "Run a scan for TSLA insider transactions limited to the last 5 filings and summarize if they are purchases or sales."

Tips & Limitations

When interpreting the data, remember that insider trades are delayed by law (filing can occur up to two business days after the trade). Always cross-reference this data with broader market trends and company-specific news. Note that the script performs web scraping, so ensure your network environment allows access to OpenInsider.com. For large datasets, use the --limit flag to prevent overwhelming your terminal output.

Metadata

Stars982
Views2
Updated2026-02-14
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-stuhorsman-openinsider": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#finance#trading#stocks#sec#investing
Safety Score: 4/5

Flags: network-access, code-execution