CtrlK
BlogDocsLog inGet started
Tessl Logo

jbaruch/nanoclaw-core

Core behavioral rules and skills for NanoClaw personal assistant agents. Always-on rules for communication, verification, memory, and formatting.

77

Quality

97%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

High

Do not use without reviewing

Overview
Quality
Evals
Security
Files

read-full-content.mdrules/

alwaysApply:
Yes

Read Full Content Before Deciding

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.

The rule

Before drawing any conclusion from external content:

  1. Fetch the full source (not a summary or preview field)
  2. Read the complete text
  3. Only then make a decision

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.

Applies to

  • Task due date assignment from email links
  • Email importance classification
  • Any action, recommendation, or classification based on content from an external source

CHANGELOG.md

pyrightconfig.json

README.md

requirements-dev.txt

tile.json