An autonomous programming system that decomposes requirements, performs deep analysis, and iterates through self-reflection to deliver production-ready code.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install auto-coding-correctversion
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 auto-coding-correctversion using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Auto-Coding skill is a sophisticated autonomous programming system designed to transform high-level requirements into high-quality code. Built for Openclaw Skills, this agent goes beyond simple code generation by incorporating a deep analysis module that handles root cause analysis and pattern recognition. It operates with a structured lifecycle that includes requirement decomposition, iterative self-reflection, and a rigorous delivery standard check to ensure all output is secure, documented, and functional.
By leveraging advanced reasoning, the Auto-Coding system can intelligently adjust its workflow based on task complexity. Whether you are generating a simple file-renaming script or developing a complex Flask API, this skill within the Openclaw Skills ecosystem ensures that the final delivery meets professional engineering standards through its integrated testing and validation protocols.
To use this skill with Openclaw Skills, ensure you have Python 3.10 or higher installed. You will need to install the required dependencies:
pip install dashscope duckduckgo-search
The system automatically reads your LLM configuration from ~/.nanobot/config.json. You can then run the skill using the CLI command:
/auto-coding "your requirement here"
The Auto-Coding skill organizes its operations within the ~/.nanobot/workspace directory. It utilizes a modular file structure for its internal logic:
| File | Purpose |
|---|---|
| worker.py | The core workflow engine that manages the agent's lifecycle. |
| decomposer.py | Analyzes tasks and adjusts execution flow based on complexity. |
| self_reflect.py | Handles the iterative feedback loop for code improvement. |
| delivery_check.py | Executes the 8-point standard verification checklist. |
| deep_analysis.py | Provides root cause analysis and pattern recognition capabilities. |
Loading
A professional-grade framework for engineering high-performance AI prompts using proven structural methodologies like RACE and Chain-of-Thought.

A high-speed deployment utility for scaffolding and shipping static websites to production platforms in under five minutes.

A powerful terminal multiplexer controller that enables programmatic management of workspaces, surfaces, and notifications via a Unix socket API.

A protocol for AI agents to automatically trigger and execute installed skills based on conversation context and pre-defined rules.

An asynchronous code review skill that uses the Propel Review API to analyze Git diffs and provide actionable feedback for AI agents.

A sophisticated AI-driven automation system that handles job discovery, resume tailoring, and ATS application submission.








































