LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

editing - Incremental Text Editing via PowerShell

Execute PowerShell commands to perform incremental text editing operations on files

Tags

Updated: 2026-03-22

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • read line range
  • replace line range
  • replace text globally
  • replace by regex
  • replace first occurrence
  • insert lines
  • delete line range
  • append lines

Inputs

  • file path
  • line number
  • text content
  • regex pattern

Outputs

  • updated file
  • text content output

Requirements

  • PowerShell
  • exec command

Source

  • Spec: SKILL.md
text editing
file operations
PowerShell
incremental editing
programming
read line range
replace line range
replace text globally
replace by regex
file path
line number
text content
updated file
text content output