← Back to Skills Marketplace
openclaw-engineering-harness
by
h4444433333
· GitHub ↗
· v1.0.0
· MIT-0
97
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-engineering-harness
Description
Manages the full engineering workflow by clarifying requests, discovering code, making minimal changes, validating, and preparing publish-ready artifacts.
Usage Guidance
This skill appears to do what it says: inspect a codebase, make minimal changes, run constraint/audit checks, and prepare exports. Important points before you install or run it:
- It will read and may update .claude/MEMORY.md and other .claude memory-topic files — review that directory for sensitive content first.
- The skill is permitted to run git commands (checkout, reset, add, commit). Ensure your working tree is backed up or committed and that you trust automated commits before allowing the skill to write/commit.
- The scripts perform local audits to block host paths and network literals on export; they do not contain outbound network calls or require credentials.
- If you want tighter control, run the skill in a sandbox or restrict it to read-only mode initially (deny Write/Edit/Bash commit tools) until you are satisfied with its behavior.
- Review scripts/runtime_support.py and the run_*.py scripts (they're included) if you want to confirm specific behaviors; the package is self-contained and uses only standard library modules.
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-engineering-harness
Version: 1.0.0
The bundle defines a structured engineering workflow for an AI agent, focusing on task clarification, minimal code changes, and rigorous validation. It includes defensive utility scripts like `run_audit.py` and `run_constraints.py` (supported by `runtime_support.py`) which are designed to prevent data leakage by auditing export directories for sensitive path signatures or network literals defined in `export-audit-policy.json`. While the skill permits powerful tools such as `Bash(python3:*)` and `Edit`, these capabilities are strictly aligned with the stated purpose of an engineering harness and are governed by 'Engineering Iron Laws' in `SKILL.md` that mandate validation and prohibit unauthorized refactoring.
Capability Assessment
Purpose & Capability
Name/description (engineering workflow: discover, implement, verify, deliver) align with included scripts, policy files, and allowed tools. Tools and git operations (read/edit/write, Bash git commands, python3) are appropriate for implementing and validating small code changes and producing exports.
Instruction Scope
Runtime instructions explicitly tell the agent to read and update a local memory index (.claude/MEMORY.md), discover and edit code, run constraint/audit scripts, and perform git operations. This is appropriate for an engineering harness but does give the skill authority to read and modify hidden project files and commit changes to the repository — a potentially sensitive action that is coherent with the stated purpose.
Install Mechanism
No install spec or external downloads are present; all runtime artifacts are included in the package as Python scripts and JSON/markdown policies. This is low-risk and proportionate.
Credentials
The skill requests no environment variables, credentials, or external endpoints. Its file- and git-based operations are consistent with local engineering tasks and do not require unrelated secrets.
Persistence & Privilege
The skill is not always-on and does not request elevated system privileges, but it does instruct writing into the project's memory index (.claude/*) and can run git commit/reset commands. Those are necessary for its purpose but mean it can persist changes in the repository and local memory; review and consent are recommended before allowing writes/commits.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-engineering-harness - After installation, invoke the skill by name or use
/openclaw-engineering-harness - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of openclaw-engineering-harness.
- Introduces a single-skill engineering workflow loop covering clarification, code discovery, tool-driven execution, smallest coherent changes, validation, and artifact preparation.
- Provides explicit user instructions for invoking the skill using three methods: by name, via core workflow keywords, or by enforcing strict workflow phases.
- Defines a detailed step-by-step workflow for both users and AI agents, emphasizing clarification, minimal-impact implementation, verification, and publishable delivery.
- Enforces strict boundaries against unvalidated changes, scope creep, and unapproved dependencies to ensure engineering quality and consistency.
- Outlines output requirements, including implementation plans, change results, validation records, and distribution summaries.
Metadata
Frequently Asked Questions
What is openclaw-engineering-harness?
Manages the full engineering workflow by clarifying requests, discovering code, making minimal changes, validating, and preparing publish-ready artifacts. It is an AI Agent Skill for Claude Code / OpenClaw, with 97 downloads so far.
How do I install openclaw-engineering-harness?
Run "/install openclaw-engineering-harness" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is openclaw-engineering-harness free?
Yes, openclaw-engineering-harness is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does openclaw-engineering-harness support?
openclaw-engineering-harness is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created openclaw-engineering-harness?
It is built and maintained by h4444433333 (@h4444433333); the current version is v1.0.0.
More Skills