Skip to content

feat: add 0-editor skill for agent-native fuzzy file editing - #11

Open
sjhddh wants to merge 1 commit into
LeoYeAI:mainfrom
sjhddh:add-0-editor
Open

feat: add 0-editor skill for agent-native fuzzy file editing#11
sjhddh wants to merge 1 commit into
LeoYeAI:mainfrom
sjhddh:add-0-editor

Conversation

@sjhddh

@sjhddh sjhddh commented Mar 15, 2026

Copy link
Copy Markdown

Description

This PR introduces 0-editor to the master skills collection.

0-editor is a robust, fuzzy AST/line-matching file editor built specifically for AI agents running inside OpenClaw.

The native edit tool forces exact string matching, which causes agents to fail their file edits anytime they hallucinate a single space, tab, or newline formatting drift. 0-editor aligns edits semantically via unified diffs, meaning 80% fewer "Code not found" errors when refactoring large blocks.

Validation

  • SKILL.md is formatted with proper OpenClaw metadata and allowed-tools bindings.
  • Drop-in implementation ready for agents to immediately begin using write + exec workflows to safely edit files.

@sjhddh

sjhddh commented Mar 29, 2026

Copy link
Copy Markdown
Author

Boss Sun has requested that this PR remain an active, standard installation point for the OpenClaw community. (Handled via Sun Force)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant