soul-md-guide

soul-md-guide is a cursor rule for coding agents from mergisi/openclaw-rules. It costs 519 tokens per session, scanned A, original, MIT.

A writing guide for the SOUL.md file used to define an OpenClaw agent's identity, behavior, greeting, skills, rules, and commands.

In plain words
What is it for?
Creating or editing SOUL.md files with the required sections, concise personality guidance, guardrails, and command mappings.
Why use it?
It provides a consistent structure so the agent's role and operating boundaries are clear and easy to maintain.

Cursor rule

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add rules/mergisi/openclaw-rules/soul-md-guide
Clone the repo
git clone --depth 1 https://github.com/mergisi/openclaw-rules

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for soul-md-guide

README.md
[![agentmods](https://agentmods.dev/badge/rules/mergisi/openclaw-rules/soul-md-guide.svg)](https://agentmods.dev/rules/mergisi/openclaw-rules/soul-md-guide)
Your own site
<a href="https://agentmods.dev/rules/mergisi/openclaw-rules/soul-md-guide"><img src="https://agentmods.dev/badge/rules/mergisi/openclaw-rules/soul-md-guide.svg" alt="Measured on agentmods" height="20"></a>
Per session 519 This file is loaded in full into every session.
When invoked 519 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00519 $0.00519
Opus 5 $0.00260 $0.00260
Sonnet 5 $0.00104 $0.00104
Haiku 4.5 $0.00052 $0.00052

Measured 5d ago against content hash 7ca64595b525, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

soul-md-guide scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

project-rules/soul-md-guide.mdc · 63 lines

How it starts

The opening of the file, as written. The whole thing — 63 lines — stays where its author put it; the contents beside it link to each section on GitHub.

SOUL.md Writing Guide

When creating or editing a SOUL.md file for an OpenClaw agent, follow this structure and these conventions.

Structure

Every SOUL.md must have these sections in order:

# {Agent Name}

## Identity
- **Name:** {name}
- **Role:** {role}
- **Model:** {model}
- **Tone:** {Professional|Friendly|Technical|Casual}

## Personality
{2-4 sentences describing behavior, thinking style, and communication approach}

## Greeting
> {First message when a user starts a conversation}

## Skills
- {Skill 1}
- {Skill 2}

## Rules
1. {Rule 1}
2. {Rule 2}

## Available Commands
| Request | Action |
|---------|--------|
| {trigger} | {what the agent does} |

Best Practices

  • Identity section first. Name, role, model, tone — 4 fields, always present.
  • Personality is behavior, not backstory. Write what the agent does, not who it "is." Bad: "You are a wise oracle born in the digital realm." Good: "You analyze data methodically and flag anomalies above 20% change."
  • Rules are constraints. Rules tell the agent what NOT to do or what to ALWAYS do. They are guardrails, not instructions.
  • Keep rules under 10. More than 10 rules and the agent starts ignoring them. Prioritize the most important constraints.
  • Commands table is optional but strongly recommended for agents with tool scripts.
  • Greeting sets expectations. The greeting should tell the user what the agent can do, not just say hello.
  • Model choice matters. Use claude-haiku-4-5 for routing and simple tasks, claude-sonnet-4-5 for most agents, claude-opus-4-6 only for complex reasoning.

Common Mistakes

  • Writing personality as a character bio instead of behavioral instructions
  • Adding 20+ rules (agent will ignore most of them)
  • Missing the greeting (user doesn't know what the agent does)
  • Using vague rules like "be helpful" (too generic to enforce)
  • Not specifying the response language (agents may respond in the user's language)

Rule #1: Always Include

Read the full file on GitHub · 63 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 63 lines · 519 tokens per session scan A 7ca64595b525

Subscribe to this mod's changes

soul-md-guide is a cursor rule published in the GitHub repository mergisi/openclaw-rules (2 stars, last pushed 6mo ago), licensed MIT. It adds 519 tokens to every session, about $0.0026 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.