← Back to Skills Marketplace
reed1898

SEC 13F Whale Tracker

by Reed · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
358
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install sec-13f-tracker
Description
Track top fund managers' holdings via SEC 13F filings. Fetches quarterly filings from SEC EDGAR, compares quarter-over-quarter changes (new positions, increa...
Usage Guidance
This skill appears coherent and implements exactly what it claims: fetching 13F filings from SEC endpoints, parsing them, and writing reports. Before running: (1) review the tracker.py file yourself (it's included) to confirm you accept the file-writing behavior (it creates data/ and reports/ in the project dir); (2) run it in an isolated venv as instructed; (3) note the script clears proxy environment variables so it will bypass user proxies during its run — if you rely on a corporate proxy, run it in an environment where direct HTTPS to sec.gov is allowed or remove that behavior; (4) update the USER_AGENT string to include a valid contact per SEC guidelines if you plan repeated automated queries; and (5) because the script makes outbound network requests, run it on a network you trust. No credentials or secrets are requested by the skill.
Capability Analysis
Type: OpenClaw Skill Name: sec-13f-tracker Version: 1.0.0 The skill is a legitimate tool for tracking SEC 13F filings from the EDGAR database. The Python script (scripts/tracker.py) implements proper rate limiting, parses public XML data from official SEC endpoints, and generates local Markdown reports. While it explicitly clears proxy environment variables to ensure direct connectivity, this behavior is documented in SKILL.md and aligns with the stated purpose of accessing public financial APIs without interference.
Capability Assessment
Purpose & Capability
The name/description (tracking 13F filings) aligns with the included script and SKILL.md. The script queries SEC endpoints (data.sec.gov, www.sec.gov, efts.sec.gov), parses 13F XML, caches results, and emits reports — all expected for this purpose.
Instruction Scope
Runtime instructions are straightforward (create venv, pip install requests, run tracker.py). The SKILL.md and script write cached data to data/ and reports/ (documented). The script clears proxy-related environment variables before network calls, which is reasonable to ensure direct SEC access but could be surprising for users who rely on a proxy — this is the only instruction-level behavior outside strict fetching/parsing.
Install Mechanism
No install spec in the registry; it's instruction-only plus an included Python script and a minimal requirements.txt (requests). That is proportionate and low-risk (no external arbitrary downloads or install-time code execution beyond pip installing requests).
Credentials
The skill declares no required env vars or credentials and the code does not attempt to read secrets. It does proactively remove common proxy env vars (ALL_PROXY, HTTP_PROXY, etc.) at runtime — this is explainable by the need for direct SEC access but is noteworthy because it affects the process environment.
Persistence & Privilege
always:false and the skill makes no changes to other skills or system-wide agent configuration. It only creates local data/ and reports/ directories and caches filings there; no elevated persistence or cross-skill modification is present.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install sec-13f-tracker
  3. After installation, invoke the skill by name or use /sec-13f-tracker
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: track Buffett, Dalio, Ackman, Soros, Cathie Wood holdings via SEC EDGAR 13F filings with quarter-over-quarter comparison and cross-fund convergence analysis
Metadata
Slug sec-13f-tracker
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is SEC 13F Whale Tracker?

Track top fund managers' holdings via SEC 13F filings. Fetches quarterly filings from SEC EDGAR, compares quarter-over-quarter changes (new positions, increa... It is an AI Agent Skill for Claude Code / OpenClaw, with 358 downloads so far.

How do I install SEC 13F Whale Tracker?

Run "/install sec-13f-tracker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is SEC 13F Whale Tracker free?

Yes, SEC 13F Whale Tracker is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does SEC 13F Whale Tracker support?

SEC 13F Whale Tracker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created SEC 13F Whale Tracker?

It is built and maintained by Reed (@reed1898); the current version is v1.0.0.

💬 Comments