A high-speed, surgical repair protocol for AI agents to fix small bugs and typos with minimal tool interaction.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install shadows-oneshot-fix
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 shadows-oneshot-fix using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Oneshot Fix is a specialized protocol designed for Openclaw Skills that prioritizes speed and precision over deep exploration. It is engineered for scenarios where the root cause of a bug is already known or the change is trivial, such as fixing a typo, updating a configuration value, or correcting a simple naming error. By strictly limiting the agent to five tool calls, it prevents common AI pitfalls like over-engineering or unnecessary file exploration.
This skill ensures that your AI coding assistant stays focused on the task at hand without wandering into architectural discussions or broad refactoring. It provides a tight read-diagnose-fix-verify cycle that is perfect for maintaining high velocity in active development environments where small, iterative improvements are frequent.
The Oneshot Fix skill relies on standard development utilities to perform verification. Ensure the following are available in your environment:
# For Python syntax verification
python -m py_compile <filename>
# For TypeScript type checking
npx tsc --noEmit <filename>
# For running tests (optional)
pytest <test_file> # or jest/vitest
No additional binary installation is required for the core logic, as Openclaw Skills utilize your existing local toolchain for verification.
Oneshot Fix operates on existing repository files and generates minimal metadata. It does not create new files. The output structure follows a rigid schema for clarity:
| Field | Description |
|---|---|
| Fixed | A one-line description of the resolved issue. |
| File | The file path and line number modified. |
| Change | A representation of the old versus new code snippet. |
| Verified | The outcome of the compilation or test run. |
Loading
A specialized tool for building Model Context Protocol (MCP) servers in Python or TypeScript to connect external services with AI agents.

Doc Forge is an intelligent documentation engine that analyzes source code to generate professional READMEs, API references, and architectural overviews.

An automated 6-gate verification system designed to validate code health and security before any production or staging deployment.

A rigorous 4-round reasoning protocol designed to guide AI agents through exhaustive landscape mapping, risk assessment, and strategic synthesis.

A professional-grade planning protocol that guides AI agents through requirements analysis, architecture design, and actionable task mapping.

A specialized AI coding assistant that enforces strict Python engineering standards, including type safety, async patterns, and modular architecture.








































