Synopsis
Description
tools provides direct access to profClaw’s built-in tool registry without going through an agent. Tools are grouped by category (file, system, git, web, memory, etc.) and each has a security level (safe, moderate, dangerous). Use tools exec to invoke any tool directly from the CLI for testing and automation.
Subcommands
tools list
string
Filter by category (e.g.,
file, system, git, web, memory).boolean
Output as JSON array with name, description, category, and security level.
tools exec <name>
string
required
Tool name as shown in
tools list.string
Tool parameters as a JSON string. Must match the tool’s input schema.
string
default:"cwd"
Working directory for the tool execution context.
boolean
Skip the approval prompt for moderate-security tools.
boolean
Output the raw tool result as JSON.
Tool Security Levels
Examples
Related
profclaw mcp- Manage external MCP tool serversprofclaw skills- Manage skills that use toolsprofclaw chat -a- Chat with all tools enabled