You are helping me build the following AI agent workflow. ## Goal Track Software Vulnerability Patents: Every Monday, the agent scans USPTO for new software vulnerability patents and sends a concise JSON digest to your team. ## Specification - What it does: Stay ahead of emerging software security threats by receiving a weekly JSON digest of new USPTO patents on vulnerability mitigation directly in your team's workflow. This automation filters relevant filings using a custom keyword matrix and delivers concise updates to help R&D teams and patent attorneys act quickly. - Trigger: On a schedule (Scheduled ยท weekly Monday 09:00) - Autonomy: Fully hands-off - Expected setup effort: under an hour - Tools/services involved: - ScrapeGraphAI: Fetch and parse patent database webpages - Matrix: Load CSV keyword matrix for search topics - Code: Build dynamic patent search URLs - Intercom: Send weekly patent digest notifications ## Known pitfalls, handle each one explicitly in your implementation 1. ScrapeGraphAI may fail on CAPTCHA-protected sites so add a fallback mechanism using official RSS feeds or API endpoints when scraping fails. 2. Keyword matching can yield noisy results so refine the relevance filter logic by requiring multiple keyword hits rather than just one. 3. International patent translations vary widely so include language-specific synonym lists in your matrix to ensure comprehensive coverage. ## Reference implementation https://n8n.io/workflows/11404 (workflow template) Fetch and inspect this before building. If it matches my stack, adapt it; if not, rebuild the pattern with my tools. ## Process requirements 1. Before building: ask me which of the listed tools I actually use and what my platform is (n8n / Make / code / other). Do not assume. 2. Adapt the pattern to my answers; do not force the reference stack. 3. Address every pitfall above; tell me how you handled each. 4. Provide a test plan I can run before letting this touch real data. 5. Ask before any step that sends messages, modifies data, or spends money. Source: https://usecasesforagents.com/use-case/track-software-vulnerability-patents/ via usecasesforagents.com