setup-linux

Automate NanoClaw deployment on Ubuntu/Debian with prerequisites and configuration.

7|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/gunabot/nanoclaw --skill setup-linux
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-linux
Source: https://github.com/gunabot/nanoclaw/tree/main/.claude/skills/setup-linux
Command: npx skills add https://github.com/gunabot/nanoclaw --skill setup-linux

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the initial Linux deployment of NanoClaw, handling prerequisites, repository setup, environment configuration, and optional authentication and service setup to get you running quickly on Ubuntu/Debian.

Core Features & Use Cases

  • Prerequisite automation: Installs Node.js, build tools, and essential packages; prepares a clean environment for NanoClaw.
  • One-click setup: Clones the repository, installs dependencies, and configures a .env file.
  • Optional components: Guides enabling WhatsApp authentication and optional systemd service for automatic startup.
  • Use Case: Deploy NanoClaw on a fresh server and have it ready for immediate operation with minimal manual steps.

Quick Start

  • Prepare a Linux host (Ubuntu/Debian), then review the setup instructions and run the automated commands described.
  • For a fully automated approach, install Node.js, clone the repo, install dependencies, configure .env, and enable the systemd service if desired.

Frequently Asked Questions about setup-linux

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

FAQPage Schema
How do I automate NanoClaw deployment on a Linux server?

Automate NanoClaw deployment on Linux by running a script that installs Node.js prerequisites, clones the repository, configures the .env environment file, and optionally activates a systemd service for automatic startup.

What prerequisites do I need to install before setting up NanoClaw on Ubuntu?

Before setting up NanoClaw on Ubuntu, you need to prepare a clean Linux host and install Node.js, build tools, and essential packages to ensure the environment meets the deployment requirements.

Does NanoClaw Linux setup include WhatsApp authentication configuration?

Yes, NanoClaw Linux setup includes optional guided steps to enable WhatsApp authentication, allowing you to configure messaging access during the initial server deployment process.

Can I configure a systemd service to automatically start NanoClaw on Debian?

Yes, you can configure a systemd service during the NanoClaw setup on Debian to enable automatic startup, ensuring the application runs continuously without manual intervention after deployment.

What is the best way to configure a .env file for a Node.js deployment on Linux?

The best way to configure a .env file for Node.js deployment is through automated setup, which clones the repository and handles environment configuration to prepare NanoClaw for immediate operation.