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.

94

Quality

94%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

Overview
Quality
Evals
Security
Files

SKILL.mdskills/check-unanswered/

name:
check-unanswered
description:
Finds user messages that never got a threaded bot reply. A message is "answered" only if a bot message exists with reply_to_message_id pointing to it. Deterministic script. Use in context recovery or heartbeat checks.

Check Unanswered Messages

python3 /home/node/.claude/skills/tessl__check-unanswered/scripts/check-unanswered.py

Outputs JSON with unanswered array. Empty = nothing to report.

A bot message "answers" a user message only when reply_to_message_id = user_msg.id. Standalone bot messages are not answers.

skills

check-unanswered

tile.json