unfreeze

Remove the freeze marker file to clear directory edit restrictions.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/Jaykaijack/openclaw-backup --skill unfreeze-jaykaijack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unfreeze
Source: https://github.com/Jaykaijack/openclaw-backup/tree/main/skills/gstack/unfreeze
Command: npx skills add https://github.com/Jaykaijack/openclaw-backup --skill unfreeze-jaykaijack

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Removes a session-level freeze that restricts edits to a subset of directories so collaborators or assistants can no longer be blocked from making necessary changes during an active session.

Core Features & Use Cases

  • Clear freeze marker: Deletes the stored freeze boundary so edit restrictions no longer apply.
  • Preserve session hooks: Keeps any session hooks registered but makes them permissive by removing the state file.
  • Use Case: When an assistant or moderator needs to widen the edit scope without ending the current interactive session, run this to allow edits across the repository.

Quick Start

Run the unfreeze skill to remove the current freeze boundary so edits are permitted across all directories.

Frequently Asked Questions about unfreeze

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I remove a directory edit freeze during an interactive repository session?

To remove a directory edit freeze, run the unfreeze skill to delete the stored freeze boundary marker, allowing edits across all directories in the active interactive session.

What is a session freeze marker in repository state management?

A session freeze marker is a state file that restricts edits to a subset of directories, preventing collaborators or assistants from making changes outside that boundary.

Why does my assistant workflow only allow edits in a subset of directories?

Your assistant workflow restricts edits because a per-session freeze boundary was set. You need to clear the freeze marker to widen the edit scope.

Does clearing the freeze boundary preserve my registered session hooks?

Yes, clearing the freeze boundary preserves session hooks. It removes the state file to make hooks permissive without unregistering them from the active session.

What permissions do I need to unfreeze repository edits?

To unfreeze repository edits, you need permission to read and remove the freeze marker file in your state directory, plus permissions to update local analytics logs.