oc-resume

Resume a ClawedBack session after a Claude Code restart.

23|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/reedmayhew18/ClawedBack --skill oc-resume
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oc-resume
Source: https://github.com/reedmayhew18/ClawedBack/tree/main/.claude/skills/oc-resume
Command: npx skills add https://github.com/reedmayhew18/ClawedBack --skill oc-resume

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Resume ClawedBack after a Claude Code restart. This skill automates restoring the ClawedBack session, reinitializing server polling, and rebuilding missing configuration to ensure continuity across restarts.

Core Features & Use Cases

  • Self-healing: detects missing configs and rebuilds setup.
  • Auto-detection: identifies environment, mode, and required paths to restart services.
  • Safe recovery: persists a clawedback.json configuration to preserve state across sessions.
  • Use Case: In production, after a Claude Code restart, run oc-resume to resume polling and continue workflows seamlessly.

Quick Start

Start the oc-resume skill after starting Claude Code to automatically resume the ClawedBack server and rebuild its configuration if missing.

Frequently Asked Questions about oc-resume

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

FAQPage Schema
How do I resume a ClawedBack session after a Claude Code restart?

To resume a ClawedBack session after a Claude Code restart, run the oc-resume skill to automatically detect the project state, restore server polling, and rebuild missing configurations for seamless continuity.

Why does my ClawedBack server stop polling after a restart?

Your ClawedBack server stops polling after a restart because the active session state is cleared. The oc-resume skill solves this by detecting the environment and reinitializing the server polling automatically.

Do I need Python to automatically restore server polling and rebuild missing configuration?

Yes, you need Python 3.11 or higher to run the oc-resume skill, along with an existing ClawedBack installation and access to the necessary data and config paths to restore server polling.

What is the best way to preserve ClawedBack state across multiple server restarts?

The best way to preserve ClawedBack state across server restarts is using a skill that persists a clawedback.json configuration file, allowing it to safely recover and rebuild missing setup details during the next initialization.

How does auto-detection work when rebuilding missing configurations for server continuity?

Auto-detection works by identifying the current environment, operational mode, and required data paths, which allows the system to safely rebuild missing configurations and resume server workflows without manual intervention.