Bridge / Issue #6
Issue #6 · Bridge Newsletter

The Foundation Package: Get Your First Agent Running Right

Most people install OpenClaw and stare at a blank terminal. The Foundation Package is 8 free skills that turn your first hour into a working AI operation — not just a cool demo.

B
Bridge Newsletter
April 3, 2026 · masses.ai
Share𝕏
1The Hook

The most common thing we hear from new OpenClaw users: "I set it up but I don't know where to start." That's not a skill problem. That's an infrastructure problem. Most AI tools assume you already know what you're doing. OpenClaw is powerful — but that power is useless without the foundation in place to use it. The people running serious AI operations aren't smarter than you. They just set things up correctly from the start. They have config files that give their agent a personality, a memory system that persists across sessions, rules that govern how the agent behaves, and integrations that connect it to the tools they actually use. Without those things, you're starting from zero every single time you open a terminal. The Foundation Package is 8 skills — completely free — that build that infrastructure for you. Not a video walkthrough. Not a tutorial series. Actual files, scripts, and templates you run once and keep forever.

Key Insight

Skill 1 alone — getting your personality files right — changes how your agent responds in every single interaction.

2The Insight

8 Skills. One Weekend. A Working AI Operation.

The Foundation Package walks you through building the infrastructure that serious AI operators run on — and hands you the actual working files at the end of each skill. Here's what's included and why each piece matters.

Skill 1: Soul & Personality. This is where most people skip and then wonder why their agent sounds like a press release. You build three files: SOUL.md (how the agent thinks and communicates), IDENTITY.md (who it is), and USER.md (who you are, your preferences, your context). Together they give your agent a consistent voice, real opinions, and the ability to push back when it disagrees. The deliverable is three personalized MD files ready to drop into your workspace.

Skill 2: File Structure. The standard clawd/ workspace layout: where skills live, where credentials go, what OpenClaw reads on startup. Most agent failures trace back to files in the wrong place or a workspace that grew organically into chaos. The deliverable is a scaffold script that runs once and sets up everything correctly from the start.

Skill 3: Memory & Context. OpenClaw sessions are stateless by default. Without a memory system, your agent wakes up blank every time. This skill covers daily memory files (what to log and when), long-term MEMORY.md for facts and decisions that need to persist, and context_brief.sh — a startup script that loads everything relevant at the beginning of each session. The deliverable is the script and two templates you'll use every day.

Skill 4: AGENTS.md & Operational Rules. This is the file that controls how your agent actually behaves: security rules (what it's never allowed to do), communication standards (when to be quiet, when to ask), task completion requirements, and model routing (which AI model to use for which type of task — this one alone can cut your API bill significantly). The deliverable is an annotated AGENTS.md template and a HEARTBEAT.md for periodic check-ins.

Skill 5: Tool Setup & Integrations. Your agent is useless until it's connected to something. This skill covers connecting your first messaging channel (Telegram is recommended for beginners — reliable, fast, and works on every device), the credential management pattern that keeps secrets safe, and how to verify your integrations are actually working before you depend on them. The deliverable is a TOOLS.md template and a credential setup checklist.

Skill 6: Automation Scheduling. This is where OpenClaw starts feeling like infrastructure instead of a chat tool. Scheduled tasks run without you — daily briefings, memory hygiene, monitoring jobs, recurring reports. The skill covers LaunchAgents on Mac, Task Scheduler on Windows, and systemd on Linux, with the same example automation implemented on all three platforms so you can follow along regardless of your setup. The deliverable is platform-specific config templates and an example automation script.

Skill 7: Prompt Engineering. Most people talk to their agent the way they'd Google something — vague, context-free, no specification of what "good" looks like. This skill covers how to write task files that get results, the delegation patterns that separate power users from everyone else (one-shot vs. multi-step vs. subagent), and the claude_run.sh pattern for Claude Code tasks. The deliverable is 10 ready-to-use prompt templates for the most common task types, plus a one-page cheatsheet.

Skill 8: Error Recovery & Debugging. When your agent breaks — and it will — most people's response is to start over. This skill teaches you to diagnose instead of restart. How to read OpenClaw logs, handle hung subagents, safely approve flagged commands, and course-correct a task that's gone sideways. The deliverable is a debug checklist and the validate_output.py script that catches bad outputs before they cause damage.

Follow the arc in order and by Skill 8 you'll have a fully configured workspace, a personalized agent, working integrations, automated scheduling, and a debugging workflow. The whole path: Set it up → Give it a soul → Give it memory → Set the rules → Connect it to the world → Automate tasks → Delegate well → Fix it when it breaks.

You don't need to finish all 8 before you start seeing value. Skill 1 alone changes how your agent responds in every interaction. Skills 2 and 3 together eliminate the most common failure mode: agents that lose context and repeat work. Most people who complete the first three skills are already running tasks they couldn't before.

Skill 1 alone — getting your personality files right — changes how your agent responds in every single interaction.

3The Tool
Foundation Package

8 foundation skills for OpenClaw — every file, script, and template included. Get your first agent running in a weekend, not a month. Free with your Bridge subscription.

Free with signup
4The Takeaway

Download the Foundation Package and complete Skill 1 today. It takes about 20 minutes — you're writing three text files, not code. The difference in how your agent responds will be immediate and obvious. Once Skill 1 clicks, the rest of the arc follows naturally. Most people who finish Skill 1 are on to Skill 2 the same day.

← Previous
Issue #5: The agent that books your leads while you sleep