skills$openclaw/nix-mode
chronicuser2191

by chronicuser21

nix-mode – OpenClaw Skill

nix-mode is an OpenClaw Skills integration for data analytics workflows. Handle Clawdbot operations in Nix mode (configuration management, environment detection).

91 stars4.5k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics

Skill Snapshot

namenix-mode
descriptionHandle Clawdbot operations in Nix mode (configuration management, environment detection). OpenClaw Skills integration.
ownerchronicuser21
repositorychronicuser21/nix-mode
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @chronicuser21/nix-mode
last updatedFeb 7, 2026

Maintainer

chronicuser21

chronicuser21

Maintains nix-mode in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
275 B
SKILL.md
1.3 KB
SKILL.md

name: nix-mode description: Handle Clawdbot operations in Nix mode (configuration management, environment detection). metadata: {"clawdbot":{"emoji":"❄️","requires":{"bins":["nix","bash"],"envs":["CLAWDBOT_NIX_MODE"]},"install":[]}}

Clawdbot Nix Mode Skill

This skill handles Clawdbot operations specifically when running in Nix mode.

Nix Mode Specific Features

Environment Detection

  • Detect when CLAWDBOT_NIX_MODE=1 is set
  • Identify Nix-managed configuration paths
  • Recognize Nix-specific error messages and behaviors

Configuration Management

  • Understand that auto-install flows are disabled in Nix mode
  • Guide users to proper Nix package management
  • Explain why certain self-modification features are unavailable

Path Handling

  • Recognize Nix store paths
  • Understand the difference between config and state directories
  • Handle CLAWDBOT_CONFIG_PATH and CLAWDBOT_STATE_DIR appropriately

Troubleshooting

  • Identify Nix-specific remediation messages
  • Guide users to proper dependency management via Nix
  • Explain the read-only Nix mode banner behavior

Usage Guidelines

When operating in Nix mode:

  1. Do not attempt to auto-install dependencies
  2. Direct users to Nix package management instead
  3. Respect the immutable nature of Nix installations
  4. Advise on proper configuration practices for Nix environments
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

Configuration

- Understand that auto-install flows are disabled in Nix mode - Guide users to proper Nix package management - Explain why certain self-modification features are unavailable

FAQ

How do I install nix-mode?

Run openclaw add @chronicuser21/nix-mode in your terminal. This installs nix-mode into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/chronicuser21/nix-mode. Review commits and README documentation before installing.