HomeBrowseUpload
← Back to registry
// Skill profile

Clawdbot Nix Mode Skill

name: nix-mode

by chronicuser21 · published 2026-03-22

数据处理
Total installs
0
Stars
★ 0
Last updated
2026-03
// Install command
$ claw add gh:chronicuser21/chronicuser21-nix-mode
View on GitHub
// Full documentation

---

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

    // Comments
    Sign in with GitHub to leave a comment.
    // Related skills

    More tools from the same signal band