Token导航 LogoToken导航TokenDH.com
研究检索external-servicegithub未标认证来源可访问许可证需确认审计通过

yuque-personal-note-refine语雀个人笔记精炼

Agent Skill

yuque-personal-note-refine 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,808

周安装

117

GitHub Stars

71

下载量

936
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:yuque-personal-note-refine(语雀个人笔记精炼)
来源仓库:https://github.com/yuque/yuque-plugin
仓库路径:skills/yuque-personal-note-refine
安装命令:
npx skills add https://github.com/yuque/yuque-plugin --skill yuque-personal-note-refine
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/yuque/yuque-plugin --skill yuque-personal-note-refine

简介

yuque-personal-note-refine 用于查找、检索和筛选相关信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词快速定位结果。
  • 通过 npx skills add 命令安装,建议参考原始 README 了解具体实现。
  • 使用前需确认权限范围和维护状态,避免不必要的联网或命令执行。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Note Refine — Restructure & Polish Your Notes

Help the user transform scattered, rough notes into well-structured, deduplicated, and enriched documents. Turn chaos into clarity.

When to Use

  • User wants to clean up messy notes
  • User says "帮我整理笔记", "refine my notes", "把这些笔记理一下"
  • User has accumulated daily captures and wants to consolidate them
  • User says "这些笔记太乱了", "帮我重新组织一下", "去重整理"

Required MCP Tools

All tools are from the yuque-mcp server:

  • yuque_search — Find the target notes to refine
  • yuque_get_doc — Read the full content of notes
  • yuque_list_repos — List personal repos
  • yuque_list_docs — List documents in a repo
  • yuque_create_doc — Create the refined document
  • yuque_update_doc — Update the original document in place

Workflow

Step 1: Identify the Source Notes

The user may provide:

  • A specific document to refine
  • A date range of daily captures to consolidate
  • A topic keyword to find related scattered notes
  • Multiple document references to merge

If the user says "整理我最近的笔记":

Tool: yuque_search
Parameters:
  query: "每日捕获"
  type: "doc"

Or for topic-specific notes:

Tool: yuque_search
Parameters:
  query: "<topic keyword>"
  type: "doc"

Step 2: Read All Source Notes

For each identified document:

Tool: yuque_get_doc
Parameters:
  repo_id: "<namespace>"
  doc_id: "<slug>"

Read up to 5-10 source documents. If there are more, prioritize by recency and relevance.

Step 3: Analyze and Plan

Before refining, analyze the raw content:

  1. Identify themes — Group related content by topic
  2. Find duplicates — Flag repeated ideas or information
  3. Spot gaps — Note where information is incomplete
  4. Assess structure — Determine the best organizational approach

Present the analysis to the user:

## 📋 笔记分析

**来源**:X 篇文档,共约 XXXX 字

### 主题分布
- **[主题 1]**:X 条相关记录
- **[主题 2]**:X 条相关记录
- **[主题 3]**:X 条相关记录

### 发现
- 🔄 发现 X 处重复内容
- 🕳️ 发现 X 处信息缺口
- 📊 建议整理为 X 篇主题文档

要按这个方向整理吗?

Step 4: Refine the Notes

Based on user confirmation, perform the refinement:

4a. Single Document Refinement

Restructure one document:

  • Add clear headings and hierarchy
  • Remove duplicate content
  • Improve wording and clarity
  • Add missing context or transitions
  • Organize chronological notes into logical structure

4b. Multi-Document Consolidation

Merge multiple notes into themed documents:

  • Group by topic
  • Deduplicate across documents
  • Create a coherent narrative
  • Preserve attribution (note original dates/sources)

Refined document template:

# [主题标题]

> 整理自 X 篇笔记,时间跨度:YYYY-MM-DD 至 YYYY-MM-DD
> 最后整理:YYYY-MM-DD

---

## 概述

[对这个主题的整体概述,2-3 句话]

---

## [分类 1]

### [子主题 1.1]

[整理后的内容]

### [子主题 1.2]

[整理后的内容]

---

## [分类 2]

### [子主题 2.1]

[整理后的内容]

---

## 待补充

- [ ] [识别出的信息缺口 1]
- [ ] [识别出的信息缺口 2]

---

## 原始来源

- [原文档 1 标题](链接) — YYYY-MM-DD
- [原文档 2 标题](链接) — YYYY-MM-DD

---

> 本文档由 AI 助手整理,原始笔记已保留。

Step 5: Save the Refined Document

Ask the user's preference:

  • Create new — Save as a new document (recommended for multi-doc consolidation)
  • Update in place — Replace the original document (for single doc refinement)

For new document:

Tool: yuque_create_doc
Parameters:
  repo_id: "<namespace>"
  title: "[主题标题]"
  body: "<refined content>"
  format: "markdown"

For in-place update:

Tool: yuque_update_doc
Parameters:
  repo_id: "<namespace>"
  doc_id: "<slug>"
  body: "<refined content>"

Step 6: Confirm

✅ 笔记整理完成!

📄 **[[主题标题]](文档链接)**
📚 已保存到:「知识库名称」

### 整理成果
- 📥 输入:X 篇原始笔记,约 XXXX 字
- 📤 输出:1 篇结构化文档,约 XXXX 字
- 🔄 去除重复:X 处
- 🕳️ 标记待补充:X 处

💡 原始笔记已保留,可随时对照。

Guidelines

  • Always preserve the original notes — refine into a new document by default
  • Don't discard information during deduplication; merge and enrich instead
  • Maintain the user's voice and terminology — don't over-formalize casual notes
  • Flag uncertain interpretations with "【待确认】" markers
  • For daily captures, suggest a weekly or bi-weekly refinement cadence
  • If notes span multiple topics, create separate refined documents per topic
  • Add a "待补充" section for identified gaps — this helps the user know what to add later
  • Default language is Chinese

Error Handling

SituationAction
Source notes are too few (<3 items)Refine what's available; suggest capturing more first
Source notes are too many (>10 docs)Focus on most recent or ask user to narrow the scope
Content is already well-structuredTell user honestly; suggest minor improvements only
yuque_update_doc failsFall back to creating a new document
Mixed languages in notesMaintain the dominant language; don't force translation

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

32.48%
按下载量换算304

Claude

31.22%
按下载量换算292

Cursor

18.33%
按下载量换算172

Gemini CLI

8.91%
按下载量换算83

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills