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 tagged: mutation

Browse skills that share this tag.

  • tdmcp-project-safety - TouchDesigner safety rules for tdmcp mutations
    tdmcptouchdesignersafetyverification

    ★ 39 · Updated 2026-09-10

    Applies fail-closed consent, scope, undo, and verification rules to TouchDesigner mutations made with tdmcp.

    ⚙ Apply fail-closed consent rules⚙ Enforce scope and undo rules⚙ Verify applied project state
  • convex-mutations - Convex Mutation Functions Implementation Guide
    Convexdatabasemutationtransactions

    ★ 602 · Updated 2026-03-20

    Provides guidelines for implementing Convex mutation functions including database operations, transactions, and scheduling patterns

    ⚙ define mutation functions⚙ register mutation functions⚙ call mutation functions
  • js_tosorted_immutable - Use toSorted() Instead of sort() for Immutability
    javascriptarraysimmutabilityreact

    ★ 3 · Updated 2026-02-13

    Replaces sort() with toSorted() to maintain array immutability in JavaScript code

    ⚙ convert sort() to toSorted()⚙ implement immutable array sorting⚙ write immutable JavaScript code