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: isolation

Browse skills that share this tag.

  • ce-worktree - Worktree Isolation
    gitworktreebranch-managementisolation

    ★ 3 · Updated 2026-09-20

    Set up isolated git worktrees to create new branches or attach to existing refs while detecting prior isolation.

    ⚙ Detect existing worktree isolation⚙ Create new isolated git worktree⚙ Attach worktree to existing ref
  • using-git-worktrees - Set up an isolated workspace using git worktrees.
    gitworktreeworkspaceisolation

    ★ 0 · Updated 2026-09-18

    Ensures an isolated workspace exists via native tools or git worktree fallback before starting feature work or executing implementation plans.

    ⚙ Detect existing workspace isolation⚙ Create workspace using native tools⚙ Create worktree via git fallback
  • using-git-worktrees - Set up isolated Git worktrees for feature work.
    gitworktreeworkspaceisolation

    ★ 0 · Updated 2026-09-17

    Ensures an isolated workspace exists via native tools or git worktree fallback before executing implementation plans.

    ⚙ Detect existing workspace isolation⚙ Check git submodule status⚙ Create native worktree workspace
  • using-git-worktrees - Using Git Worktrees
    gitworktreeisolationworkspace

    ★ 14 · Updated 2026-09-16

    Creates isolated git worktrees with smart directory selection and safety verification for feature work.

    ⚙ Select worktree directory⚙ Verify gitignore status⚙ Create git worktree
  • using-git-worktrees - Using Git Worktrees
    gitworktreeworkspaceisolation

    ★ 63 · Updated 2026-09-16

    Creates isolated git worktrees with smart directory selection and safety verification before executing feature work.

    ⚙ Select worktree directory by priority⚙ Verify and update .gitignore rules⚙ Create git worktree with branch
  • using-git-worktrees - Set up isolated git worktrees for feature development
    gitworktreeworkspaceisolation

    ★ 0 · Updated 2026-09-16

    Ensures an isolated workspace exists via native tools or git worktree fallback, sets up dependencies, and runs baseline tests.

    ⚙ Detect existing isolated workspace⚙ Check git submodule status⚙ Create git worktree
  • blender-mcp-isolated-sessions - Run isolated Blender MCP sessions on custom ports
    blendermcpblender-mcpsession-management

    ★ 0 · Updated 2026-09-16

    Starts and manages independent Blender MCP instances on non-default ports without interfering with running sessions.

    ⚙ Spawn isolated Blender process⚙ Load addon by file path⚙ Patch server start auto call
  • using-git-worktrees - Create isolated git worktree with safety verification.
    gitworktreeworkspaceisolation

    ★ 0 · Updated 2026-09-15

    Creates isolated git worktrees with directory selection, ignore verification, dependency installation, and baseline testing.

    ⚙ Select worktree directory by priority⚙ Verify local directory gitignore status⚙ Create git worktree with branch
  • onex-using-git-worktrees - Create isolated Git worktrees with clean baselines
    gitworktreeisolationbranch-management

    ★ 2 · Updated 2026-09-11

    Creates an isolated Git worktree, verifies gitignore settings, installs project dependencies, and confirms a clean test baseline.

    ⚙ Select worktree directory⚙ Verify gitignore configuration⚙ Create Git worktree
  • docker-sandbox - Docker Sandbox for Agent Tools Isolation
    dockersandboxagentsisolation

    ★ 64 · Updated 2026-03-23

    Create and manage Docker sandboxes for isolated agent tool execution

    ⚙ create sandbox⚙ run command⚙ list sandboxes
  • worktree-pr - Git Worktree PR Workflow with Multi-Agent Review
    gitworktreePR workflowmulti-agent

    ★ 602 · Updated 2026-03-20

    Manage isolated feature development using git worktrees with PR workflow and multi-agent code review

    ⚙ create worktree⚙ develop feature⚙ create PR
  • codex-sandbox - Create isolated git sandboxes for Codex sessions
    gitsandboxcodexisolation

    ★ 141 · Updated 2026-03-10

    Create and manage isolated git clones for Codex CLI sessions with automatic branch creation and safety hooks

    ⚙ create sandbox⚙ clone repository⚙ create branch
  • Multi-Tenant Testing - Multi-Tenant Application Testing and Isolation Verification
    multi-tenantisolationdata-segregationtesting

    ★ 227 · Updated 2026-03-09

    Testing multi-tenant application isolation including data segregation, tenant-specific configuration, and access control

    ⚙ write multi-tenant tests⚙ review isolation implementations⚙ debug tenant failures
  • openclaw-multi-agent - Configure multiple agents with routing and isolation policies
    multi-agentroutingsandboxisolation

    ★ 2 · Updated 2026-03-09

    Set up multiple agents with message routing, sandboxing, and per-agent tool policies

    ⚙ Create agent workspaces⚙ Configure message routing bindings⚙ Set per-agent sandbox policies
  • dev-desktop-sandbox - Run isolated Electron desktop sandbox instances for development
    developmentsandboxElectrondesktop

    ★ 2,034 · Updated 2026-02-18

    Creates isolated desktop development sandboxes with temporary MUX_ROOT directories and free ports

    ⚙ create temporary MUX_ROOT directory⚙ copy configuration files⚙ select free ports
  • pop-sandbox - E2B Sandbox Manager for Isolated Code Execution
    sandboxcode executiontesting environmentisolation

    ★ 4 · Updated 2026-02-12

    Provides safe, isolated environments for code execution and testing in multi-agent systems

    ⚙ create sandbox environments⚙ execute shell commands in sandbox⚙ write files to sandbox
  • loom-workspace - Loom workspace for isolated ticket execution
    gitworkflowworkspaceisolation

    ★ 602 · Updated 2026-02-12

    Create and manage worktrees for isolated execution of tickets using loom workspace

    ⚙ add worktree⚙ list worktrees⚙ remove worktree
  • run-experiment - Run experiments with isolated output in tmux windows
    experimentstmuxloggingisolation

    ★ 13 · Updated 2026-02-11

    Run commands in named tmux windows with output logged to files to prevent context pollution

    ⚙ create tmux session⚙ create named tmux window⚙ run command with tee logging
  • using-git-worktrees - Git Worktrees for Isolated Development Workspaces
    gitworktreeisolationdevelopment

    ★ 284,734 · Updated 2026-02-09

    Creates isolated git worktrees with smart directory selection and safety verification

    ⚙ create git worktree⚙ verify directory ignored⚙ run project setup