Skip to content

Instantly share code, notes, and snippets.

@burmjohn
burmjohn / all_files.md
Created February 25, 2026 21:57 — forked from mberman84/all_files.md
Matt's Markdown Files

OpenClaw: System Prompt File Templates

Generalized versions of all root .md files used by OpenClaw. These files are loaded into the agent's system prompt on every request (except MEMORY.md which is conditional).

Copy these as starting points and customize for your own setup. Replace <placeholders> with your values.


AGENTS.md

@burmjohn
burmjohn / prompts.md
Created February 25, 2026 21:55 — forked from mberman84/prompts.md
Prompts

OpenClaw: Extracted Prompts (Generalized)

22 copy/paste-ready prompts for building your own AI agent system. Each prompt builds a functional system or implements a proven best practice you can hand to an AI coding assistant.

Replace placeholders like <your-workspace>, <your-messaging-platform>, and <your-model> with your own values.


1. Personal CRM

@burmjohn
burmjohn / mission-control-prompt.md
Created February 12, 2026 16:25 — forked from bdennis-dev/mission-control-prompt.md
OpenClaw Mission Control Dashboard — Build Prompt

OpenClaw Mission Control Dashboard — Build Prompt

Give this prompt to your OpenClaw agent and it will build a full Mission Control dashboard for you.

Prerequisites

  • OpenClaw running with gateway accessible (default: http://127.0.0.1:18789)
  • Node.js installed
  • Your gateway token (found in your OpenClaw config)

#app/inputs/collection_check_boxes_input.rb
class CollectionCheckBoxesInput < SimpleForm::Inputs::CollectionCheckBoxesInput
def item_wrapper_class
"checkbox-inline"
end
end