# profClaw ## Docs - [AGENTS](https://docs.profclaw.ai/AGENTS.md) - [INSTALLATION](https://docs.profclaw.ai/INSTALLATION.md) - [Amazon Bedrock](https://docs.profclaw.ai/ai-providers/amazon-bedrock.md): Access Claude, Llama, Titan, and other foundation models via AWS Bedrock. Enterprise-grade with VPC support and AWS IAM auth. - [Anthropic](https://docs.profclaw.ai/ai-providers/anthropic.md): Use Claude models - Opus, Sonnet, and Haiku - via the Anthropic API. Best-in-class tool calling, coding, and reasoning. - [Azure OpenAI](https://docs.profclaw.ai/ai-providers/azure-openai.md): Use GPT-4o and other OpenAI models via Azure OpenAI Service. Enterprise SLAs, private networking, and data residency. - [Cerebras](https://docs.profclaw.ai/ai-providers/cerebras.md): Extremely fast inference via Cerebras Wafer-Scale Engine hardware. Run Llama 3.1 70B at speeds over 2000 tokens/second. - [Cohere](https://docs.profclaw.ai/ai-providers/cohere.md): Use Command R+ and Command R models via the Cohere API. Strong retrieval-augmented generation and enterprise search capabilities. - [DeepSeek](https://docs.profclaw.ai/ai-providers/deepseek.md): Use DeepSeek Chat, DeepSeek Coder, and DeepSeek R1 (reasoning) via the DeepSeek API. Highly competitive pricing. - [Fireworks AI](https://docs.profclaw.ai/ai-providers/fireworks.md): Fast open-source model inference via Fireworks AI. Llama, Mixtral, and more at competitive speeds and pricing. - [Google Gemini](https://docs.profclaw.ai/ai-providers/google.md): Use Gemini 1.5 Pro, Gemini 1.5 Flash, and Gemini 2.0 models via the Google AI API. Best-in-class context windows and multimodal support. - [Groq](https://docs.profclaw.ai/ai-providers/groq.md): Ultra-fast LLM inference via Groq's LPU hardware. Llama 3.3 70B at speeds up to 10x faster than GPU cloud providers. - [LM Studio](https://docs.profclaw.ai/ai-providers/lmstudio.md): Run local models via LM Studio's built-in OpenAI-compatible server. GUI-based model management with hardware acceleration. - [Mistral AI](https://docs.profclaw.ai/ai-providers/mistral.md): Use Mistral Large, Mistral Medium, and Codestral via the Mistral AI API. Strong coding and European data residency options. - [Ollama](https://docs.profclaw.ai/ai-providers/ollama.md): Run local AI models with Ollama. Zero API costs, full privacy, works offline. Default provider when no cloud keys are set. - [OpenAI](https://docs.profclaw.ai/ai-providers/openai.md): Use GPT-4o, o1, and o3 models via the OpenAI API. Strong tool calling support and broad model variety. - [OpenRouter](https://docs.profclaw.ai/ai-providers/openrouter.md): Access 200+ models from a single API key via OpenRouter. Route to Claude, GPT-4, Gemini, Llama, and more through one endpoint. - [AI Providers Overview](https://docs.profclaw.ai/ai-providers/overview.md): profClaw supports 37 AI providers. Mix cloud and local models, configure fallbacks, and use model aliases for concise references. - [Perplexity](https://docs.profclaw.ai/ai-providers/perplexity.md): Use Perplexity's online models for real-time web search-augmented responses. Models with built-in internet access. - [SambaNova](https://docs.profclaw.ai/ai-providers/sambanova.md): High-throughput inference on SambaNova's Reconfigurable Dataflow Units (RDUs). Fast open-source model hosting. - [Together AI](https://docs.profclaw.ai/ai-providers/together.md): Run open-source models at scale via Together AI. Access Llama, Qwen, Mixtral, and hundreds more through a single API. - [xAI / Grok](https://docs.profclaw.ai/ai-providers/xai.md): Use Grok-2 and Grok-3 via the xAI API. Large context, strong reasoning, and real-time X/Twitter knowledge. - [Agent Sessions API](https://docs.profclaw.ai/api-reference/agent-sessions.md): profClaw Agent Sessions API - start, monitor, cancel, and inspect autonomous execution sessions. View tool call history, token usage, and session state. - [Agents API](https://docs.profclaw.ai/api-reference/agents.md): profClaw Agents API - list and inspect registered AI agent adapters, check health status, capabilities, and runtime statistics per adapter type. - [Authentication API](https://docs.profclaw.ai/api-reference/auth.md): profClaw Authentication API - sign up, log in, OAuth flows for GitHub and Jira, session management, access keys, and user profile endpoints. - [Chat API](https://docs.profclaw.ai/api-reference/chat.md): profClaw Chat API - send messages, manage multi-turn conversations, list providers and models, and trigger agentic execution with tool support. - [Chat Streaming](https://docs.profclaw.ai/api-reference/chat-stream.md): profClaw chat streaming via SSE - real-time token delivery for agentic execution. Event types, tool call streaming, and error handling for Server-Sent Events. - [Devices API](https://docs.profclaw.ai/api-reference/devices.md): profClaw Devices API - Ed25519 device identity, pairing codes, QR-based pairing flow, and multi-device trust management for passwordless access. - [Gateway API](https://docs.profclaw.ai/api-reference/gateway.md): profClaw Gateway API - unified entry point for dispatching work to AI agents. Route tasks to agent adapters and trigger workflows with Bearer token auth. - [Health API](https://docs.profclaw.ai/api-reference/health.md): profClaw Health API - liveness probe, readiness probe, and detailed per-component diagnostics for providers, queue, and storage. Docker and Kubernetes ready. - [Integrations API](https://docs.profclaw.ai/api-reference/integrations-api.md): profClaw Integrations API - configure GitHub, Jira, Linear, and web search connections. Store credentials, check connectivity, and manage integration status. - [Memory API](https://docs.profclaw.ai/api-reference/memory.md): profClaw Memory API - semantic search over memory files and chat history, manage memory chunks and experiences, and view per-session context storage. - [API Overview](https://docs.profclaw.ai/api-reference/overview.md): profClaw REST API reference. Base URL, authentication modes (session cookie, access key, Bearer token), rate limits, error format, and pagination. - [Security API](https://docs.profclaw.ai/api-reference/security-api.md): profClaw Security API - manage security modes, set tool permission policies, retrieve the audit log, and approve pending tool execution requests. - [Task Queue API](https://docs.profclaw.ai/api-reference/task-queue.md): profClaw Task Queue API - inspect queue depth, drain queues, manage dead-letter entries, and configure retry behavior for BullMQ and in-memory backends. - [Tasks API](https://docs.profclaw.ai/api-reference/tasks.md): profClaw Tasks API - create, list, filter by status, cancel, and retry agentic tasks. Track task lifecycle from pending through completion or failure. - [Webhooks API](https://docs.profclaw.ai/api-reference/webhooks.md): profClaw Webhooks API - register outbound endpoints, inspect inbound delivery from GitHub and Jira, view delivery history, and test webhook signatures. - [TEST STATUS](https://docs.profclaw.ai/api-testing/TEST_STATUS.md) - [Execution Engine](https://docs.profclaw.ai/architecture/execution-engine.md): Agentic execution, tool routing, self-correction, and the agentic loop - [MCP Integration](https://docs.profclaw.ai/architecture/mcp.md): Model Context Protocol server for Claude Code and other MCP-compatible clients - [Memory System](https://docs.profclaw.ai/architecture/memory.md): File-based memory, semantic search, context management, and experience store - [Architecture Overview](https://docs.profclaw.ai/architecture/overview.md): System components, data flow, and deployment topology of profClaw - [Queue System](https://docs.profclaw.ai/architecture/queue-system.md): BullMQ and in-memory queue, job lifecycle, failure handling, and DLQ - [Sync System](https://docs.profclaw.ai/architecture/sync.md): Bidirectional sync engine, conflict resolution, and multi-platform ticket management - [Custom Chat Providers](https://docs.profclaw.ai/chat-providers/custom.md): Build your own chat provider for profClaw. Implement the ChatProvider interface to integrate any messaging platform. - [Discord](https://docs.profclaw.ai/chat-providers/discord.md): Deploy profClaw as a Discord bot. Supports slash commands, interactive components, guild and DM support. - [IRC](https://docs.profclaw.ai/chat-providers/irc.md): Connect profClaw to IRC networks. Classic IRC protocol with TLS support, NickServ auth, and multi-channel support. - [LINE](https://docs.profclaw.ai/chat-providers/line.md): Connect profClaw to LINE Messaging API. Popular in Japan, Taiwan, and Southeast Asia. - [Matrix](https://docs.profclaw.ai/chat-providers/matrix.md): Connect profClaw to Matrix/Element. Federated, open-source messaging with optional end-to-end encryption. - [Facebook Messenger](https://docs.profclaw.ai/chat-providers/messenger.md): Connect profClaw to Facebook Messenger via the Meta Messenger Platform. Requires a Facebook Page. - [Microsoft Teams](https://docs.profclaw.ai/chat-providers/microsoft-teams.md): Deploy profClaw as a Microsoft Teams bot. Supports Adaptive Cards, Bot Framework, and Azure AD auth. - [Chat Providers Overview](https://docs.profclaw.ai/chat-providers/overview.md): Connect your AI agent to 27 chat channels. Covers Slack, Discord, Telegram, WhatsApp, Teams, Matrix, and more - with multi-account support and webhook setup. - [Rocket.Chat](https://docs.profclaw.ai/chat-providers/rocket-chat.md): Connect profClaw to your self-hosted Rocket.Chat instance. Supports slash commands, channels, and direct messages. - [Signal](https://docs.profclaw.ai/chat-providers/signal.md): Connect profClaw to Signal via the signald bridge. End-to-end encrypted messaging for maximum privacy. - [Slack](https://docs.profclaw.ai/chat-providers/slack.md): Deploy profClaw as a Slack bot. Supports Socket Mode for zero-port-forwarding setup, Block Kit messages, and slash commands. - [Telegram](https://docs.profclaw.ai/chat-providers/telegram.md): Deploy profClaw as a Telegram bot. Supports webhook and long-polling modes, inline keyboards, and group chats. - [Tlon / Urbit](https://docs.profclaw.ai/chat-providers/tlon.md): Connect profClaw to the Urbit network via Tlon. Experimental support for decentralized, peer-to-peer messaging. - [Viber](https://docs.profclaw.ai/chat-providers/viber.md): Connect profClaw to Viber via the Viber Bot API. Popular in Eastern Europe and Southeast Asia. - [WebChat](https://docs.profclaw.ai/chat-providers/webchat.md): Built-in browser chat widget. Zero setup - access profClaw from any browser via Server-Sent Events. Available instantly after install. - [WeChat](https://docs.profclaw.ai/chat-providers/wechat.md): Connect profClaw to WeChat via the WeChat Official Account API. Required for reaching users in China. - [WhatsApp](https://docs.profclaw.ai/chat-providers/whatsapp.md): Connect profClaw to WhatsApp via the WhatsApp Business API (Meta Cloud API). Requires a Meta Business account and phone number. - [Zalo](https://docs.profclaw.ai/chat-providers/zalo.md): Connect profClaw to Zalo via the Zalo Official Account API. The leading messaging platform in Vietnam. - [profclaw agent](https://docs.profclaw.ai/cli/agent.md): List and inspect AI agents configured in profClaw. - [profclaw security audit](https://docs.profclaw.ai/cli/audit.md): View the security audit log - a record of every tool execution, approval, and denial. - [profclaw auth](https://docs.profclaw.ai/cli/auth.md): Authentication and user management - invite codes, password reset, user listing, and registration mode. - [profclaw backup](https://docs.profclaw.ai/cli/backup.md): Back up and restore profClaw data - database, configuration, skills, and memory index. - [profclaw channels](https://docs.profclaw.ai/cli/channels.md): profclaw channels - enable, disable, configure, and test messaging channels. Manage Slack, Discord, Telegram, and other chat provider connections. - [profclaw chat](https://docs.profclaw.ai/cli/chat.md): Start an interactive AI chat session or send a single message from the terminal. - [profclaw completion](https://docs.profclaw.ai/cli/completion.md): profclaw completion - generate shell tab-completion scripts for bash, zsh, and fish. Install once and autocomplete every profClaw command and flag. - [profclaw config](https://docs.profclaw.ai/cli/config.md): Get, set, and reset CLI and server-side configuration values. - [profclaw cost](https://docs.profclaw.ai/cli/cost.md): View AI token usage, cost analytics, and budget status across models and agents. - [profclaw cron](https://docs.profclaw.ai/cli/cron.md): Manage scheduled jobs - list, create, enable, disable, and trigger cron jobs. - [profclaw daemon](https://docs.profclaw.ai/cli/daemon.md): Install and manage profClaw as a persistent system service using launchd (macOS) or systemd (Linux). - [profclaw devices](https://docs.profclaw.ai/cli/device.md): Manage paired devices - list, pair with a code, unpair, and inspect device details. - [profclaw doctor](https://docs.profclaw.ai/cli/doctor.md): Run system diagnostics to detect configuration issues, missing dependencies, and environment problems. - [profclaw github](https://docs.profclaw.ai/cli/github.md): Manage GitHub integration - connect repositories, sync issues, and configure webhook triggers. - [profclaw init](https://docs.profclaw.ai/cli/init.md): Initialize a new profClaw project directory with default configuration files. - [profclaw jira](https://docs.profclaw.ai/cli/jira.md): Manage Jira integration - connect projects, sync tickets, and configure automation triggers. - [profclaw linear](https://docs.profclaw.ai/cli/linear.md): Manage Linear integration - connect workspaces, sync issues, and automate ticket workflows. - [profclaw logs](https://docs.profclaw.ai/cli/logs.md): View and stream server logs with filtering by level, component, and time range. - [profclaw mcp](https://docs.profclaw.ai/cli/mcp.md): Manage MCP (Model Context Protocol) server connections and expose profClaw as an MCP server. - [profclaw memory](https://docs.profclaw.ai/cli/memory.md): Manage the profClaw memory index - search, sync, list indexed files, and clear stored context. - [profclaw models](https://docs.profclaw.ai/cli/models.md): profclaw models - list available AI models across providers, view model details, manage aliases, test models, and set the default for chat sessions. - [profclaw onboard](https://docs.profclaw.ai/cli/onboard.md): Zero-to-running onboarding wizard - environment detection, mode selection, provider setup, and server start in one command. - [CLI Overview](https://docs.profclaw.ai/cli/overview.md): The profClaw command-line interface - manage every aspect of your AI agent engine from the terminal. - [profclaw plugin](https://docs.profclaw.ai/cli/plugins.md): Install, uninstall, list, create, and search profClaw plugins from npm and ClawHub. - [profclaw provider](https://docs.profclaw.ai/cli/provider.md): profclaw provider - add, remove, test, and configure AI provider connections. Set the default provider and list available models from any provider. - [profclaw queue](https://docs.profclaw.ai/cli/queue.md): Inspect and manage the profClaw task queue - view pending jobs, drain the queue, and check queue health. - [profclaw reset](https://docs.profclaw.ai/cli/reset.md): Reset profClaw configuration, database, or the complete installation to factory defaults. - [profclaw security](https://docs.profclaw.ai/cli/security.md): Manage security policies, review audit logs, and approve or deny pending tool execution requests. - [profclaw serve](https://docs.profclaw.ai/cli/serve.md): Start the profClaw HTTP API server with auto-restart on crash. - [profclaw session](https://docs.profclaw.ai/cli/session.md): profclaw session - list, inspect, and delete chat sessions. View conversation history and clean up old sessions stored by the profClaw server. - [profclaw setup](https://docs.profclaw.ai/cli/setup.md): profclaw setup - interactive first-time setup wizard for creating an admin account, configuring an AI provider, and setting registration mode. - [profclaw skill](https://docs.profclaw.ai/cli/skills.md): List, inspect, enable, disable, and reload profClaw skills. - [profclaw status](https://docs.profclaw.ai/cli/status.md): Compact one-line system status overview showing server health, providers, skills, memory, and tunnels. - [profclaw summary](https://docs.profclaw.ai/cli/summary.md): Browse, search, and inspect AI work summaries generated after agentic task completion. - [profclaw sync](https://docs.profclaw.ai/cli/sync.md): Synchronize issues, tasks, and state across GitHub, Jira, and Linear integrations. - [profclaw task](https://docs.profclaw.ai/cli/task.md): Create, list, inspect, cancel, and retry agentic tasks. - [profclaw ticket](https://docs.profclaw.ai/cli/ticket.md): profclaw ticket - create, update, assign, and transition AI-native tickets. Link tickets to GitHub, Jira, and Linear and assign them to AI agents. - [profclaw tools](https://docs.profclaw.ai/cli/tools.md): List, inspect, and directly execute the built-in execution tools available to agents. - [profclaw tui](https://docs.profclaw.ai/cli/tui.md): Display a live terminal dashboard showing system status, AI providers, recent sessions, and tasks. - [profclaw tunnel](https://docs.profclaw.ai/cli/tunnel.md): profclaw tunnel - start and stop Cloudflare and Tailscale tunnels to expose your local profClaw instance for remote access without port forwarding. - [profclaw update](https://docs.profclaw.ai/cli/update.md): Update profClaw to the latest version or a specific release. - [profclaw version](https://docs.profclaw.ai/cli/version.md): Print version information for the installed profClaw CLI and connected server. - [profclaw webhooks](https://docs.profclaw.ai/cli/webhooks.md): profclaw webhooks - create, delete, test, and inspect outbound webhook endpoints. Monitor delivery history and configure signing secrets for event delivery. - [Environment Variables](https://docs.profclaw.ai/configuration/environment-variables.md): Complete reference of all profClaw environment variables - [Configuration Overview](https://docs.profclaw.ai/configuration/overview.md): How to configure profClaw via environment variables, settings.yml, and CLI - [Security Configuration](https://docs.profclaw.ai/configuration/security-config.md): Configure security modes, guards, and audit policies - [settings.yml](https://docs.profclaw.ai/configuration/settings-yml.md): File-based configuration reference for profClaw - [Deployment Modes](https://docs.profclaw.ai/getting-started/deployment-modes.md): Compare pico, mini, and pro modes to choose the right setup - [First Run](https://docs.profclaw.ai/getting-started/first-run.md): Start profClaw, access the web UI, and send your first message. Covers the web interface, CLI chat, TUI, tools, skills, and API access. - [Installation](https://docs.profclaw.ai/getting-started/installation.md): Install profClaw on macOS, Linux, Windows, or via Docker. Covers system requirements, all install methods, and post-install setup. - [Onboarding Wizard](https://docs.profclaw.ai/getting-started/onboard.md): Walk through the interactive profclaw onboard wizard. Covers environment detection, deployment mode selection, AI provider setup, chat channels, and security policy. - [Backup and Restore](https://docs.profclaw.ai/guides/backup-restore.md): Protect your profClaw data with backups and disaster recovery - [Docker Deployment](https://docs.profclaw.ai/guides/docker-deployment.md): Production-ready Docker setup for profClaw with Redis, persistent storage, Nginx reverse proxy, health checks, and backup procedures. - [GitHub Workflow Automation](https://docs.profclaw.ai/guides/github-workflow.md): Automate issues, PRs, and code reviews with profClaw agents - [Run Local LLMs](https://docs.profclaw.ai/guides/local-llm.md): Use Ollama or LM Studio for fully offline AI capabilities - [Running profClaw on Low-Memory Devices](https://docs.profclaw.ai/guides/low-memory-devices.md): Install and run profClaw on Raspberry Pi Zero, $5 VPS, and other 512MB RAM devices - [Monitoring](https://docs.profclaw.ai/guides/monitoring.md): Monitor profClaw health, performance, and costs - [Multi-Agent Workflows](https://docs.profclaw.ai/guides/multi-agent.md): Orchestrate multiple AI agents working in parallel - [Quickstart](https://docs.profclaw.ai/guides/quickstart.md): Get profClaw running in 5 minutes - [Self-Hosted Production](https://docs.profclaw.ai/guides/self-hosted.md): Deploy profClaw on your own server with systemd, TLS, and monitoring - [Build a Slack Bot](https://docs.profclaw.ai/guides/slack-bot.md): Connect profClaw to your Slack workspace as an AI assistant. Step-by-step guide to creating a Slack app, configuring Socket Mode, and enabling tools. - [WhatsApp Bot](https://docs.profclaw.ai/guides/whatsapp-bot.md): Connect profClaw to WhatsApp Business for mobile AI access - [Introduction](https://docs.profclaw.ai/index.md): profClaw is a local-first AI agent engine. Connect 37 AI providers, 27 chat channels, and 77+ tools in a single self-hosted install. - [Cloudflare Integration](https://docs.profclaw.ai/integrations/cloudflare.md): Deploy profClaw to Cloudflare Workers and use D1, R2, and KV for storage - [GitHub Integration](https://docs.profclaw.ai/integrations/github.md): Connect profClaw to GitHub for issue automation, PR reviews, and code task dispatch - [Jira Integration](https://docs.profclaw.ai/integrations/jira.md): Connect profClaw to Jira Cloud via OAuth 2.0 for bidirectional ticket sync - [Linear Integration](https://docs.profclaw.ai/integrations/linear.md): Connect profClaw to Linear for issue sync, label-driven automation, and OAuth-based operations - [Integrations Overview](https://docs.profclaw.ai/integrations/overview.md): Connect profClaw to GitHub, Jira, Linear, Cloudflare, and Tailscale - [Tailscale Integration](https://docs.profclaw.ai/integrations/tailscale.md): Use Tailscale to securely connect profClaw devices without port forwarding - [Plugin Examples](https://docs.profclaw.ai/plugins/examples.md): Complete example plugins: a search provider and a custom tool - [Plugin System Overview](https://docs.profclaw.ai/plugins/overview.md): Extend profClaw with custom tools, search providers, integrations, and model adapters. Covers the plugin lifecycle, settings schema, sandbox, and ClawHub marketplace. - [Plugin Packaging](https://docs.profclaw.ai/plugins/packaging.md): Package structure, manifest fields, and plugin build configuration - [Publishing to ClawHub](https://docs.profclaw.ai/plugins/publishing.md): Submit your plugin to the ClawHub marketplace for the profClaw community - [Plugin SDK](https://docs.profclaw.ai/plugins/sdk.md): Full API reference for the profClaw plugin SDK - [Audit Logging](https://docs.profclaw.ai/security/audit.md): Immutable audit trail of all tool calls, approvals, security events, and compliance reporting. - [Device Pairing](https://docs.profclaw.ai/security/device-pairing.md): QR code pairing, DM verification codes, device identity, and trusted sender management. - [Security Guards](https://docs.profclaw.ai/security/guards.md): FsGuard (path traversal), SsrfGuard (SSRF), PromptGuard (injection), and AuditScanner. - [Security Modes](https://docs.profclaw.ai/security/modes.md): Five security modes from complete lockdown to unrestricted execution. Configure globally or per channel. - [Security Overview](https://docs.profclaw.ai/security/overview.md): profClaw's defense-in-depth security model. Covers security modes, prompt guards, filesystem guards, SSRF protection, sandboxing, audit logging, and device pairing. - [Plugin Sandboxing](https://docs.profclaw.ai/security/plugins.md): Plugin permission model, code scanning, trust levels, and security review process. - [Built-in Skills](https://docs.profclaw.ai/skills/built-in.md): Complete list of 50 pre-installed skills organized by category. - [ClawHub](https://docs.profclaw.ai/skills/clawhub.md): Community skill marketplace. Browse, install, and publish profClaw skills. - [Creating Skills](https://docs.profclaw.ai/skills/creating-skills.md): Write SKILL.md files to give the AI specialized instructions for any task domain. - [Skills Overview](https://docs.profclaw.ai/skills/overview.md): Skills are plain Markdown instruction sets that specialize the AI for specific tasks. 50 built-in skills, community ClawHub skills, and custom SKILL.md files. - [Using Skills](https://docs.profclaw.ai/skills/using-skills.md): How to invoke skills via slash commands, auto-activation, and preset assignment. - [2026 04 02 engine hardening design](https://docs.profclaw.ai/superpowers/specs/2026-04-02-engine-hardening-design.md) - [Browser Tools](https://docs.profclaw.ai/tools/browser-tools.md): Puppeteer-based browser automation: navigate, click, type, screenshot, and more. - [Code Analysis](https://docs.profclaw.ai/tools/code-analysis.md): Static analysis, linting, type checking, and image analysis tools. - [Cron Tools](https://docs.profclaw.ai/tools/cron-tools.md): Schedule HTTP webhooks, tool calls, and shell scripts to run automatically on a cron schedule. - [Custom Tools](https://docs.profclaw.ai/tools/custom-tools.md): Register your own tools via the plugin SDK or settings configuration. - [File Operations](https://docs.profclaw.ai/tools/file-operations.md): Read, write, edit, search, and navigate files and directories. All operations validated by FsGuard. - [Git Operations](https://docs.profclaw.ai/tools/git-operations.md): Status, diff, log, commit, branch, stash, and remote operations. Requires git to be installed. - [Memory Tools](https://docs.profclaw.ai/tools/memory.md): Semantic search and retrieval over MEMORY.md, memory files, and chat history using hybrid vector + full-text search. - [Notifications](https://docs.profclaw.ai/tools/notifications.md): profClaw notification tools - send native OS notifications, read and write the clipboard, capture screenshots, and trigger Slack, Discord, and Telegram actions from agents. - [Tools Overview](https://docs.profclaw.ai/tools/overview.md): 77+ built-in tools across filesystem, git, web, browser, memory, sessions, cron, and more. Covers tool tiers, execution pipeline, security levels, and model-aware routing. - [profClaw Ops Tools](https://docs.profclaw.ai/tools/profclaw-ops.md): profClaw Ops tools - let agents create and manage tickets and projects from within a chat session. Built-in task board operations without leaving the conversation. - [Sessions](https://docs.profclaw.ai/tools/sessions.md): Spawn, coordinate, and communicate between multi-agent sessions. - [Test Runner](https://docs.profclaw.ai/tools/test-runner.md): Auto-detect and run tests with structured output showing pass/fail counts and failure locations. - [Web Fetch](https://docs.profclaw.ai/tools/web-fetch.md): Fetch URLs, call REST APIs, and retrieve web content. Protected by SSRF Guard. - [Web Search](https://docs.profclaw.ai/tools/web-search.md): Search the web using Brave, Serper, SearXNG, or Tavily. Requires API key configuration. ## OpenAPI Specs - [openapi](https://docs.profclaw.ai/api-reference/openapi.json)