Files
clawsec/skills/clawsec-feed/skill.json
T
davida-ps db0339084f chore: migrate repository licensing from MIT to AGPL (#63)
* chore(license): migrate repository licensing to AGPL-3.0-or-later

* fix(ci): skip skill dry-run when version is unchanged
2026-02-24 15:43:14 +02:00

53 lines
1.2 KiB
JSON

{
"name": "clawsec-feed",
"version": "0.0.4",
"description": "Security advisory feed monitoring for AI agents. Subscribe to community-driven threat intelligence.",
"author": "prompt-security",
"license": "AGPL-3.0-or-later",
"homepage": "https://clawsec.prompt.security",
"keywords": [
"security",
"advisory",
"feed",
"agents",
"ai",
"threat-intel",
"monitoring"
],
"sbom": {
"files": [
{
"path": "SKILL.md",
"required": true,
"description": "Advisory feed skill documentation"
},
{
"path": "advisories/feed.json",
"required": true,
"description": "Community security advisory feed"
}
]
},
"openclaw": {
"emoji": "📡",
"category": "security",
"feed_url": "https://api.github.com/repos/prompt-security/ClawSec/releases?skill=clawsec-feed",
"requires": {
"bins": [
"curl",
"jq"
]
},
"triggers": [
"security advisories",
"check advisories",
"clawsec",
"threat feed",
"security alerts",
"vulnerability feed",
"advisory feed",
"security news"
]
}
}