You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
openclaw is not typically installed globally, so all CLI commands
now use npx openclaw instead of bare openclaw. Updated across both
READMEs, SKILL.md, skill README, and emergency-response.sh output.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|`--full`| Apply all modules without interactive prompts |
643
643
|`--rollback [timestamp]`| Revert to a previous backup. If no timestamp is given, reverts to the most recent backup. |
644
644
645
-
### openclaw secureclaw status
645
+
### npx openclaw secureclaw status
646
646
647
647
Display current security posture: score, monitor status (credential watch, memory integrity, cost tracking), and recent alert count.
648
648
649
-
### openclaw secureclaw scan-skill \<name\>
649
+
### npx openclaw secureclaw scan-skill \<name\>
650
650
651
651
Scan a specific skill for malicious patterns before installation. Checks for dynamic execution, credential access, exfiltration endpoints, IOC hash matches, and typosquatting.
652
652
653
-
### openclaw secureclaw cost-report
653
+
### npx openclaw secureclaw cost-report
654
654
655
655
Display cost monitoring data: hourly/daily/monthly spend, projections, and whether the circuit breaker has tripped.
656
656
657
-
### openclaw secureclaw skill install
657
+
### npx openclaw secureclaw skill install
658
658
659
659
Install the SecureClaw skill to your agent's skills directory. Equivalent to running `install.sh` manually.
660
660
661
-
### openclaw secureclaw skill update
661
+
### npx openclaw secureclaw skill update
662
662
663
663
Re-run the skill installer to update to the latest version. Backs up the existing installation.
664
664
665
-
### openclaw secureclaw skill uninstall
665
+
### npx openclaw secureclaw skill uninstall
666
666
667
667
Remove the SecureClaw skill. Performs a dry run by default; prompts for confirmation before deletion.
668
668
@@ -823,7 +823,7 @@ After uninstalling, manually edit `SOUL.md` to remove the `## SecureClaw Privacy
|`--full`| Apply all modules without interactive prompts |
643
643
|`--rollback [timestamp]`| Revert to a previous backup. If no timestamp is given, reverts to the most recent backup. |
644
644
645
-
### openclaw secureclaw status
645
+
### npx openclaw secureclaw status
646
646
647
647
Display current security posture: score, monitor status (credential watch, memory integrity, cost tracking), and recent alert count.
648
648
649
-
### openclaw secureclaw scan-skill \<name\>
649
+
### npx openclaw secureclaw scan-skill \<name\>
650
650
651
651
Scan a specific skill for malicious patterns before installation. Checks for dynamic execution, credential access, exfiltration endpoints, IOC hash matches, and typosquatting.
652
652
653
-
### openclaw secureclaw cost-report
653
+
### npx openclaw secureclaw cost-report
654
654
655
655
Display cost monitoring data: hourly/daily/monthly spend, projections, and whether the circuit breaker has tripped.
656
656
657
-
### openclaw secureclaw skill install
657
+
### npx openclaw secureclaw skill install
658
658
659
659
Install the SecureClaw skill to your agent's skills directory. Equivalent to running `install.sh` manually.
660
660
661
-
### openclaw secureclaw skill update
661
+
### npx openclaw secureclaw skill update
662
662
663
663
Re-run the skill installer to update to the latest version. Backs up the existing installation.
664
664
665
-
### openclaw secureclaw skill uninstall
665
+
### npx openclaw secureclaw skill uninstall
666
666
667
667
Remove the SecureClaw skill. Performs a dry run by default; prompts for confirmation before deletion.
668
668
@@ -823,7 +823,7 @@ After uninstalling, manually edit `SOUL.md` to remove the `## SecureClaw Privacy
0 commit comments