From c856bb642664768e63a4dc147bf7b62affa0431f Mon Sep 17 00:00:00 2001 From: David Abutbul Date: Fri, 6 Feb 2026 02:01:24 +0200 Subject: [PATCH] chore(docs): correct installation command for clawsec-suite in index.html and Home.tsx --- index.html | 4 ++-- pages/Home.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 05152bd..8bb3291 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ ClawSec Security skill suite for AI agents (integrity checks, drift detection, advisory feed). Agent install: - Available via clawhub: npx molthub@latest install clawsec-suite + Available via clawhub: npx clawhub@latest install clawsec-suite OR curl -sL https://clawsec.prompt.security/releases/latest/download/SKILL.md --> @@ -141,7 +141,7 @@ ClawSec Security skill suite for AI agents (integrity checks, drift detection, advisory feed). Agent install: -Available via clawhub: npx molthub@latest install clawsec-suite +Available via clawhub: npx clawhub@latest install clawsec-suite OR curl -sL https://clawsec.prompt.security/releases/latest/download/SKILL.md diff --git a/pages/Home.tsx b/pages/Home.tsx index a491480..ece837d 100644 --- a/pages/Home.tsx +++ b/pages/Home.tsx @@ -207,7 +207,7 @@ export const Home: React.FC = () => { )}

- Also Available via clawhub: npx molthub@latest install clawsec-suite + Also Available via clawhub: npx clawhub@latest install clawsec-suite