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.

Skills with output: Modified files

Browse skills that produce this output.

  • map-reduce - Orchestrate large-scale tasks via map and reduce phases.
    orchestrationbatch-processingmap-reducecodebase-analysis

    ★ 18 · Updated 2026-09-24

    Distributes work into independent map phases and aggregates results in a reduce phase for codebase analysis and bulk transformations.

    ⚙ Split tasks into batches⚙ Process items independently⚙ Aggregate intermediate results
  • windsurf-multi-file-editing - Multi-file editing in Windsurf using Cascade AI
    saasskill-databaseswindsurf-multi

    ★ 18 · Updated 2026-09-11

    Manages coordinated multi-file editing operations within Windsurf using Cascade AI to apply atomic cross-file changes.

    ⚙ Scope editing operation⚙ Configure operation template⚙ Generate operation preview
  • gsd-fast - Execute trivial tasks inline without planning overhead
    task-executionworkflowinline-execution

    ★ 0 · Updated 2026-09-11

    Executes trivial tasks directly in current context without spawning subagents or generating plan files.

    ⚙ Execute trivial tasks inline⚙ Edit existing files⚙ Run terminal commands
  • conductor-revert - Git-aware revert for tracks, phases, or tasks
    gitrevertversion controlconductor

    ★ 650 · Updated 2026-06-15

    Revert changes by logical work unit with full git awareness for tracks, phases, or tasks

    ⚙ Revert entire tracks⚙ Revert specific phases⚙ Revert individual tasks
  • sdd-apply - Implement code tasks from specs and design
    code implementationtask executionTDDfile creation

    ★ 8 · Updated 2026-03-23

    Write code implementing tasks from specifications and design documents

    ⚙ Read specs⚙ Read design⚙ Read existing code
  • cleanup - Clean up code and remove unwanted patterns
    code cleanupcode qualityrefactoringtesting

    ★ 650 · Updated 2026-03-19

    Review and clean up code by removing unnecessary comments, simplifying docstrings, and parameterizing tests.

    ⚙ Remove unnecessary comments⚙ Simplify docstrings⚙ Parameterize tests
  • bun-file-io - Bun File I/O Operations for Node.js Development
    file-operationsbun-apifilesystemio-utilities

    ★ 0 · Updated 2026-02-13

    Perform file operations including reading, writing, scanning, and deleting files using Bun APIs

    ⚙ Read file content⚙ Write to files⚙ Scan directories
  • local-dev-workflow - Local Development Workflow Management
    developmentworkflowlocalgit

    ★ 0 · Updated 2026-02-12

    Manages the complete local development workflow from requirement understanding to Git management

    ⚙ Read project documentation⚙ Understand current code status⚙ Align implementation approach