<!-- Agent: nodejs-pro | Task: #12 | Session: 2026-03-08 -- ArXiv Monitor Skill Polls the ArXiv API every 6 hours for papers matching configured keywords. Deduplicates against previously seen papers, stores new summaries in named memory, and integrates with the morning briefing loop. --- Setup 1. Set in : 2. Start the monitor loop: Or via CronCreate for programmatic control: --- Core Logic Step 1: Load Keywords and Seen Papers Step 2: Search ArXiv API for Each Keyword Use Bash to query the ArXiv API (no authentication required): Or use the HuggingFace MCP paper search tool if available: Step…