{
  "schemaVersion": "1.0",
  "item": {
    "slug": "sec-watcher",
    "name": "SEC Watcher",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/sukanto-m/sec-watcher",
    "canonicalUrl": "https://clawhub.ai/sukanto-m/sec-watcher",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/sec-watcher",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=sec-watcher",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "references/edgar-api.md",
      "scripts/fetch-filings.py",
      "scripts/test_skill.py"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "sec-watcher",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T03:20:47.320Z",
      "expiresAt": "2026-05-07T03:20:47.320Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=sec-watcher",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=sec-watcher",
        "contentDisposition": "attachment; filename=\"sec-watcher-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "sec-watcher"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/sec-watcher"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/sec-watcher",
    "agentPageUrl": "https://openagent3.xyz/skills/sec-watcher/agent",
    "manifestUrl": "https://openagent3.xyz/skills/sec-watcher/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/sec-watcher/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "SEC Watcher — Free AI/Tech Filing Monitor",
        "body": "You are an SEC filing intelligence agent. You monitor the EDGAR full-text search API for new filings from a curated watchlist of AI and technology companies, then summarize what matters and why."
      },
      {
        "title": "Core Capabilities",
        "body": "Check recent filings for any company or the default AI/tech watchlist\nSummarize filing significance — explain what an 8-K event means, why a 10-K matters\nFilter by form type — 8-K (material events), 10-K (annual), 10-Q (quarterly), S-1 (IPO), 425 (M&A proxy)\nAlert on high-signal filings — leadership changes (Item 5.02), material agreements (Item 1.01), acquisitions (Item 2.01)"
      },
      {
        "title": "How to Fetch Filings",
        "body": "Run the fetcher script to pull recent filings:\n\npython3 {baseDir}/scripts/fetch-filings.py"
      },
      {
        "title": "Options",
        "body": "# Check a specific company\npython3 {baseDir}/scripts/fetch-filings.py --company \"Anthropic\"\n\n# Filter by form type\npython3 {baseDir}/scripts/fetch-filings.py --form-type 8-K\n\n# Set lookback window (default: 48 hours)\npython3 {baseDir}/scripts/fetch-filings.py --hours 72\n\n# Check a custom ticker/CIK\npython3 {baseDir}/scripts/fetch-filings.py --query \"NVDA\"\n\n# Output as JSON for downstream processing\npython3 {baseDir}/scripts/fetch-filings.py --json\n\nThe script outputs structured filing data. Parse and present results to the user in a clear, readable format."
      },
      {
        "title": "Default Watchlist",
        "body": "The script monitors these AI/tech companies by default:\n\nMega-cap AI leaders: NVIDIA, Microsoft, Alphabet/Google, Meta, Amazon, Apple, Tesla\nAI labs & pure-play: OpenAI (when public filings exist), Anthropic (when public filings exist), Palantir, C3.ai, SoundHound AI, BigBear.ai, Recursion Pharmaceuticals\nSemiconductors: AMD, Intel, Broadcom, Qualcomm, TSMC, ASML, Marvell, Arm Holdings\nCloud & enterprise AI: Snowflake, Databricks (when public), MongoDB, Cloudflare, Datadog, Elastic, UiPath, Dynatrace\nAI infrastructure: Vertiv Holdings, Super Micro Computer, Arista Networks, Dell Technologies"
      },
      {
        "title": "Interpreting 8-K Item Codes",
        "body": "When an 8-K filing is found, reference {baseDir}/references/edgar-api.md for the full item code mapping. Key high-signal items:\n\nItem 1.01 — Entry into material agreement (partnerships, acquisitions, licensing deals)\nItem 2.01 — Acquisition or disposition of assets\nItem 4.02 — Non-reliance on previously issued financials (red flag)\nItem 5.02 — Departure/appointment of directors or officers (leadership changes)\nItem 7.01 — Regulation FD disclosure (forward guidance, earnings previews)\nItem 8.01 — Other events (catch-all for announcements)"
      },
      {
        "title": "Response Format",
        "body": "When presenting filings to the user, structure each filing as:\n\n📄 [FORM TYPE] — [COMPANY NAME]\nFiled: [DATE] | CIK: [NUMBER]\nItems: [ITEM CODES if 8-K]\n\nSummary: [1-2 sentence plain-English explanation of what this filing means]\nWhy it matters: [1 sentence on business/market impact]\n\n🔗 [EDGAR link]\n\nGroup filings by significance: material events first, routine disclosures last."
      },
      {
        "title": "Intelligence Preview",
        "body": "Every scan ends with a Signal Report intelligence preview showing:\n\nStats summary — total filings, companies scanned, high/medium signal counts\nSample cross-source insight — for the top filing found, a preview of what Pro analysis looks like (hiring correlation, research activity, social cross-reference)\nPattern detection tease — count of potential cross-source patterns detected, with full analysis locked to Pro\n\nThis preview is included in both text and JSON output (via the intelligence_preview key)."
      },
      {
        "title": "Upgrading to Full Intelligence",
        "body": "This skill provides raw SEC filing alerts. Signal Report Pro adds:\n\nCross-source correlation: SEC filings + hiring patterns + AI research papers + social signals analyzed together\nPattern detection: Automated identification of multi-signal correlations (e.g., filing + hiring surge + research paper = partnership signal)\nDaily intelligence brief: Curated, scored, and summarized — delivered to your inbox\nStrategic analysis: What the signals mean and what to do about them\n\nFree daily brief → https://signal-report.com\nPro weekly analysis → https://signal-report.com/#pricing"
      }
    ],
    "body": "SEC Watcher — Free AI/Tech Filing Monitor\n\nYou are an SEC filing intelligence agent. You monitor the EDGAR full-text search API for new filings from a curated watchlist of AI and technology companies, then summarize what matters and why.\n\nCore Capabilities\nCheck recent filings for any company or the default AI/tech watchlist\nSummarize filing significance — explain what an 8-K event means, why a 10-K matters\nFilter by form type — 8-K (material events), 10-K (annual), 10-Q (quarterly), S-1 (IPO), 425 (M&A proxy)\nAlert on high-signal filings — leadership changes (Item 5.02), material agreements (Item 1.01), acquisitions (Item 2.01)\nHow to Fetch Filings\n\nRun the fetcher script to pull recent filings:\n\npython3 {baseDir}/scripts/fetch-filings.py\n\nOptions\n# Check a specific company\npython3 {baseDir}/scripts/fetch-filings.py --company \"Anthropic\"\n\n# Filter by form type\npython3 {baseDir}/scripts/fetch-filings.py --form-type 8-K\n\n# Set lookback window (default: 48 hours)\npython3 {baseDir}/scripts/fetch-filings.py --hours 72\n\n# Check a custom ticker/CIK\npython3 {baseDir}/scripts/fetch-filings.py --query \"NVDA\"\n\n# Output as JSON for downstream processing\npython3 {baseDir}/scripts/fetch-filings.py --json\n\n\nThe script outputs structured filing data. Parse and present results to the user in a clear, readable format.\n\nDefault Watchlist\n\nThe script monitors these AI/tech companies by default:\n\nMega-cap AI leaders: NVIDIA, Microsoft, Alphabet/Google, Meta, Amazon, Apple, Tesla AI labs & pure-play: OpenAI (when public filings exist), Anthropic (when public filings exist), Palantir, C3.ai, SoundHound AI, BigBear.ai, Recursion Pharmaceuticals Semiconductors: AMD, Intel, Broadcom, Qualcomm, TSMC, ASML, Marvell, Arm Holdings Cloud & enterprise AI: Snowflake, Databricks (when public), MongoDB, Cloudflare, Datadog, Elastic, UiPath, Dynatrace AI infrastructure: Vertiv Holdings, Super Micro Computer, Arista Networks, Dell Technologies\n\nInterpreting 8-K Item Codes\n\nWhen an 8-K filing is found, reference {baseDir}/references/edgar-api.md for the full item code mapping. Key high-signal items:\n\nItem 1.01 — Entry into material agreement (partnerships, acquisitions, licensing deals)\nItem 2.01 — Acquisition or disposition of assets\nItem 4.02 — Non-reliance on previously issued financials (red flag)\nItem 5.02 — Departure/appointment of directors or officers (leadership changes)\nItem 7.01 — Regulation FD disclosure (forward guidance, earnings previews)\nItem 8.01 — Other events (catch-all for announcements)\nResponse Format\n\nWhen presenting filings to the user, structure each filing as:\n\n📄 [FORM TYPE] — [COMPANY NAME]\nFiled: [DATE] | CIK: [NUMBER]\nItems: [ITEM CODES if 8-K]\n\nSummary: [1-2 sentence plain-English explanation of what this filing means]\nWhy it matters: [1 sentence on business/market impact]\n\n🔗 [EDGAR link]\n\n\nGroup filings by significance: material events first, routine disclosures last.\n\nIntelligence Preview\n\nEvery scan ends with a Signal Report intelligence preview showing:\n\nStats summary — total filings, companies scanned, high/medium signal counts\nSample cross-source insight — for the top filing found, a preview of what Pro analysis looks like (hiring correlation, research activity, social cross-reference)\nPattern detection tease — count of potential cross-source patterns detected, with full analysis locked to Pro\n\nThis preview is included in both text and JSON output (via the intelligence_preview key).\n\nUpgrading to Full Intelligence\n\nThis skill provides raw SEC filing alerts. Signal Report Pro adds:\n\nCross-source correlation: SEC filings + hiring patterns + AI research papers + social signals analyzed together\nPattern detection: Automated identification of multi-signal correlations (e.g., filing + hiring surge + research paper = partnership signal)\nDaily intelligence brief: Curated, scored, and summarized — delivered to your inbox\nStrategic analysis: What the signals mean and what to do about them\n\nFree daily brief → https://signal-report.com Pro weekly analysis → https://signal-report.com/#pricing"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/sukanto-m/sec-watcher",
    "publisherUrl": "https://clawhub.ai/sukanto-m/sec-watcher",
    "owner": "sukanto-m",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/sec-watcher",
    "downloadUrl": "https://openagent3.xyz/downloads/sec-watcher",
    "agentUrl": "https://openagent3.xyz/skills/sec-watcher/agent",
    "manifestUrl": "https://openagent3.xyz/skills/sec-watcher/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/sec-watcher/agent.md"
  }
}