OpenClaw Plugin Categories and Their Practical Functions

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 pushingdep-audit- one-command vulnerability scan across multiple stackspr-review- provides AI diff summaries and catches basic issues before human reviewdocker-helper- checks logs and status without terminal accessapi-tester- hits endpoints and displays formatted JSON within chatgit-stats- shows repository hotspots and contributor information for agent contexttodo-scanner- finds TODO and FIXME comments in codechangelog-gen- generates changelogs from commit historyfile-metrics- provides repository quality snapshot
Memory Plugins
cortex-memory- layered memory systemmemory-lancedb-pro- improved retrieval over default optionslossless claw- prevents context loss during sessionsopenclaw-engram- fully local, privacy-focused memory setup
Security Plugins
env-guard- redacts secrets before agents see themclawsec- security suite that detects prompt injection and other threatssecureclaw- runs OWASP-style security checks
Observability & Cost Plugins
cost-tracker- tracks spendingmanifest- automatically routes requests to cheaper modelsopenclaw-observatory- dashboard for usage and cost monitoring
Multi-Agent & Meta Plugins
openclaw foundry- automatically creates new tools from usage patternsclaude-code-bridge- enables Claude Code usage within OpenClaw
Utility Plugins
openclaw-better-gateway- fixes gateway reliability issues and adds IDE/terminal integrationopenclaw-ntfy- sends phone notifications when tasks completeopenclaw-sentry-tools- pulls Sentry errors into context
📖 Read the full source: r/openclaw
👀 See Also

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.

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.

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.

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.