nanoclaw-repl

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

NanoClaw REPL

NanoClaw REPL

Use this skill when running or extending
scripts/claw.js
.
使用此技能来运行或扩展
scripts/claw.js

Capabilities

功能特性

  • persistent markdown-backed sessions
  • model switching with
    /model
  • dynamic skill loading with
    /load
  • session branching with
    /branch
  • cross-session search with
    /search
  • history compaction with
    /compact
  • export to md/json/txt with
    /export
  • session metrics with
    /metrics
  • 基于markdown的持久化会话
  • 可通过
    /model
    切换模型
  • 可通过
    /load
    动态加载技能
  • 可通过
    /branch
    进行会话分支
  • 可通过
    /search
    实现跨会话搜索
  • 可通过
    /compact
    压缩历史记录
  • 可通过
    /export
    导出为md/json/txt格式
  • 可通过
    /metrics
    查看会话指标

Operating Guidance

操作指南

  1. Keep sessions task-focused.
  2. Branch before high-risk changes.
  3. Compact after major milestones.
  4. Export before sharing or archival.
  1. 保持会话以任务为核心。
  2. 在进行高风险变更前先创建分支。
  3. 完成重要里程碑后进行压缩。
  4. 分享或归档前先导出。

Extension Rules

扩展规则

  • keep zero external runtime dependencies
  • preserve markdown-as-database compatibility
  • keep command handlers deterministic and local
  • 保持零外部运行时依赖
  • 保留markdown作为数据库的兼容性
  • 确保命令处理程序是确定性的且仅在本地运行