{ "name": "openclaw_security_news", "description": "Curated OpenClaw security news headlines for AI builders, developers, and investors. Updated twice daily.", "maintainer": "Joy Larkin", "repo": "https://github.com/joylarkin/openclaw-security-news", "topics": ["openclaw", "openclaw-security", "clawdbot", "clawhub", "moltbot"], "related_terms": ["OpenClaw", "Moltbot", "Clawdbot", "openclaw security", "openclaw cybersecurity", "openclaw news", "openclaw warnings", "openclaw vulnerabilites", "openclaw malware", "openclaw incidents", "openclaw risks", "openclaw threats"], "update_frequency": "twice daily", "files": { "readme": { "url": "https://raw.githubusercontent.com/joylarkin/openclaw-security-news/main/README.md", "format": "Markdown — dated sections (YYYY-MM-DD), bulleted headlines with source and date", "best_for": "humans, AI agents browsing latest headlines" }, "csv": { "url": "https://raw.githubusercontent.com/joylarkin/openclaw-security-news/main/openclaw-security-news.csv", "columns": ["date", "source", "headline", "url"], "date_format": "Month DD, YYYY (e.g. February 15, 2026)", "best_for": "machines, databases, structured querying" }, "skill": { "url": "https://raw.githubusercontent.com/joylarkin/openclaw-security-news/main/SKILL.md", "format": "Markdown — instructions for AI agents using this repo as a skill", "best_for": "AI agents needing guidance on how to fetch and present headlines" }, "rss": { "url": "https://raw.githubusercontent.com/joylarkin/openclaw-security-news/main/feed.xml", "format": "RSS 2.0 — standard feed with items sorted by date descending", "best_for": "RSS readers, feed aggregators, and services that consume standard RSS" } }, "observability": { "description": "Live dashboards for monitoring OpenClaw exposure and threat intelligence", "format": "Markdown — dated sections (YYYY-MM-DD), bulleted headlines with source and date", "best_for": "humans, AI agents browsing openclaw observability resources" }, "automation_protocol": { "description": "Rules the update-headlines job MUST follow every run", "steps": [ "1. DETECT DELETIONS: diff the current README against the previous commit. Any URL removed by the maintainer (not by a prior bot commit) must be appended to never_add.csv in the same commit — the maintainer must never have to touch never_add.csv manually.", "2. LOAD BLOCKLIST: read never_add.csv in full before inserting any article.", "3. CHECK BEFORE INSERT: for every candidate URL, reject it silently if it appears anywhere in never_add.csv (exact match). Do not add it to README or CSV.", "4. COMMIT TOGETHER: if never_add.csv was updated, include it in the same commit as the README changes." ] } }