mirror of
https://github.com/prompt-security/clawsec.git
synced 2026-06-13 05:28:02 +03:00
chore(docs): correct installation command for clawsec-suite in index.html and Home.tsx
This commit is contained in:
+2
-2
@@ -7,7 +7,7 @@
|
|||||||
ClawSec
|
ClawSec
|
||||||
Security skill suite for AI agents (integrity checks, drift detection, advisory feed).
|
Security skill suite for AI agents (integrity checks, drift detection, advisory feed).
|
||||||
Agent install:
|
Agent install:
|
||||||
Available via clawhub: npx molthub@latest install clawsec-suite
|
Available via clawhub: npx clawhub@latest install clawsec-suite
|
||||||
OR
|
OR
|
||||||
curl -sL https://clawsec.prompt.security/releases/latest/download/SKILL.md
|
curl -sL https://clawsec.prompt.security/releases/latest/download/SKILL.md
|
||||||
-->
|
-->
|
||||||
@@ -141,7 +141,7 @@
|
|||||||
ClawSec
|
ClawSec
|
||||||
Security skill suite for AI agents (integrity checks, drift detection, advisory feed).
|
Security skill suite for AI agents (integrity checks, drift detection, advisory feed).
|
||||||
Agent install:
|
Agent install:
|
||||||
Available via clawhub: npx molthub@latest install clawsec-suite
|
Available via clawhub: npx clawhub@latest install clawsec-suite
|
||||||
OR
|
OR
|
||||||
curl -sL https://clawsec.prompt.security/releases/latest/download/SKILL.md
|
curl -sL https://clawsec.prompt.security/releases/latest/download/SKILL.md
|
||||||
</noscript>
|
</noscript>
|
||||||
|
|||||||
+1
-1
@@ -207,7 +207,7 @@ export const Home: React.FC = () => {
|
|||||||
)}
|
)}
|
||||||
|
|
||||||
<p className="mt-4 text-xs text-gray-500 leading-relaxed">
|
<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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user