An automated troubleshooting tool that uses Codex 5.3 to analyze console logs and chat history for instant issue resolution.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install facepalm
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install facepalm using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
FACEPALM is a specialized troubleshooting utility designed for the Openclaw ecosystem. It acts as a bridge between runtime execution and contextual intent by cross-referencing gateway.log entries with the most recent five minutes of chat history. By feeding this combined context into Codex 5.3, it provides developers with actionable diagnoses and remediation steps, effectively reducing debugging time for complex agent interactions.
As a core component for developers building Openclaw Skills, FACEPALM ensures that your AI agents remain functional and resilient. It bridges the gap between technical system errors and the human-readable intent found in chat sessions, providing a holistic view of why a specific failure occurred.
To use this tool within your collection of Openclaw Skills, ensure you have the openclaw CLI installed and your OpenRouter API key configured.
You can run the tool manually using the following command:
python3 workspace/skills/FACEPALM/scripts/facepalm.py --minutes 5 --json
For integration with Agent Swarm, ensure FACEPALM is correctly located in your workspace skills directory so it can be invoked automatically during loop detection.
| Component | Data Source | Purpose |
|---|---|---|
| Console Logs | gateway.log | Identifies technical stack traces and system failures. |
| Session Transcripts | Active session files | Provides the user's intent and agent's logic. |
| Diagnosis | Codex 5.3 Output | Provides actionable remediation steps. |
| Metadata | CLI Flags | Configures time windows and output formats (JSON). |
Loading
A rigorous five-phase debugging protocol that enforces root cause investigation before any code fixes are attempted.

A specialized editing agent for Openclaw Skills that identifies and eliminates 24 distinct AI-generated writing patterns to create natural, soulful text.

A 4-stage content orchestration system that automates research, ideation, drafting, and queue management for creators.

A specialized skill for fetching authentic, community-voted jokes from the r/tiodopave subreddit.

A persistent memory layer that enables AI agents to record learnings and avoid repeating mistakes across coding sessions.

A Python-powered utility to transform Markdown content into formatted Word documents with support for templates and complex elements.








































