← Back to Skills Marketplace
sukanto-m

SEC Watcher

darwinlinuxwin32 ✓ Security Clean
854
Downloads
0
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install sec-watcher
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install sec-watcher
  3. After installation, invoke the skill by name or use /sec-watcher
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug sec-watcher
Version 1.0.0
License
All-time Installs 3
Active Installs 3
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 854 downloads so far.

How do I install SEC Watcher?

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

Is SEC Watcher free?

Yes, SEC Watcher is completely free (open-source). You can download, install and use it at no cost.

Which platforms does SEC Watcher support?

SEC Watcher is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux, win32).

Who created SEC Watcher?

It is built and maintained by Probabilistic Paladin (@sukanto-m); the current version is v1.0.0.

💬 Comments