sofagent-loop turns one prompt into a gated agent pipeline that writes code, audits changes, reviews results, and returns control to a human.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install sofagent-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 sofagent-loop using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
sofagent-loop is a self-iterative development skill for Openclaw Skills that turns a single prompt into a repeatable engineering loop: code, audit, review, and human confirmation.
It connects the agent definitions in agents/, the orchestration contract in LOOP/LOOP.md, and the verification artifacts in docs/verification/ so sofagent can operate as an agent-driven development system instead of a one-shot assistant. For teams using Openclaw Skills, it is the cleanest way to run auditable, multi-agent coding cycles with minimal manual coordination.
agents/.LOOP/LOOP.md and the agent definitions in agents/.minimal-change-engineer for the smallest safe code change.sofagent-audit checks the implementation and records audit findings.code-reviewer produces a severity-tagged review report, and any blocking issues are handled in the next iteration.forward-deployed-engineer can analyze think.md, improve agent definitions, trigger compliance-auditor, and refresh verification documents for the next cycle.session.spawn for sub-agent startup.agents/ before running the loop.quick-start.md to validate the first end-to-end run.# Install from ClawHub / SkillHub
clawhub skill install KongFangXun/sofagent-loop
# Manual install for supported platforms
bash LOOP/loop-install.sh --platform openclaw
bash LOOP/loop-install.sh --platform workbuddy
@skill:sofagent-loop.The skill separates orchestration, agent behavior, and verification evidence so Openclaw Skills can reason about each stage of the loop.
| Path / Field | Type | Purpose |
|---|---|---|
agents/ |
Agent definitions | Stores role-specific behavior for minimal-change-engineer, sofagent-audit, code-reviewer, and related agents. |
LOOP/LOOP.md |
Workflow spec | The authoritative loop contract that defines task flow, gates, and iteration rules. |
docs/verification/ |
Verification artifacts | Holds audit documents, review evidence, and compliance outputs. |
think.md |
Reflection log | Captures task-level and outer-loop reflections used to refine the system. |
history.jsonl |
Append-only log | Stores machine-readable audit history for traceability and trend analysis. |
quick-start.md |
Onboarding guide | Provides the fastest path to a successful first run. |
Metadata taxonomy used by the skill:
name, slug, displayName, version.tags, triggers, scenarios.not_when to avoid unnecessary activation.sofagent-audit; bypass attempts such as --no-verify are detectable.think.md trends to improve agent definitions and compliance coverage.agents/ without changing the core loop contract.history.jsonl, and structured review reports.Loading
A utility skill for automating Feishu file uploads, message delivery, and collaborative cloud document creation.

Gmail Lead Desk turns Gmail into an AISA-powered sales and support inbox workflow for Openclaw Skills, with OAuth connect, unread lead triage, thread summaries, safe draft replies, and archiving.

A legal OSINT profiling skill that turns minimal public identifiers into a confidence-scored, 12-dimensional person profile.

Openclaw Skills turns one creator profile into a verified, outreach-ready KOL prospect list with similarity ranking, email enrichment, and evidence-backed metadata.

CVE Alerts is an Openclaw Skills workflow that monitors CVE feeds, matches them to your stack, and alerts only on net-new risks.

A specialized AI skill that calls the ZCM Open API to automate tender file analysis, bid document generation, and compliance auditing.








































