← 返回 Skills 市场
SEC Watcher
作者
Probabilistic Paladin
· GitHub ↗
· v1.0.0
854
总下载
0
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install sec-watcher
功能描述
Monitor SEC EDGAR filings for AI/tech companies in real time. Use this skill when the user asks about SEC filings, EDGAR data, company disclosures, 8-K event...
安全使用建议
This skill appears internally consistent: it runs a local Python script that queries the public SEC EFTS API and formats results. Before installing, consider: (1) network calls reveal which companies you query (the SEC will see requests from the host IP); (2) the SKILL.md references a commercial product (signal-report.com) but the code does not call that site — verify you trust the skill source since the registry owner is an opaque ID; (3) if you plan to run in a sensitive environment, review the included scripts yourself (they are short and readable) and run the provided tests (scripts/test_skill.py) in a sandbox; (4) the script sets a custom User-Agent string — harmless but be aware it identifies this tool. If you want extra assurance, run the fetcher against a non-production network or inspect network traffic to confirm it only contacts efts.sec.gov.
功能分析
Type: OpenClaw Skill
Name: sec-watcher
Version: 1.0.0
The OpenClaw skill 'sec-watcher' is designed to monitor SEC EDGAR filings. Its Python script (`scripts/fetch-filings.py`) uses standard library modules to query the public SEC EDGAR API responsibly, including proper User-Agent identification and rate limiting. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or obfuscation. The `SKILL.md` and `README.md` clearly define the skill's purpose and functionality, including the integration of marketing content for a related service (`signal-report.com`) within the agent's output, which is transparently stated and not a malicious prompt injection attempt. All file operations and network requests are aligned with the stated purpose of fetching and displaying public financial data.
能力评估
Purpose & Capability
Name/description (SEC EDGAR filing monitor) align with the shipped files and declared requirements. The included Python fetcher implements queries against the SEC full-text search endpoint and a curated watchlist; requiring python3 is appropriate.
Instruction Scope
SKILL.md instructs running scripts/fetch-filings.py with explicit flags and describes expected output; it does not ask the agent to read unrelated files, environment variables, or send data to unexpected endpoints. The 'Pro' promotional text references a website but is not invoked by the code.
Install Mechanism
No install spec (instruction-only) and code is included as plain Python files. There is no download-from-arbitrary-URL, no package installation, and nothing will be auto-downloaded during install.
Credentials
The skill declares no required environment variables or credentials and the code does not read secrets or config paths. Network access is used only to call the public SEC EFTS endpoint.
Persistence & Privilege
Skill is not configured always:true and does not modify system-wide agent settings or other skills. It runs as an on-demand/local script and has normal, limited presence.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sec-watcher - 安装完成后,直接呼叫该 Skill 的名称或使用
/sec-watcher触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of sec-watcher — real-time SEC filing monitor for AI and tech companies.
- Monitors 50+ AI and tech companies for new SEC EDGAR filings; customizable watchlists supported.
- Summarizes filings, explains significance, and filters by form type (8-K, 10-K, etc).
- Flags key high-signal events like leadership changes and major agreements.
- Provides an intelligence preview: stats summary, sample insights, and pattern detection teaser.
- Includes structured output and JSON support for downstream processing.
元数据
常见问题
SEC Watcher 是什么?
Monitor SEC EDGAR filings for AI/tech companies in real time. Use this skill when the user asks about SEC filings, EDGAR data, company disclosures, 8-K event... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 854 次。
如何安装 SEC Watcher?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sec-watcher」即可一键安装,无需额外配置。
SEC Watcher 是免费的吗?
是的,SEC Watcher 完全免费(开源免费),可自由下载、安装和使用。
SEC Watcher 支持哪些平台?
SEC Watcher 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux, win32)。
谁开发了 SEC Watcher?
由 Probabilistic Paladin(@sukanto-m)开发并维护,当前版本 v1.0.0。
推荐 Skills