A framework to stabilize AI Agent execution by replacing soft prompts with hard-coded gate scripts and persistent style contexts.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install jz-workflow-enforcer
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 jz-workflow-enforcer using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Agent Workflow Enforcer is designed to solve the critical issue of AI agents ignoring instructions or forgetting rules as context windows compress. By moving operational rules from the system prompt into executable gate scripts and mandatory output structures, it ensures that your agentic workflows remain predictable and stable.
This package for Openclaw Skills operates on the core principle that rules written in code are requirements, whereas rules written in prompts are merely suggestions. It provides a robust architecture for developers to enforce checklists, maintain stylistic continuity across multi-step tasks, and implement a learning loop from human corrections.
You can quickly add this tool to your environment using the Openclaw Skills manager:
npx clawhub@latest install agent-workflow-enforcer
Integrate the enforcer into your AGENTS.md or system prompt by adding the following enforcement blocks:
## Workflow Enforcer
### Gate Scripts
Run before tasks: `python3 ~/skills/agent-workflow-enforcer/scripts/gate.py <type>`
### Required Output Format
- Start: Must output a Checklist block.
- Finish: Must output a Pre-publish block.
The skill organizes its enforcement logic and history through the following structure:
| File/Folder | Description |
|---|---|
scripts/gate.py |
The primary entry point for task validation gates. |
style-context.yaml |
A persistent file storing styles, colors, and project-specific elements. |
learnings.jsonl |
A log of detected corrections used to refine future agent behavior. |
templates/ |
Pre-defined YAML configurations for custom gate triggers and agent snippets. |
gate-config.yaml template.Loading
A sophisticated prompting framework that simulates a multi-expert panel to provide diverse viewpoints and consensus for complex decision-making.

A writing editor skill designed to identify and eliminate the telltale signs of machine-generated text to restore natural human rhythm and voice.

A mechanical enforcement suite that replaces soft markdown suggestions with hard git hooks and automated validation scripts for AI agents.

Visualize and diagnose context window allocation and token usage for AI coding agents.

A comprehensive read-only market data assistant for the Hyperliquid exchange that supports natural language and terminal-style command parsing.

A professional accounting automation tool to manage clients, items, and financial documents through the Morning (GreenInvoice) API.








































