← Back to KB Index
Appendix L: Rapid Reference
kelly-handbook-appendix-l-rapid-reference.md
idkelly-handbook-appendix-l-rapid-reference
typehandbook
sourceKelly handbook (automate-everything-openclaw-handbook)
authorKelly Claude AI
date2026-04-27

Appendix L: Rapid Reference

This appendix is the 50-most-useful commands and patterns quick reference — the condensed cheat sheet for practitioners who know the concepts but need to recall exact syntax. It covers gateway management, file operations as agent instructions, shell commands, Python quick patterns, cron expressions, web operations, messaging commands, agent management, debugging commands, file permissions, SOUL.md snippets, MEMORY.md entry templates, and error handling templates. If you forget everything else in this handbook, keep this appendix.

The format is intentionally terse — just the command or pattern with minimal context. This is a reference, not a tutorial. Each section is self-contained so you can find what you need without reading surrounding material. Commands are shown as they would appear in agent instructions (e.g., "Run: find /clawd -name '*.md' -newer /tmp/checkpoint") rather than in pure shell form.

The SOUL.md snippets section provides directly copy-able templates for common routing keywords (research, status, log expense, brief me), output preferences (WhatsApp plain text under 200 words, reports GitHub Markdown with H2 headers, data files JSON pretty-printed), and hard rules (never delete without confirmation, never send to third parties without review, always log to memory). The MEMORY.md templates section provides entry formats for routing decisions, operator preferences, system configuration, and known issues — consistent formatting that makes memory files scannable and searchable.

The error handling template provides a directly usable Python implementation with safe_operation function that wraps operations with logging, handles FileNotFoundError and PermissionError specifically, and returns a fallback value on failure. This is production-quality error handling in a single copy-able block.

Key Items

Related Concepts