collection

仓库创建 2026年2月23日最近提交 2 天前SkillHot 收录 21 天前
▸ 精选理由

方便在项目间切换技能集合,提升团队协作与上下文匹配速度。

▸ 风险提示

通过本地 HTTP 接口查询集合,需访问 SkillNote 服务。

这个 Skill 做什么

管理并切换当前项目使用的 SkillNote 技能集合(collections)。

帮项目选并切换要同步的 SkillNote 技能集合,在需要更换技能组或新项目启动时用。会从服务端列出可用 collections 并弹出选择器让你确认,确保项目只激活一个合适的技能集,避免技能冲突或遗漏。

▸ 展开 SKILL.md 英文原文

Choose which SkillNote skill collection is active for this project. Use when user says "change collection", "switch skills", "use frontend skills", "show collections", or at first session in a new project when recommended.

开发编程集合管理切换SkillNoteOpenClaw
56
Stars
10
Forks
6
仓库内 Skill
+1
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/luna-prompts/skillnote/master/plugin/skills/collection/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/luna-prompts/skillnote/master/plugin/skills/collection/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# SkillNote Collection Manager

Help the user choose which skill collection to sync for the current project.

## Step 1: Fetch collections

Run this in Bash to get available collections:

```bash
curl -sf "http://${CLAUDE_PLUGIN_OPTION_HOST:-localhost}:8082/v1/collections" 2>/dev/null || echo "[]"
```

## Step 2: Show picker — MUST use AskUserQuestion

You MUST call the AskUserQuestion tool. Do NOT print a table or ask a text question.

Call AskUserQuestion with these EXACT parameters:
- `header`: "SkillNote"
- `question`: "Pick a collection for this project:"
- Build `options` in this order:
  1. **Recommended first:** if `basename(cwd)` (lowercase, non-alphanumeric replaced with `-`) match
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有