A specialized tool for fetching and parsing real-time 13F portfolio holdings and trading activity of elite superinvestors from ValueSider.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install valuesider-superinvestor-data
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install valuesider-superinvestor-data using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
ValueSider Superinvestor Data is a robust extension for AI agents designed to bridge the gap between SEC 13F filings and actionable investment insights. By leveraging Openclaw Skills, this tool allows developers and researchers to programmatically retrieve current portfolio compositions and historical trading activity for high-profile fund managers and gurus like Warren Buffett, Seth Klarman, or Bill Ackman.
The skill is specifically engineered to handle the complexities of web data extraction, including bypassing potential access restrictions by utilizing a robust web-fetch and local parsing workflow. This ensures that your AI coding agent can always access the latest data from ValueSider without manual intervention, making it an essential component for any financial analysis toolkit powered by Openclaw Skills.
To get started with this skill, first install the necessary Python dependencies:
pip install requests beautifulsoup4
If the target site blocks direct requests, use the real-time fetch and parse flow. Save your fetched content and run:
# From the skill directory
python scripts/parse_fetched_content.py --type portfolio --file _portfolio.txt --guru-slug <guru_slug>
For environments where direct fetching is enabled, you can list gurus directly:
python scripts/fetch_valuesider.py --list-gurus --limit 100
The skill organizes extracted data into a clean JSON structure, allowing Openclaw Skills to process financial metrics efficiently:
| Object | Fields | Description |
|---|---|---|
| Summary | period, portfolio_value, holdings_count | General overview of the fund's status. |
| Holdings | ticker, stock_name, pct_of_portfolio | Current positions held by the investor. |
| Activity | activity_type, share_change, reported_price | Historical trade data including buys, sells, and adds. |
Loading
A professional-grade toolset for executing trades, managing orders, and analyzing liquidity on the Polymarket prediction platform.

A professional-grade interface for trading CFTC-regulated prediction markets on Kalshi via the kalshi-cli command-line tool.

Automatically generate and maintain a visual directory tree of your projects folder while syncing the output to your central memory file.

Activate high-frequency agent monitoring and automated task supervision for resource-intensive background workflows.

A local health data pipeline that syncs Apple Watch metrics directly to your PC via a Python-based server and iOS automation.

An enterprise-grade AI skill that transforms unstructured documents into structured JSON data using advanced Vision Language Models.








































