‹ 首页

healthcheck

@qianleigood · 收录于 昨天 · 上游提交 1 个月前

Use when auditing or hardening the host running CrawClaw, including security posture review, exposure assessment, firewall or SSH hardening, periodic host audits, or version checks.

适合你,如果需要定期对服务器进行安全状况评估和加固。

/ 通过 npx 安装 校验哈希
npx oh-my-skill add qianleigood/crawclaw/healthcheck
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- qianleigood/crawclaw/healthcheck
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify qianleigood/crawclaw/healthcheck
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
30GitHub stars
~336上下文体积 · 单文件
索引托管

怎么用

商店整理自技能原文 · 版本 f27e175 · 表述以原文为准
它做什么

Claude 会评估运行 CrawClaw 的主机,然后根据你的风险偏好提出加固计划,包括安全审计、更新检查和修复步骤,并在你批准后执行。

什么时候触发

当你要求审计或加固运行 CrawClaw 的主机,例如检查安全态势、防火墙、SSH 配置或版本时触发。

装好后可以这样说
Claude 会请求许可并运行审计。
Claude 会收集上下文并提出改进建议。
Claude 会生成对应的修复步骤。
技能原文 SKILL.md作者撰写 · MIT · f27e175

CrawClaw Host Hardening

Assess the host running CrawClaw, then propose a hardening plan that matches the user's risk tolerance without breaking access.

Rules
  • Require explicit approval before any state-changing action.
  • Do not change firewall, SSH, RDP, or package state without confirmation.
  • Prefer reversible, staged changes with a rollback plan.
  • Never imply CrawClaw itself manages host firewall or OS updates.
  • Use numbered choices whenever the user needs to pick from options.
Workflow
  1. Ask once for permission to run read-only checks.
  2. Establish context:
  3. OS and version
  4. privilege level
  5. local vs remote access path
  6. exposure level
  7. CrawClaw gateway status and bind
  8. backup, disk encryption, and update posture
  9. Run CrawClaw checks:
  10. crawclaw security audit --deep
  11. crawclaw update status
  12. Ask the user to pick a risk posture:
  13. Home/workstation balanced
  14. VPS hardened
  15. Developer convenience
  16. Custom
  17. Produce a remediation plan with current posture, gaps, exact commands, rollback, and lockout risks.
  18. Only execute after explicit approval.
  19. Re-run audits and summarize deferred items.
Scheduling

After any audit or hardening pass, explicitly offer periodic checks. If the user agrees, schedule stable named jobs such as:

  • healthcheck:security-audit
  • healthcheck:update-status

Do not create or edit cron jobs without approval.

按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。