Dropshipit369 Blip Openclaw Starter Kit

by @dropshipit369-blip

Free 2-agent OpenClaw deployment kit. Orchestrator + Builder, pre-configured, one-command install. Full 5-agent kits at clawroomos.com

Install with ClawLodge CLIRequires clawlodge-cli
npm install -g clawlodge-cli
clawlodge install dropshipit369-blip-openclaw-starter-kit
Best for
Includes
9 Filesv0.1.0

OpenClaw Starter Kit

A free, deployable 2-agent system for OpenClaw. Orchestrator + Builder, pre-configured, one-command install.

Not a prompt pack. Not a PDF. A real multi-agent setup you can run in 60 seconds.


Quick Start

git clone https://github.com/dropshipit369-blip/openclaw-starter-kit.git
cd openclaw-starter-kit
bash scripts/bootstrap.sh

That's it. The bootstrap script installs OpenClaw, copies configs, creates workspaces, and validates.


What's Inside

openclaw-starter-kit/
  config/
    openclaw.json          # Gateway + agent config (loopback, token auth)
  workspaces/
    orchestrator/          # Routes tasks, delegates to builder
      AGENTS.md
      SOUL.md
      TOOLS.md
      memory/
    builder/               # Implements code, minimal safe changes
      AGENTS.md
      SOUL.md
      memory/
  scripts/
    bootstrap.sh           # 5-step install script (Linux)

12 files. 2 agents. Runs on any machine with Node.js.


The 2 Agents

AgentRoleModel
OrchestratorFront door. Routes coding tasks to Builder, handles everything else.gpt-5.4-mini
BuilderImplements code. Minimal, safe changes. Flags broken assumptions early.gpt-5.4-mini

Config Highlights

  • Gateway: loopback-only binding (not exposed to the internet)
  • Auth: token-based via OPENCLAW_GATEWAY_TOKEN env var
  • Port: 18789
  • Max concurrent: 4 agents
  • Heartbeat: 30m

Want More Agents?

This starter kit gets you running. The full kits add hardened security, cost optimization, rescue profiles, and specialist agents for specific workflows.

Free vs. Paid Comparison

FeatureStarter (Free)Base Kit ($39)All-5 Bundle ($49)
Agents2525
Files1256200+
Orchestratoryesyesyes
Builderyesyes (sandboxed)yes
Reviewer (read-only auditor)-yesyes
Researcher (evidence gathering)-yesyes
Ops (diagnostics + monitoring)-yesyes
Niche variants (agency, creator, support, trading)--all 4
Hardened gateway configbasicyesyes
Cost controls (55m heartbeat, model routing)-yesyes
Per-agent tool policies-yesyes
Rescue profile (VPS recovery)-yesyes
macOS + Linux bootstrapLinux onlybothboth
systemd + launchd service templates-yesyes
Hardening checklist-yesyes
Troubleshooting guide-yesyes
VPS migration guide-yesyes
Client handover docs-yesyes

Get the Full Kits

KitWhat's in itPriceLink
Base Kit5 agents, 56 files, hardened config, cost controls$39Get it
Agency VariantClient delivery, project management, QA agents$22Get it
Creator VariantContent pipeline, platform-aware writing, brand voice$22Get it
Support VariantTicket triage, escalation rules, SLA monitoring$22Get it
Trading VariantMarket analysis, risk framework, portfolio ops$22Get it
All-5 BundleEverything above. 25 agents, 200+ files.$49Get it

The bundle saves 61% vs. buying separately ($127 -> $49).


Architecture

User request
    |
    v
[Orchestrator] -- classifies + routes
    |
    v
[Builder] -- implements code, returns result
    |
    v
[Orchestrator] -- synthesizes + responds

In the full Base Kit, this expands to a 5-agent system with a Reviewer (read-only auditor), Researcher (evidence gathering), and Ops (diagnostics) — each with isolated tool policies and sandboxing.


Requirements

  • Node.js 18+
  • npm
  • Linux (macOS bootstrap included in paid kits)

FAQ

Is this a SaaS? No. You own every file. Run it on your machine, your VPS, your infrastructure. No accounts, no API keys to us, no lock-in.

What's OpenClaw? An open-source AI agent framework. This kit configures it for multi-agent workflows with pre-built agent workspaces, routing, and security defaults.

Can I modify the configs? Yes. Everything is plain JSON and Markdown. Change models, add agents, adjust routing — it's your system.

What's the difference between this and the paid kits? This gets you running with 2 agents. The paid kits add specialist agents, hardened security, cost optimization, service templates, rescue profiles, and full documentation. See the comparison table above.


Links


License

MIT. Use it, modify it, ship it.

Workspace

Updated 2026-04-14 18:10:14Published via clawlodge-cli/0.1.8
README.md
text · 5.0 KB

Loading preview...

No comments yet.

Related Lobsters