Agent Claude Code
Expert code review specialist. Use proactively after writing or modifying code, or when the user asks for a review.
Agent Claude Code
Expert code review specialist. Use proactively after writing or modifying code, or when the user asks for a review.
Agent Claude Code
Debugging specialist for errors, test failures, and unexpected behavior. Use proactively when encountering any issues.
Agent Claude Code
Coordinates multi-step workflows and delegates to specialist agents. Use when managing a project pipeline, running workflow steps that involve multiple agents, or when a task requires coordinating research, planning, implementation, and review in sequence. Use proactively when the user describes a multi-phase project.
Agent Claude Code
Expert Python developer for backend, data science, automation, and tooling. Use for Python code, Django, Flask, FastAPI, pandas, testing, packaging, and Python architecture. Use proactively for Python tasks.
Agent Claude Code
Codebase research specialist. Use when exploring unfamiliar code, understanding architecture, or gathering context for planning. Use proactively for research tasks.
Settings file Claude Code
Agent settings declaring 13 allowed tools.
Skill Claude CodeCodex
Review code changes for quality, security, and correctness. Use when the user says "review this PR", "review these changes", "check my code", "look at what I changed", or after implementing a feature. Produces a severity-organized report.
Skill Claude CodeCodex
Diagnose and fix context window issues. Use when Claude seems confused, forgetful, slow, or the user says "context is full", "you forgot", "you're repeating yourself", "start fresh", or "why are you ignoring my instructions".
Skill Claude CodeCodex
Structured git workflow for commits, branches, and PRs. Use when the user says "commit", "create a PR", "new branch", "prepare for review", "ship this", or "push my changes". Safe, conventional git operations with checkpoints.
Skill Claude CodeCodex
Deep interview to reach shared understanding before building. Use when starting a complex feature, when requirements are unclear, or when the user says "grill me", "interview me", "ask me questions", "let's figure this out", or "grill me lightly" for a quick version.
Skill Claude CodeCodex
Approval gate for dangerous operations. Use internally before executing destructive commands, file deletions, git pushes, or external API calls from the web chat. Do NOT invoke directly.
Skill Claude CodeCodex
Create, list, and manage scheduled tasks and automations. Use when the user asks to schedule something, set a reminder, create a recurring task, or manage existing automations. Trigger phrases: 'remind me', 'every hour', 'schedule', 'at 9am', 'recurring', 'automate', 'cron'.
Skill Claude CodeCodex
Manage communication channel adapters (web chat, Telegram, Discord, etc.). Use when the user wants to add a new channel, list channels, or configure channel settings. Trigger phrases: 'add channel', 'connect telegram', 'connect discord', 'list channels'.
Skill Claude CodeCodex
Communicate with another ClawedBack instance. Use when the user says 'crosstalk', 'talk to server', 'contact instance', 'send message to', or '/oc-crosstalk'. Enables ClawedBack-to-ClawedBack communication.
Skill Claude CodeCodex
Manage files and create temporary share links for the web chat. Use when the user says 'share file', 'send file', 'list files', 'download', or when you need to provide a file to the user via the chat. Also use when you generate a file (PDF, image, code, etc.) and want to let the user download it.
Skill Claude CodeCodex
Browse, install, and import skills for clawed-back. Supports local skills AND importing OpenClaw/ClawHub skills (they share the AgentSkills format). Use when the user says 'install skill', 'list skills', 'what skills are available', 'skill store', 'marketplace', 'hub', 'clawhub', 'import skill', 'openclaw skill'.
Skill Claude CodeCodex
Run tasks on a local or remote Ollama model instead of Claude. Use when the user says 'run locally', 'use ollama', 'local model', 'process offline', 'use local', '/oc-local', or wants to offload a task to a local LLM.
Skill Claude CodeCodex
Check the message queue for new user messages and process them. This is the heartbeat of clawed-back. Typically triggered by CronCreate on a schedule.
Skill Claude CodeCodex
Internal bug report generator. Produces PII-redacted, structured reports formatted as GitHub issues. Called by other skills when errors are detected — not directly by users.
Skill Claude CodeCodex
Write a response to the user via the message queue. Use internally when processing a user message and you need to send the reply back through the web chat. Do NOT use for direct terminal conversations.
Skill Claude CodeCodex
Resume ClawedBack after a restart. Starts the web server, resumes polling, and rebuilds config if missing. Use when starting a new Claude session in an existing ClawedBack install, or when the user says 'resume', 'start', 'restart', 'begin polling', or 'oc-resume'.
Skill Claude CodeCodex
Route and process incoming user messages from the web chat queue. Use internally when oc-poll detects new messages. Do NOT invoke directly.
Skill Claude CodeCodex
Load and save conversation session state. Use internally when processing messages to maintain context across the chat. Do NOT invoke directly.
Skill Claude CodeCodex
First-run setup wizard for clawed-back. Use when the user says 'setup', 'start clawed-back', 'initialize', or when running for the first time. Offers three install modes: portable user, portable root, or system install.