affaan-m/ECC/docs/zh-CN/skills/nanoclaw-repl/SKILL.md
nanoclaw-repl
Review nanoclaw-repl's use cases, installation, workflow, and original source instructions.
- Source repository stars
- 234,327
- Declared platforms
- 0
- Static risk flags
- 0
- Last source update
- 2026-07-27
- Source checked
- 2026-07-28
Decision brief
What it does—and where it fits
在运行或扩展 scripts/claw.js 时使用此技能。
Not for
- Tasks that require unconfirmed production actions or broad system permissions.
- Environments where the pinned source and install steps cannot be inspected.
Compatibility matrix
Platform support, with evidence labels
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
Inspect first. Install second.
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/affaan-m/ECC --skill "docs/zh-CN/skills/nanoclaw-repl"Inspect the Agent Skill "nanoclaw-repl" from https://github.com/affaan-m/ECC/blob/4e973d3eaf92d97f8d2e2d8abb39d8bdc8711b38/docs/zh-CN/skills/nanoclaw-repl/SKILL.md at commit 4e973d3eaf92d97f8d2e2d8abb39d8bdc8711b38. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
What the source asks the agent to do
- 01
能力
持久的、基于 Markdown 的会话 使用 /model 进行模型切换 使用 /load 进行动态技能加载 使用 /branch 进行会话分支 使用 /search 进行跨会话搜索 使用 /compact 进行历史压缩 使用 /export 导出为 md/json/txt 格式 使用 /metrics 查看会话指标
持久的、基于 Markdown 的会话使用 /model 进行模型切换使用 /load 进行动态技能加载 - 02
操作指南
1. 保持会话聚焦于任务。 2. 在进行高风险更改前进行分支。 3. 在完成主要里程碑后进行压缩。 4. 在分享或存档前进行导出。
保持会话聚焦于任务。在进行高风险更改前进行分支。在完成主要里程碑后进行压缩。 - 03
扩展规则
保持零外部运行时依赖 保持以 Markdown 作为数据库的兼容性 保持命令处理器的确定性和本地性
保持零外部运行时依赖保持以 Markdown 作为数据库的兼容性保持命令处理器的确定性和本地性
Permission review
Static risk signals and limitations
No configured static risk pattern was detected
This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.
Evidence record
Why each signal appears
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 55/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 234,327 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | catalog record | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
Provenance and original SKILL.md
- Repository
- affaan-m/ECC
- Skill path
- docs/zh-CN/skills/nanoclaw-repl/SKILL.md
- Commit
- 4e973d3eaf92d97f8d2e2d8abb39d8bdc8711b38
- License
- MIT
- Collected
- 2026-07-28
- Default branch
- main
View the original SKILL.md
NanoClaw REPL
在运行或扩展 scripts/claw.js 时使用此技能。
能力
- 持久的、基于 Markdown 的会话
- 使用
/model进行模型切换 - 使用
/load进行动态技能加载 - 使用
/branch进行会话分支 - 使用
/search进行跨会话搜索 - 使用
/compact进行历史压缩 - 使用
/export导出为 md/json/txt 格式 - 使用
/metrics查看会话指标
操作指南
- 保持会话聚焦于任务。
- 在进行高风险更改前进行分支。
- 在完成主要里程碑后进行压缩。
- 在分享或存档前进行导出。
扩展规则
- 保持零外部运行时依赖
- 保持以 Markdown 作为数据库的兼容性
- 保持命令处理器的确定性和本地性
Alternatives