Jump to related tools in the same category or review the original source on GitHub.

Coding Agents & IDEs @poolguy24 Updated 6/28/2026 1,830 downloads 0 stars Security: Pass

Skillsentry OpenClaw Plugin & Skill | ClawHub

Looking to integrate Skillsentry into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate coding agents & ides tasks instantly, without having to write custom tools from scratch.

What this skill does

OpenClaw security audit + prompt injection detector. Scans gateway/vulns/cron/PI patterns. Use for frenzy-proofing installs.

Install

ClawHub CLI
openclaw skills install @poolguy24/skillsentry
Node.js (npx)
npx clawhub@latest install skillsentry

Full SKILL.md

Open original
Metadata table.
nameversiondescription
skillsentry1.1.0OpenClaw security audit + prompt injection detector. Scans gateway/vulns/cron/PI patterns. Use for frenzy-proofing installs.

SKILL.md content below is scrollable.

SkillSentry

Purpose

Audit a local OpenClaw install for security posture and common prompt-injection indicators. Produces a JSON report for review and alerting.

Workflow

  1. Canvas present: Launch the panel server and present the UI.
  2. User config: Update config.yaml (scan frequency, alerts, sensitivity).
  3. Cron setup: Schedule scripts/audit.sh at the chosen cadence.
  4. Report/Alert: Review JSON output and alert if prompt-injection hits or unexpected open ports are found.

Usage

Panel (recommended)

node scripts/panel-server.js

Then present the UI:

  • canvas.presenthttp://localhost:8133 (Scan / Settings / Logs)

Config (CLI)

node scripts/config.js get
node scripts/config.js set Scan_freq daily alerts telegram sensitivity high

Audit (CLI)

bash scripts/audit.sh > report.json

Notes

  • Local-only scans; no network calls outside localhost.
  • Panel server is local and stores the last report at logs/last-report.json.
  • config.yaml defaults: Scan_freq=daily, alerts=telegram, sensitivity=high.
  • Safe for routine security checks and “frenzy-proofing”.

Contact: Jeffrey Coleman | [email protected] | Custom audits/enterprise.

ClawHub Registry URL: https://clawhub.ai/poolguy24/skills/skillsentry

Related skills

If this matches your use case, these are close alternatives in the same category.