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
A single tool result should never exceed 25 KB of text. Large results waste context budget that should go to reasoning and conversation.
When querying messages.db or reading files:
LIMIT — max 50 rows for messages, 20 for other tableshead -100OFFSETWhen reading files:
offset and limit parameters on the Read tool for large filescat entire files into Bash output — use Read with a range insteadIf a tool result is unexpectedly large, summarize the relevant portion and discard the rest rather than keeping it all in context.