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

Lucas Gerads demonstrates MCP servers for oscilloscope and SPICE simulator integration with Claude Code
Tools

Lucas Gerads demonstrates MCP servers for oscilloscope and SPICE simulator integration with Claude Code

Lucas Gerads built MCP servers for his LeCroy oscilloscope and SPICE simulator, enabling Claude Code to validate SPICE circuits and models, handle embedded programming, and automate data analysis tasks like time axis normalization and data alignment.

OpenClawRadar
CogniLayer: An MCP Server for Persistent Memory in Claude Code
Tools

CogniLayer: An MCP Server for Persistent Memory in Claude Code

CogniLayer is an open-source MCP server that provides Claude Code with persistent memory across sessions using a SQLite database with FTS5 full-text search and vector embeddings. It solves the problem of Claude forgetting project context between sessions.

OpenClawRadar
Prompt-caching MCP plugin automatically reduces Claude API costs by identifying stable context
Tools

Prompt-caching MCP plugin automatically reduces Claude API costs by identifying stable context

The prompt-caching MCP plugin automatically identifies stable parts of context like system prompts and tool definitions, then marks them for Anthropic's caching feature to reduce API costs by 80-92% in coding sessions.

OpenClawRadar
Framework for AI Teammates in Slack, Operated Entirely from Claude Code
Tools

Framework for AI Teammates in Slack, Operated Entirely from Claude Code

ginnie-agents is an open-source framework for running autonomous AI agents with Slack identities, three-tier memory, cron routines, and work hours — all configured and operated through Claude Code. Requires Claude Code Max, Docker, Node 22+, and a Slack workspace with app creation permissions.

OpenClawRadar