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

altRAG: Replace Vector DB RAG with 2KB Pointer Files for AI Coding Agents
Tools

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.

OpenClawRadar
Developer shares solution for Claude AI ignoring rules beyond 50-count threshold
Tools

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.

OpenClawRadar
LystBot: An MCP Server for Claude to Manage Lists and Tasks
Tools

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.

OpenClawRadar
Claude-switch CLI tool automates switching between Claude Max accounts when hitting usage caps
Tools

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.

OpenClawRadar