Module 1: Quickstart & Core Concepts

Install and run first automation flow.

Commands are templates. Replace IDs, secrets and endpoints with your environment values.

Hands-on Steps (Directly Runnable)

Execute each command, capture output, then note issues and fixes.

Step 1: Install CLI

Run:
npm i -g picoclaw-cli\npicoclaw --version

Copyable commands
npm i -g picoclaw-cli
picoclaw --version

Step 2: Create project

Run:
picoclaw init quickstart && cd quickstart\npicoclaw dev

Copyable commands
picoclaw init quickstart && cd quickstart
picoclaw dev

Step 3: Run sample flow

Run:
picoclaw flow run examples/hello.yaml

Copyable commands
picoclaw flow run examples/hello.yaml

Step 4: Inspect execution log

Run:
picoclaw logs --last 100

Copyable commands
picoclaw logs --last 100

Continue to the next module

Turn the commands on this page into your team runbook.

PicoClaw Module 1: Quickstart & Core Concepts | BestClaw