← 返回 Skills 市场
358
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install sec-13f-tracker
功能描述
Track top fund managers' holdings via SEC 13F filings. Fetches quarterly filings from SEC EDGAR, compares quarter-over-quarter changes (new positions, increa...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sec-13f-tracker - 安装完成后,直接呼叫该 Skill 的名称或使用
/sec-13f-tracker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 358 次。
如何安装 SEC 13F Whale Tracker?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sec-13f-tracker」即可一键安装,无需额外配置。
SEC 13F Whale Tracker 是免费的吗?
是的,SEC 13F Whale Tracker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
SEC 13F Whale Tracker 支持哪些平台?
SEC 13F Whale Tracker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 SEC 13F Whale Tracker?
由 Reed(@reed1898)开发并维护,当前版本 v1.0.0。
推荐 Skills