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

yuque-personal-smart-summary语雀个人智能总结

Agent Skill

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

总安装

4,422

周安装

188

GitHub Stars

71

下载量

1,549
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/yuque/yuque-plugin --skill yuque-personal-smart-summary

简介

用于对语雀中的个人文档进行智能摘要和要点提炼。

  • 适合快速理解长文档内容或批量处理多篇笔记。yuque-personal-smart-summary 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 通过 npx 命令安装并使用,需确认语雀访问权限和文档范围。
  • 安装前建议核实仓库维护状态及是否涉及敏感数据读写。
  • 使用时注意避免触发不必要的网络请求或文件修改操作。

SKILL.md

Smart Summary — Yuque Knowledge Base & Document Summarization

Generate intelligent summaries for an entire knowledge base or a set of documents, helping users quickly understand content landscape, key themes, and important insights.

When to Use

  • User wants an overview of a knowledge base
  • User says "帮我总结一下这个知识库", "summarize my repo", "这个库里都有什么"
  • User wants a summary of multiple related documents
  • User says "帮我做个知识盘点", "generate a project summary from my docs"
  • User wants periodic knowledge review

Required MCP Tools

All tools are from the yuque-mcp server:

  • yuque_list_repos — List personal knowledge bases
  • yuque_get_repo_toc — Get the table of contents of a knowledge base
  • yuque_get_doc — Read full document content
  • yuque_search — Search documents by keyword (for topic-based summaries)

Workflow

Step 1: Identify Scope

Determine what the user wants summarized:

Option A: Entire knowledge base

Tool: yuque_list_repos
Parameters:
  type: "user"

Then let the user pick a repo, or use the one they specified.

Option B: Specific topic across repos

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

Option C: User specifies exact documents Proceed directly to reading them.

Step 2: Get Document List

For a knowledge base summary, get the table of contents:

Tool: yuque_get_repo_toc
Parameters:
  repo_id: "<namespace>"

This gives you the full structure — titles, hierarchy, and document slugs.

Step 3: Sample and Read Documents

For large knowledge bases (>20 docs), use a sampling strategy:

  1. Read all documents if ≤10 docs
  2. Sample strategically if >10 docs:

- Read the top-level / introductory documents first - Pick 2-3 documents from each major section - Prioritize recently updated documents - Read up to 10-15 documents total

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

Step 4: Analyze and Categorize

As you read, track:

  • Main themes — What topics are covered
  • Content types — Tutorials, references, notes, specs, etc.
  • Coverage depth — Which areas are well-documented vs sparse
  • Freshness — How recently content was updated
  • Connections — How documents relate to each other

Step 5: Generate Summary

Compose the summary in the following format:

## 📚 知识库摘要:「知识库名称」

### 概览
- **文档总数**:X 篇
- **最近更新**:YYYY-MM-DD
- **主要语言**:中文/英文/混合

---

### 🗂️ 内容结构

知识库包含以下主要板块:

1. **[板块名称]**(X 篇文档)
   - [简要描述这个板块的内容]
   - 代表文档:[文档标题](链接)

2. **[板块名称]**(X 篇文档)
   - [简要描述]
   - 代表文档:[文档标题](链接)

3. **[板块名称]**(X 篇文档)
   - [简要描述]
   - 代表文档:[文档标题](链接)

---

### 🔑 核心要点

从整个知识库中提炼的关键信息:

1. **[要点 1]**:[2-3 句话概括]
2. **[要点 2]**:[2-3 句话概括]
3. **[要点 3]**:[2-3 句话概括]
4. **[要点 4]**:[2-3 句话概括]
5. **[要点 5]**:[2-3 句话概括]

---

### 📊 知识库健康度

| 指标 | 状态 |
|------|------|
| 内容覆盖 | [全面/有缺口/待补充] |
| 更新频率 | [活跃/一般/较少更新] |
| 结构清晰度 | [清晰/一般/需要整理] |
| 文档质量 | [高/中/参差不齐] |

---

### 💡 建议

- [建议 1:如"XX 板块内容较少,建议补充"]
- [建议 2:如"部分文档超过 6 个月未更新,建议检查时效性"]
- [建议 3:如"建议添加一篇总览文档串联各板块"]

Step 6: Multi-Document Summary (Alternative)

If summarizing specific documents rather than a whole repo:

## 📄 文档摘要

### 文档列表
| # | 标题 | 知识库 | 更新时间 |
|---|------|--------|----------|
| 1 | [标题](链接) | 「库名」 | YYYY-MM-DD |
| 2 | [标题](链接) | 「库名」 | YYYY-MM-DD |

### 综合摘要

[3-5 段话,综合所有文档的核心内容,突出共同主题和关键信息]

### 各文档要点

#### 1. [文档标题]
- [要点 1]
- [要点 2]
- [要点 3]

#### 2. [文档标题]
- [要点 1]
- [要点 2]
- [要点 3]

### 文档间关联
- [文档 A 和文档 B 在 XX 方面互相补充]
- [文档 C 是文档 A 的深入展开]

Guidelines

  • Always answer in the same language the user used (Chinese or English)
  • For large knowledge bases, be upfront about sampling: "知识库共有 X 篇文档,我抽样阅读了 Y 篇进行分析"
  • Focus on actionable insights, not just listing document titles
  • Highlight gaps and opportunities — what's missing is as valuable as what's there
  • Include document links so users can dive deeper into any topic
  • This skill summarizes personal repos — for team repos, use the corresponding skill in the yuque-group plugin

Error Handling

SituationAction
yuque_list_repos returns emptyAsk user for the exact repo name or ID
yuque_get_repo_toc returns emptyInform user the knowledge base appears to be empty
yuque_get_doc fails (404)Skip this doc, note it may have been deleted
yuque_get_doc fails (403)Tell user they may lack permission to access this doc
API timeoutRetry once, then inform user of connectivity issue
Knowledge base has >50 docsSample 10-15 docs, clearly state the sampling approach

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.49%
按下载量换算534

Claude

32.39%
按下载量换算502

Cursor

18.39%
按下载量换算285

Gemini CLI

9.6%
按下载量换算149

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

external-service

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

安装前确认

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

来源信息

继续浏览同类 Skills