From a18d37f69b34dd6f1822d5cef05788a6e90a2ab8 Mon Sep 17 00:00:00 2001 From: David Abutbul Date: Fri, 6 Feb 2026 00:00:30 +0200 Subject: [PATCH] chore(clawsec-suite): bump version to 0.0.2 --- skills/clawsec-suite/SKILL.md | 8 ++++---- skills/clawsec-suite/skill.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/skills/clawsec-suite/SKILL.md b/skills/clawsec-suite/SKILL.md index bcc173e..4a2fb96 100644 --- a/skills/clawsec-suite/SKILL.md +++ b/skills/clawsec-suite/SKILL.md @@ -1,6 +1,6 @@ --- name: clawsec-suite -version: 0.0.1 +version: 0.0.2 description: Use when users or agents want to explore or set up ClawSec security protections - this is a wrapper that helps discover and install individual security skills, but requires initial configuration to activate any protections. homepage: https://clawsec.prompt.security clawdis: @@ -235,8 +235,8 @@ All releases are published at: Example for clawsec-suite v0.0.9: -- `https://clawsec.prompt.security/releases/download/clawsec-suite-v0.0.10/checksums.json` -- `https://clawsec.prompt.security/releases/download/clawsec-suite-v0.0.10/clawsec-suite.skill` +- `https://clawsec.prompt.security/releases/download/clawsec-suite-v0.0.2/checksums.json` +- `https://clawsec.prompt.security/releases/download/clawsec-suite-v0.0.2/clawsec-suite.skill` ## Installation (generic, version-pinned, verified) @@ -338,7 +338,7 @@ The checksums.json structure: "clawsec-suite.skill": { "sha256": "339a4817aba054e6da5a6d838e2603d16592b43f6bdb7265d6b1918b22fe62cb", "size": 4870, - "url": "https://clawsec.prompt.security/releases/download/clawsec-suite-v0.0.10/clawsec-suite.skill" + "url": "https://clawsec.prompt.security/releases/download/clawsec-suite-v0.0.2/clawsec-suite.skill" } } } diff --git a/skills/clawsec-suite/skill.json b/skills/clawsec-suite/skill.json index 0806779..5542d18 100644 --- a/skills/clawsec-suite/skill.json +++ b/skills/clawsec-suite/skill.json @@ -1,6 +1,6 @@ { "name": "clawsec-suite", - "version": "0.0.1", + "version": "0.0.2", "description": "Use when users want to explore or set up ClawSec security protections - this is a wrapper that helps discover and install individual security skills, but requires initial configuration to activate any protections.", "author": "prompt-security", "license": "MIT",