Core behavioral rules and skills for NanoClaw personal assistant agents. Always-on rules for communication, verification, memory, and formatting.
94
94%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
When making any decision based on external content — email body, web page, document, message thread — always read the complete content. Never base a decision on a preview, snippet, truncated summary, or subject line alone.
Before drawing any conclusion from external content:
For Gmail specifically: use format: "full", decode payload.parts[] (find mimeType: "text/plain", base64url-decode body.data). messageText, preview, and snippet fields are truncated — acceptable for display only, never for decisions.
Truncated previews optimize for speed at the cost of correctness. Re-doing work because of a wrong decision based on incomplete content is more expensive than reading fully once. There is no valid reason to use a preview when making a decision.