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

altRAG: Replace Vector DB RAG with 2KB Pointer Files for AI Coding Agents
altRAG is a Python tool that replaces vector database RAG with lightweight pointer files. It scans Markdown/YAML skill files to create a 2KB skeleton file mapping sections to exact line numbers and byte offsets, allowing AI agents to read only needed sections instead of entire files.

Developer shares solution for Claude AI ignoring rules beyond 50-count threshold
A developer reports Claude Code started silently dropping rules once their shared rule set exceeded approximately 50 items, particularly during frontend-heavy tasks. They built a hook that scans prompts and loads only 2-3 relevant rules based on keyword matching.

LystBot: An MCP Server for Claude to Manage Lists and Tasks
LystBot is a list management app with a native MCP server that allows Claude to directly interact with grocery lists, todos, and packing lists. Built primarily with Claude Code, it includes a Flutter mobile app, REST API, CLI, and open-source Node.js MCP server.

Claude-switch CLI tool automates switching between Claude Max accounts when hitting usage caps
A developer built claude-switch, a 250-line bash CLI tool that saves and restores Claude Code credentials from macOS Keychain to switch between accounts when one hits usage limits. The tool eliminates browser re-authentication and maintains workflow continuity.