chore(docs): correct installation command for clawsec-suite in index.html and Home.tsx

This commit is contained in:
David Abutbul
2026-02-06 02:01:24 +02:00
parent 4783849476
commit c856bb6426
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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
</noscript>
+1 -1
View File
@@ -207,7 +207,7 @@ export const Home: React.FC = () => {
)}
<p className="mt-4 text-xs text-gray-500 leading-relaxed">
Also Available via clawhub: npx molthub@latest install clawsec-suite
Also Available via clawhub: npx clawhub@latest install clawsec-suite
</p>
</div>
</section>