Setup & Installation
Install AI Vulnerability Tracker using the ClawHub CLI or OpenClaw CLI:
clawhub install ai-vulnerability-trackerIf the CLI is not installed:
npx clawhub@latest install ai-vulnerability-trackerOr install with OpenClaw CLI:
openclaw skills install ai-vulnerability-trackerWhat This Skill Does
AI Vulnerability Tracker is a Software Development skill for OpenClaw by 0ctday.
🤖 AI 漏洞追踪器技能
功能概述
- 搜索 GitHub - 近一个月新增的 AI 安全相关漏洞
- 搜索微信公众号 - AI 安全相关文章
- 去重 - 按原文链接去重
- 翻译 - 英文内容翻译为中文
- 推送飞书 - 写入指定的多维表格
搜索关键字
英文关键字
- prompt injection
- prompt jailbreak
- LLM vulnerability
- AI security vulnerability
- adversarial prompt
- jailbreak CVE
- prompt injection CVE
- AI model security
- LLM security bug
- ChatGPT jailbreak
中文关键字
- 提示词注入
- 提示词越狱
- AI 漏洞
- LLM 安全
- 对抗提示
目标表格
- Wiki Token: NqxZwVzXriRIRAkvP4LcApCdnNb
- Table ID: tblnfK3JPSfUyZmb
字段映射
⚠️ 请根据实际表格字段调整以下映射
| 字段名 | 说明 |
|---|---|
| 标题 | 漏洞/文章标题 |
| 链接 | 原文 URL |
| 漏洞类型 | 提示词注入/提示词越狱/其他 |
| 来源 | GitHub / 微信公众号 |
| 发布时间 | 发布日期 |
| 描述 | 简要描述 |
| 发现时间 | 收录时间 |
使用方式
手动运行
在支持 skills 的会话中直接运行,或通过 cron 定时执行。
定时任务 (cron)
# 每天 9:00 执行
openclaw cron add "0 9 * * *" "ai-vulnerability-tracker"
# 每周一 9:00 执行
openclaw cron add "0 9 * * 1" "ai-vulnerability-tracker"
输出
- 搜索结果数量
- 新增记录数量
- 去重过滤数量
- 错误信息(如有)
依赖
- 网络访问 (GitHub, 微信搜索)
- 飞书 API 访问权限
- 翻译 API (可选)
Version History
Latest version: 0.1.0
First published: Mar 31, 2026. Last updated: Mar 31, 2026.
1 version released.
Frequently Asked Questions
Is AI Vulnerability Tracker free to use?
Yes. AI Vulnerability Tracker is a free, open-source skill available on the OpenClaw Skills Registry. You can install and use it at no cost, and the source code is publicly available for review and contribution.
What languages/platforms does AI Vulnerability Tracker support?
It runs on any platform that supports OpenClaw, including macOS, Linux, and Windows. As long as you have the OpenClaw runtime installed, AI Vulnerability Tracker will work seamlessly across operating systems.
How do I update AI Vulnerability Tracker?
Run
openclaw skills update ai-vulnerability-tracker to get the latest version. OpenClaw will download and apply the update automatically, preserving your existing configuration.Can I use AI Vulnerability Tracker with other skills?
Yes. OpenClaw skills are composable — you can combine AI Vulnerability Tracker with any other installed skill in your workflows. This allows you to build powerful multi-step automations by chaining skills together.