SafeAI-Lab-XSafeAI-Lab-XCommunityยท68 Agent Skills Included

ClawKeeper

Security guardrails that block risky AI agent tool calls

Blocks dangerous shell commands, credential leaks, prompt injection, and unsafe network calls before AI agents execute them. Redacts sensitive tool output, audits installed skills, and learns recurring attack patterns to strengthen its own guardrails. Works with Hermes, MCP tools, OpenClaw, or any custom agent host through a simple HTTP API.
npx skills add SafeAI-Lab-X/ClawKeeper --all -g -y
Available:

Defines the watcher agent's role as a context judge that audits agent state, evaluates risk, and returns continue, ask-user, or stop decisions through a unified judgment endpoint.

All Skills in This Repository (68)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
SafeAI-Lab-XSafeAI-Lab-X

windows-safety-guide

Deploy Windows safety policies and nightly security audits via PowerShell scripts.

Community
Intermediate
๐Ÿ“ฆ In Repo
SafeAI-Lab-XSafeAI-Lab-X

feishu-safety-guide

Enforce data-leakage and permission policies for Feishu interactions.

Community
Advanced
๐Ÿ“ฆ In Repo
SafeAI-Lab-XSafeAI-Lab-X

parallels-discord-roundtrip

Automate macOS Parallels Discord roundtrip verification for guest send, host delivery, and readback.

Community
Advanced
๐Ÿ“ฆ In Repo
SafeAI-Lab-XSafeAI-Lab-X

openclaw-test-heap-leaks

Diagnose memory growth and heap leaks in OpenClaw test suites.

Community
Advanced
๐Ÿ“ฆ In Repo
SafeAI-Lab-XSafeAI-Lab-X

openclaw-pr-maintainer

Automate OpenClaw pull request triage, labeling, and evidence enforcement.

Community
Intermediate
๐Ÿ“ฆ In Repo
SafeAI-Lab-XSafeAI-Lab-X

security-triage

Triage GitHub security advisories and generate ready-to-post replies.

Community
Advanced
๐Ÿ“ฆ In Repo
SafeAI-Lab-XSafeAI-Lab-X

openclaw-ghsa-maintainer

Inspect, patch, validate, and publish GHSA advisories via gh api and jq.

Community
Advanced
๐Ÿ“ฆ In Repo
SafeAI-Lab-XSafeAI-Lab-X

openclaw-release-maintainer

Coordinate OpenClaw release workflows to validate versions, changelogs, and publish readiness.

Community
Advanced
๐Ÿ“ฆ In Repo
SafeAI-Lab-XSafeAI-Lab-X

openclaw-parallels-smoke

Orchestrate Parallels-based smoke tests for OpenClaw across macOS, Windows, and Linux guests.

Community
Advanced
๐Ÿ“ฆ In Repo
SafeAI-Lab-XSafeAI-Lab-X

prose

Coordinates multi-agent workflows with sessions, blocks, and pluggable state backends.

Community
Advanced
๐Ÿ“ฆ In Repo
SafeAI-Lab-XSafeAI-Lab-X

feishu-perm

Manage Feishu document and file permissions for users and groups.

Community
Intermediate
๐Ÿ“ฆ In Repo
SafeAI-Lab-XSafeAI-Lab-X

feishu-wiki

List Feishu wiki spaces and manage nodes with create, move, and rename actions.

Community
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install ClawKeeper?โ–ผ

Run `npx skills add SafeAI-Lab-X/ClawKeeper --all -g -y` in your terminal to install all skills in this suite globally.

What does ClawKeeper protect against?โ–ผ

It catches prompt injection, credential theft, unsafe shell commands, protected file access, SSRF-style URLs, encoded payloads, and poisoned tool output before your agent acts on them.

Which AI agents work with ClawKeeper?โ–ผ

It works with Hermes Agent, MCP tools, OpenClaw-style runtimes, and any custom host through its host-independent HTTP Judge API.

Can ClawKeeper improve its own defenses?โ–ผ

Yes. The optional Watcher daemon learns from caught attacks, saves new patterns locally, and hot-reloads them into the live guard layer.

Do I need coding skills to use ClawKeeper?โ–ผ

Basic setup only requires installing the package and adding a few lines to your agent; the default guard chain then runs automatically.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’