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

CodeTalk: Open-source tool adds spoken reflections to Claude Code CLI
CodeTalk is a Python tool that adds spoken observations to Claude Code CLI responses using Microsoft's edge-tts. It extracts text embedded by Claude and plays it through speakers with natural-sounding neural TTS.

Building an Autonomous Research Agent with C# and Local LLMs
A C# research agent automates URL processing with local LLMs using Ollama and llama3.1:8b, generating structured markdown reports from web searches.

Orc: Open Source Multi-Project Orchestrator for AI Coding Agents
Orc is an OS-level orchestrator that coordinates AI coding agents across multiple projects using bash, tmux, and git worktrees. It addresses merge conflicts, duplicated work, and coordination overhead with a two-tier review system and zero token burn on orchestration.

Heartbeat-gateway: Event-driven replacement for cron polling in OpenClaw
Heartbeat-gateway is an open-source Python tool that replaces cron-based polling with webhook-driven events for OpenClaw, reducing API costs from ~$86/month to ~$4.50/month and improving latency from up to 30 minutes to under 2 seconds.