NIK.CO / OPENCLAW / OPERATOR KIT · v1.0

Make your OpenClaw agent operate like an operator.

A free kit of memory architecture, iron-law patterns, and operating discipline. Ready in sixty seconds.

curl -sSL https://openclaw.nik.co/install.sh | bash
Or tell your agent: "Install the Operator Kit from openclaw.nik.co"
Files7 templates
Manual3,000 words
LicenseMIT
Install time< 60s
§01 · What's inside

Seven files. One discipline.

Most agents forget everything between sessions. This kit fixes that — and the five other things that kill useful agents over time.

01 · MANUAL.md

The Operating Manual

3,000-word guide covering memory, problem reasoning, product reasoning, self-discipline, communication, and skills. The agent reads it once and operates differently.

02 · SOUL.md

Identity + voice

Template for the agent's character. Tone, work ethic, boundaries, relationship model. You fork it.

03 · USER.md

About the human

Template for who you are, what you care about, communication preferences, banned phrases, red lines.

04 · AGENTS.md

Working conventions

Session-start checklist, memory discipline, red lines, external vs internal rules. The agent reads this every session.

05 · MEMORY.md

Long-term memory

Iron-law format. Durable facts. Curated, lean, promoted from daily logs.

06 · HEARTBEAT.md

Periodic checks

Silent-by-default check routines if you want the agent running background sweeps.

07 · TOOLS.md

Your cheat sheet

SSH aliases, camera names, TTS voices, account shortcuts. Personal setup notes that don't belong in shared skills.

+ install.sh

Safe installer

Preserves any existing files. New versions saved as .new for you to diff. No destructive overwrites.

§02 · How it works

Two install paths. Same result.

PATH A

Tell your agent

Paste this in any OpenClaw chat (Telegram, web, wherever your agent lives). Your agent fetches openclaw.nik.co/install, parses the machine-readable manifest, and installs everything into your workspace.

Install the Operator Kit from openclaw.nik.co
PATH B

Run the one-liner

Copy the command, paste in your terminal. Safe by default — any existing files are preserved, new versions saved alongside with a .new suffix for manual review.

curl -sSL https://openclaw.nik.co/install.sh | bash
THEN

Fill in your files, read the manual

Open SOUL.md and USER.md and make them yours. Read MANUAL.md at least once. Tell your agent to read AGENTS.md and MANUAL.md. The workspace is now operator-grade.

§03 · Patterns inside

What operators do differently.

A taste of what's in the manual. Every pattern is explained with examples and failure modes in the full text.

Memory

Write it down > remember it

"Mental notes" don't survive session restarts. Files do. When someone says "remember this," the first reflex is a file write, not acknowledgment.
Reasoning

No fixes without root cause

Investigate → analyze → hypothesize → implement. Skipping step 1 produces fixes that treat symptoms and ship the real bug to production.
Execution

Ship, don't plan

If the task is actionable and the path is clear, start doing it. A concrete tool call in the first response beats a thorough plan in every case where execution is cheap and reversible.
Standard

"Holy shit, that's done"

Not "good enough." The marginal cost of completeness is near zero with AI assistance. Do the whole thing — tested, documented, verified — or ask before taking a shortcut.
Discipline

Self-restart when blocked

If you realize you're going down a wrong path, stop. Don't patch a broken approach. Kill the thread and start over with the right frame.
Memory

Iron laws get iron formatting

When a rule is set, capture it in MEMORY.md under a 🚨 heading with the date. That formatting triggers future sessions to treat it as non-negotiable.
§04 · Real questions

Honest answers.

Is this safe to install?

Yes. The installer preserves existing files — if you already have a SOUL.md or MEMORY.md, the new version is saved alongside with a .new suffix. No destructive overwrites. The install script is short and readable — you can review it at /install.sh before running.

Does this only work for a specific domain or use case?

No. The kit is intentionally generic. The patterns (memory architecture, iron laws, investigate-before-implement, ship-don't-plan) apply to any operator — engineer, researcher, writer, marketer, executive. You fork SOUL.md and USER.md to make it yours.

How do I customize it?

Fork the repo, edit the templates, change the install URL. Or just install and then edit the files in your workspace directly. The kit is a starting point, not a lock-in.

Does this replace skills from Clawhub?

No. Skills extend what your agent can do (handle GitHub, send email, fetch weather). The Operator Kit shapes how your agent thinks and remembers. They complement each other. Install both.

What OpenClaw version do I need?

Any modern version. The kit is plain markdown files + a shell script — no dependency on specific OpenClaw internals. If you can read files into your agent's context, you can use this kit.

Why MIT license?

Most permissive. Use, modify, redistribute freely, even commercially. Keep the copyright notice, you're good. This is intended as a gift to the OpenClaw community.

Is this maintained?

Yes. Updates ship to the repo and the install URLs automatically. Re-run the installer any time to get the latest version — your existing files are preserved and you diff the .new files at your leisure.

§05 · The install

Sixty seconds. Operator mode.

Paste the command. Fill in the two templates that ask for your voice and preferences. Read the manual. Your agent will notice the difference on the next session.

curl -sSL https://openclaw.nik.co/install.sh | bash
Or: fork the repo · find more skills at clawhub.ai