CtrlK
BlogDocsLog inGet started
Tessl Logo

jbaruch/nanoclaw-host

Skills and rules for the NanoClaw host agent (Claude Code on Mac), covering plugin promotion, container management, staging checks, repo chain safety, and public sync.

73

Quality

91%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Medium

Suggest reviewing before use

Overview
Quality
Evals
Security
Files

SKILL.mdskills/check-staging/

name:
check-staging
description:
List pending skills and rules on the NAS staging area. Shows what the agent has created or updated that hasn't been promoted to plugins yet. Use before running promote, or when the user asks what's on staging.

Check Staging

Lists what's pending on the NAS staging area.

Usage

./scripts/check-staging.sh

Output

Shows two sections:

Skills — from groups/{group}/skills/:

  • {name} (new) — new skill, not yet in any plugin
  • {name} (override via tessl__{name}) — patch to an existing plugin skill

Rules — from groups/{group}/staging/{tile-name}/:

  • Listed by plugin subdirectory (e.g., nanoclaw-untrusted/internal-reasoning.md)
  • The path segment is literally {tile-name} on the NAS even though the directory it holds is named for a plugin repo — it is a real path, not prose

Empty sections mean nothing pending for that type.

Example Output

Skills:
  check-email (override via tessl__check-email)
  morning-brief (override via tessl__morning-brief)

Rules:
  nanoclaw-untrusted/bad-actor-disengage.md
  nanoclaw-core/not-for-me-silence.md

skills

check-staging

README.md

tile.json