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

LocalSynapse MCP Server Adds macOS Support and Search Improvements
LocalSynapse, an offline MCP server for searching local documents, now supports macOS and includes fixes for multi-word search queries. The developer has implemented feedback-driven improvements including position-adjusted click boosting and time decay as promotion.

Enhanced Claude Code Telegram Plugin Adds Voice, Stickers, Threading
A developer has released a fork of the official Claude Code Telegram plugin that adds voice message transcription via Whisper, sticker/GIF support, conversation threading, and emoji reactions. It's a drop-in replacement requiring only cloning, copying one file, and restarting.

OpenClaw Outlook Add-in Connects Local Agent to Email Sidebar
A developer built an Outlook add-in that connects to a local OpenClaw Gateway via WebSocket, providing full agent access with tools and automations directly in the email sidebar. The tool reads selected emails as context, maintains per-email chat sessions, and works with Outlook Desktop and Web.

NervMap: Single Command Server Service Discovery and Diagnostics Tool
NervMap is a Linux tool that discovers Docker containers, systemd services, and bare processes in under 1 second, maps dependencies between them, and diagnoses issues with severity analysis and fix suggestions.