nanocoai/nanoclaw✦ 精选0°

learn

仓库创建 2026年1月31日最近提交 18 小时前SkillHot 收录 20 天前
▸ 精选理由

便于把常见流程封装为技能,提升团队复用与自动化水平。

▸ 风险提示

会在项目中创建或修改技能文件,需代码库写权限并审查变更。

这个 Skill 做什么

将目录、URL、笔记或会话内容提炼为可复用的 NanoClaw 技能。

把一个目录、网页、笔记或刚做过的对话整理成可复用的 NanoClaw 技能,会产出 .claude/skills/<name>/SKILL.md(并可带模板、脚本、引用)。当你想把常用操作或文档“封装”成技能以便复用或改进时用它。输出遵循项目技能规范,是生成或迭代技能的工具。

▸ 展开 SKILL.md 英文原文

Distill a reusable skill from anything — a directory, a URL, pasted notes, or what you just did together — or refine an existing skill with new learnings. Use when the user says '/learn', 'learn this', 'turn this into a skill', 'capture this workflow', 'make a skill from <source>', or 'improve/update the <name> skill'. Produces or updates a .claude/skills/<name>/SKILL.md authored to NanoClaw's skill guidelines. (This CREATES or REFINES a skill from a source; it does not install existing skills from a registry.)

Skill 开发管理技能提炼自动化复用通用
3.0w
Stars
1.3w
Forks
40
仓库内 Skill
+241
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/nanocoai/nanoclaw/main/.claude/skills/learn/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/nanocoai/nanoclaw/main/.claude/skills/learn/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Learn — Distill a Skill from Anything

Turn a source — a directory, a URL, pasted notes, or the work just done in this conversation — into a clean, reusable NanoClaw skill. The output is a new `.claude/skills/<name>/SKILL.md` (plus optional `scripts/`, `references/`, `templates/`) authored to the project's skill guidelines.

This skill is **instruction-only**: it uses the tools you already have (`Read`, `Grep`, `Glob`, `WebFetch`, `Write`) — there is no separate distillation engine and no reach-ins into core code.

## When to use

Invoke when the user wants to *capture* a workflow as a reusable skill:

- `/learn <path>` — read a project/dir and build a skill for working with it
- `/learn <
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有