OpenClaw Plugin Categories and Their Practical Functions

✍️ OpenClawRadar📅 Published: March 22, 2026🔗 Source
OpenClaw Plugin Categories and Their Practical Functions
Ad

A Reddit post from r/openclaw organizes available plugins into functional categories with brief descriptions of what each tool does.

Dev Tooling Plugins

  • commit-guard - stops secrets, large files, and bad commits before pushing
  • dep-audit - one-command vulnerability scan across multiple stacks
  • pr-review - provides AI diff summaries and catches basic issues before human review
  • docker-helper - checks logs and status without terminal access
  • api-tester - hits endpoints and displays formatted JSON within chat
  • git-stats - shows repository hotspots and contributor information for agent context
  • todo-scanner - finds TODO and FIXME comments in code
  • changelog-gen - generates changelogs from commit history
  • file-metrics - provides repository quality snapshot

Memory Plugins

  • cortex-memory - layered memory system
  • memory-lancedb-pro - improved retrieval over default options
  • lossless claw - prevents context loss during sessions
  • openclaw-engram - fully local, privacy-focused memory setup
Ad

Security Plugins

  • env-guard - redacts secrets before agents see them
  • clawsec - security suite that detects prompt injection and other threats
  • secureclaw - runs OWASP-style security checks

Observability & Cost Plugins

  • cost-tracker - tracks spending
  • manifest - automatically routes requests to cheaper models
  • openclaw-observatory - dashboard for usage and cost monitoring

Multi-Agent & Meta Plugins

  • openclaw foundry - automatically creates new tools from usage patterns
  • claude-code-bridge - enables Claude Code usage within OpenClaw

Utility Plugins

  • openclaw-better-gateway - fixes gateway reliability issues and adds IDE/terminal integration
  • openclaw-ntfy - sends phone notifications when tasks complete
  • openclaw-sentry-tools - pulls Sentry errors into context

📖 Read the full source: r/openclaw

Ad

👀 See Also

Skir: A Modern Alternative to Protocol Buffers for Type-Safe Data Exchange
Tools

Skir: A Modern Alternative to Protocol Buffers for Type-Safe Data Exchange

Skir is a declarative language for defining data types, constants, and APIs that generates idiomatic, type-safe code in TypeScript, Python, Java, C++, Kotlin, and Dart from a single .skir file. It includes built-in schema evolution safety, RPC support similar to gRPC, and serialization to JSON or binary formats.

OpenClawRadar
LLM Cost Profiler: Open-source tool tracks API spending to make case for local models
Tools

LLM Cost Profiler: Open-source tool tracks API spending to make case for local models

LLM Cost Profiler is a Python tool that tracks every API call to OpenAI/Anthropic, showing exactly what you're spending and where. It exposes tasks that are overpriced relative to their complexity, providing concrete dollar amounts to justify moving to local models.

OpenClawRadar
Event Horizon VS Code Extension Adds File Locking and Plan Coordination for Multiple AI Agents
Tools

Event Horizon VS Code Extension Adds File Locking and Plan Coordination for Multiple AI Agents

Event Horizon, a VS Code extension originally created for visualizing Claude Code, now includes file locking and plan coordination features to prevent multiple AI agents from overwriting each other's work on the same codebase. The tool supports Claude Code, OpenCode, and Copilot with one-click setup.

OpenClawRadar
Running Claude Code Offline on an M3 Pro with Qwen3.6: 4 Fixes That Made It Work
Tools

Running Claude Code Offline on an M3 Pro with Qwen3.6: 4 Fixes That Made It Work

Four environment variable fixes get Claude Code running fully offline on an M3 Pro with Qwen3.6 (MoE, ~3B active), completing an SRE incident loop from investigation to PR without any data leaving the machine.

OpenClawRadar