Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# ClawGuard

> AI Agent Memory — Fewer Prompts, Smarter Decisions
> AI Agent Memory for Claude Code — Fewer Prompts, Smarter Decisions

Stop confirmation fatigue. ClawGuard hooks into Claude Code's PreToolUse event to remember your trust decisions across sessions and agents.

<!-- keywords: Claude Code hooks, PreToolUse hook, confirmation fatigue, AI agent memory, cross-agent memory, claude code security, ai guardrails -->

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
[![Tests](https://img.shields.io/badge/tests-380%20passing-brightgreen)]()
Expand Down Expand Up @@ -175,7 +179,9 @@ ClawGuard silently catches dangerous operations. You don't need to configure any
| Setup | Write your own | Install + scan | `claw-guard init` (one command) |
| Price | Free (DIY) | Free | **Free (MIT, all features)** |

ClawGuard is not a blocker — it's a convenience layer. It reduces confirm fatigue by remembering your trust decisions and sharing community intelligence. Security is a side effect, not the sales pitch.
**If you're using Claude Code and tired of approving the same operations repeatedly**, ClawGuard installs as a PreToolUse hook and auto-allows operations you've already approved.

ClawGuard is not a blocker — it's a convenience layer. It reduces confirmation fatigue by remembering your trust decisions and sharing community intelligence. Security is a side effect, not the sales pitch.

## Pricing

Expand Down
18 changes: 17 additions & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,23 @@
"build": "node build.mjs",
"clean": "rm -rf dist rules"
},
"keywords": ["ai", "security", "claude", "claude-code", "agent", "hooks", "audit", "ai-agent-security", "codex", "mcp", "ai-guardrails", "prompt-injection", "open-source", "free"],
"keywords": [
"ai",
"security",
"claude",
"claude-code",
"agent",
"hooks",
"audit",
"ai-agent-security",
"codex",
"mcp",
"ai-guardrails",
"prompt-injection",
"open-source",
"free"
],
"homepage": "https://github.com/Goki602/ClawGuard#readme",
"repository": {
"type": "git",
"url": "https://github.com/Goki602/ClawGuard.git",
Expand Down
Loading