openclaw-nix

Manage and debug OpenClaw Nix installations with service lifecycle operations.

12|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/pratos/clanker-setup --skill openclaw-nix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openclaw-nix
Source: https://github.com/pratos/clanker-setup/tree/main/skills/openclaw-nix
Command: npx skills add https://github.com/pratos/clanker-setup --skill openclaw-nix

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the management and debugging of OpenClaw when it's installed and configured via Nix, addressing issues with service startup, configuration rebuilds, and workspace/QMD health.

Core Features & Use Cases

  • Service Management: Start, stop, and restart OpenClaw gateway services.
  • Configuration Rebuild: Rebuild and activate Nix configurations for OpenClaw.
  • Diagnostic Checks: Verify the status of the OpenClaw workspace and QMD.
  • Use Case: If your OpenClaw gateway fails to start after a NixOS or nix-darwin system update, use this skill to diagnose and resolve the issue by rebuilding the configuration and checking service logs.

Quick Start

Use the openclaw-nix skill to rebuild and restart the OpenClaw gateway service.

Frequently Asked Questions about openclaw-nix

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

FAQPage Schema
How do I restart OpenClaw services after a nix-darwin configuration update?

You can restart OpenClaw services after a nix-darwin update by rebuilding and activating the Nix configuration, then issuing a restart command for the gateway service to apply the new system changes.

Why does my OpenClaw gateway fail to start after a NixOS update?

Your OpenClaw gateway may fail to start after a NixOS update due to stale configurations or missing dependencies. Rebuilding the Nix configuration and checking service logs helps diagnose and resolve the startup failure.

Can I manage OpenClaw service lifecycle on both macOS and Linux with Nix?

Yes, OpenClaw service lifecycle management is supported on both macOS and Linux environments using Nix package management, allowing you to start, stop, and restart gateway services across both operating systems.

How do I verify OpenClaw workspace and QMD health?

You can verify OpenClaw workspace and QMD health by running diagnostic checks. This process validates the status of your workspace and QMD, ensuring the OpenClaw installation is functioning correctly.

Does this work with home-manager for OpenClaw configuration?

Yes, this works with home-manager for OpenClaw configuration. It facilitates configuration rebuilding and service management for OpenClaw installations deployed via home-manager.

What is the best way to debug OpenClaw Nix installations?

The best way to debug OpenClaw Nix installations is to verify workspace and QMD status, check service logs, and rebuild the Nix configuration to identify and resolve service startup or health issues.