Forge is a repair-inspect loop orchestrator that automates code fixes with independent verification and dependency-aware parallel execution.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install forge-loop
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 forge-loop using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Forge is a sophisticated orchestration skill designed for Openclaw Skills that manages the full lifecycle of automated code repairs. It utilizes a robust state machine to transition tasks from pending to repairing and finally to an independent inspection phase. This ensures that every code change is not just applied, but empirically verified by a separate QA process, preventing the common issue of superficial or broken automated fixes.
By prioritizing safety and reliability, Forge integrates multi-layer guardrails, including protected file lists and pre-commit diff checks. It is built for developers who need to process large volumes of audit findings, bug reports, or review recommendations efficiently without sacrificing codebase integrity.
To integrate this skill into your Openclaw Skills environment, follow these steps:
# Navigate to your project directory
cd /path/to/project
# Initialize the forge session
python3 ~/clawd/skills/forge/scripts/forge.py init
# Add tasks with criteria and dependencies
python3 forge.py add "Fix null pointer" --criteria "No crash on empty input" --priority P0
# Execute the workflow
python3 forge.py run
Forge organizes its operations through a structured set of files and metadata to ensure state recovery and experience accumulation within Openclaw Skills:
| File/Directory | Description |
|---|---|
forge-state.json |
Stores the current state of all tasks for crash recovery and persistence. |
forge-reflections.jsonl |
Contains project-specific repair patterns and solution templates. |
forge-output/ |
A directory housing specific task definitions and agent results (JSON/MD). |
protected-files.txt |
An optional list of files that agents are strictly forbidden from modifying. |
doc-sync-manifest.yaml |
Maps code authorities to documentation consumers for automatic sync checks. |
Loading
A sophisticated visual cortex for text-based agents that enables image analysis and description via the MoltShell M2M Marketplace.

PurposeBot is a comprehensive agentic commerce layer that enables AI agents to discover tools, execute payments via Stripe or USDC, and build verifiable reputation.

A powerful integration for OpenClaw that automates movie and TV series management via Radarr and Sonarr servers.

A comprehensive command-line tool for browsing Wolt venues, managing carts, and automating delivery profile tasks through structured data.

PulpMiner is an AI-powered tool that converts any webpage into clean, structured JSON data using custom schemas and LLM-driven extraction.

A high-performance browser automation skill that enables AI agents to navigate, scrape, and interact with the live web.








































