first-run-setup

Verify skills directories, install Node.js, and configure browser automation.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/CenredJun/openclaw-claudecode-setup-kit --skill first-run-setup-cenredjun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: first-run-setup
Source: https://github.com/CenredJun/openclaw-claudecode-setup-kit/tree/main/skills/first-run-setup
Command: npx skills add https://github.com/CenredJun/openclaw-claudecode-setup-kit --skill first-run-setup-cenredjun

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates and verifies the initial setup of a local AI Business Assistant so non-technical users can get a working assistant without manual troubleshooting of skills, Node.js, or browser automation components.

Core Features & Use Cases

  • Skill verification and repair: Detects missing skill folders and copies or re-downloads the workshop skills into the user's Claude skills directory.
  • Environment and tool installation: Checks OS, ensures Node.js is installed, installs the Claude CLI helper and connects Playwright for browser automation using npm commands and claude CLI steps.
  • Onboarding and demo: Collects a 7-question user profile into memory and runs a contextual live demo that uses appropriate specialist skills to showcase value.
  • Use Case: A workshop attendee who says "my setup is broken" can have their environment validated, tools installed, and be walked through onboarding until setup_complete is true.

Quick Start

Ask the assistant to "run first-run-setup" to verify skills, install Node.js, connect the Claude CLI and Playwright, and complete the onboarding demo.

Frequently Asked Questions about first-run-setup

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

FAQPage Schema
How do I set up and verify my local Claude Code assistant installation?

First-run setup verifies skills directories, installs Node.js, configures the Claude CLI, and connects Playwright for browser automation to ensure a fully operational local assistant environment.

Why are my Claude skills missing after installation?

Missing Claude skills occur when skill folders are not copied to the correct directory. The setup process detects missing folders and re-downloads or copies workshop skills into the Claude skills directory to repair the installation.

Do I need Node.js to use Claude CLI and Playwright browser automation?

Yes, Node.js is required to use the Claude CLI and Playwright. The onboarding process checks your OS, ensures Node.js is installed via npm commands, and configures the browser automation components accordingly.

What is the best way to automate onboarding for a local AI Business Assistant?

Automating onboarding for a local AI assistant involves running a first-run verification that installs dependencies, collects a 7-question user profile into memory, and runs a contextual live demo using specialist skills to showcase value.

Can I repair a broken workshop assistant setup without manual troubleshooting?

Yes, you can repair a broken workshop setup by running first-run verification. It validates the environment, installs missing tools like Node.js and Playwright, and walks you through onboarding until setup is complete.

When do I need to run first-run-setup for my Claude Code assistant?

You need to run first-run-setup during initial installation, when repairing a broken install with missing skills, or during workshop onboarding where deterministic OS-specific installation steps and user profile collection are required.