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

yuque-group-meeting-notes语雀小组会议记录

Agent Skill

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

总安装

245

周安装

10

GitHub Stars

71

下载量

78
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/yuque/yuque-plugin --skill yuque-group-meeting-notes

简介

yuque-group-meeting-notes 用于查找、检索和筛选相关信息。

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

SKILL.md

Meeting Notes — Format and Archive to Team Yuque

Take raw meeting information from the user, format it into a standard meeting notes template, and create a document in the team's Yuque knowledge base.

When to Use

  • User shares meeting content and wants it saved to the team's Yuque
  • User says "帮我整理会议纪要到团队库", "save meeting notes to group repo", "把会议记录存到团队知识库"
  • User pastes unstructured meeting notes and wants them formatted and saved to group repo

Required MCP Tools

All tools are from the yuque-mcp server:

  • yuque_list_repos — List group knowledge bases to find the target repo
  • yuque_create_doc — Create the meeting notes document

Workflow

Step 1: Gather Meeting Information

Extract or ask for the following from the user's input:

FieldRequiredExample
会议主题 (Topic)Yes"Q1 产品规划评审"
会议日期 (Date)Yes (default: today)"2024-01-15"
会议时间 (Time)No"14:00-15:30"
参会人员 (Attendees)Yes"张三、李四、王五"
主持人 (Host)No"张三"
记录人 (Recorder)No"AI 助手"
团队标识 (Group login)Yes"my-team"

If the user provides raw/unstructured content, extract these fields from context. If critical fields are missing (topic, attendees), ask the user.

If the user hasn't specified a group login, ask: "请告诉我团队的语雀团队标识(group login),我来把会议纪要存到团队知识库。"

Step 2: Structure the Content

Organize the meeting content into these sections:

  1. 议题 (Agenda Items) — What was discussed
  2. 讨论要点 (Discussion Points) — Key arguments, opinions, data shared
  3. 决议 (Decisions) — What was decided
  4. 待办事项 (Action Items) — Who does what by when
  5. 备注 (Notes) — Anything else worth recording

For each action item, ensure it has:

  • 负责人 (Owner): Who is responsible
  • 截止日期 (Deadline): When it's due
  • 具体内容 (Description): What needs to be done

Step 3: Format the Document

Use this template:

# 会议纪要:[会议主题]

| 项目 | 内容 |
|------|------|
| 📅 日期 | YYYY-MM-DD |
| ⏰ 时间 | HH:MM - HH:MM |
| 📍 地点 | [线上/会议室名称] |
| 👥 参会人 | [姓名列表] |
| 🎙️ 主持人 | [姓名] |
| ✍️ 记录人 | [姓名/AI 助手] |

---

## 📋 议题

1. [议题 1]
2. [议题 2]
3. [议题 3]

---

## 💬 讨论要点

### 议题 1:[标题]

- [要点 1]
- [要点 2]
- [要点 3]

### 议题 2:[标题]

- [要点 1]
- [要点 2]

---

## ✅ 决议

1. **[决议 1]**
   - 说明:[补充细节]
2. **[决议 2]**
   - 说明:[补充细节]

---

## 📌 待办事项

| # | 事项 | 负责人 | 截止日期 | 状态 |
|---|------|--------|----------|------|
| 1 | [具体任务] | [姓名] | YYYY-MM-DD | ⬜ 待开始 |
| 2 | [具体任务] | [姓名] | YYYY-MM-DD | ⬜ 待开始 |
| 3 | [具体任务] | [姓名] | YYYY-MM-DD | ⬜ 待开始 |

---

## 📝 备注

- [其他需要记录的内容]

---

> 本纪要由 AI 助手整理,如有遗漏请补充。

Step 4: Find Team Repository

List the team's knowledge bases:

Tool: yuque_list_repos
Parameters:
  login: "<group_login>"
  type: "group"

If the user hasn't specified a repo:

  1. List available group repos and ask the user to pick one
  2. If there's an obvious "会议纪要" or "Meeting Notes" repo, suggest it
  3. If the user says "就放那个会议的库", match by name

Step 5: Create the Document

Tool: yuque_create_doc
Parameters:
  repo_id: "<namespace>"    # e.g., "my-team/meeting-notes"
  title: "会议纪要:[主题] - YYYY-MM-DD"
  body: "<formatted markdown content>"
  format: "markdown"

Step 6: Confirm to User

After creation, respond with:

✅ 会议纪要已创建!

📄 **[会议纪要:主题 - 日期](文档链接)**
📚 已归档到:「团队知识库名称」

### 摘要
- 共讨论 X 个议题
- 形成 X 项决议
- 产生 X 个待办事项

Guidelines

  • Default to Chinese for the document content
  • Use emoji sparingly in section headers for visual scanning — as shown in the template
  • Keep the document well-structured; prefer tables for action items
  • If the user provides audio transcription, clean up filler words and organize by topic
  • Preserve the user's original wording for decisions and action items — don't paraphrase important commitments
  • This skill saves to group repos — for personal repos, use the meeting-notes skill in the yuque-personal plugin

Error Handling

SituationAction
User provides very little infoAsk for at least: topic, attendees, key decisions
yuque_list_repos returns emptyAsk user to verify group login and group Token
yuque_create_doc fails (403)Tell user they may lack write permission; check group Token scope
yuque_create_doc fails (other)Show error, suggest user check yuque-mcp connection
No clear action itemsStill create the doc, note "本次会议无明确待办事项"
Group login not providedAsk user for the team's group login
Team Token not configuredInform user that group repos require a team-level Token

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.49%
按下载量换算28

Claude

27.83%
按下载量换算22

Cursor

18.84%
按下载量换算15

Gemini CLI

10.48%
按下载量换算8

安全审计

Gen Agent Trust Hub

通过

Socket

未通过

Snyk

通过

权限和风险

external-service

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

安装前确认

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

来源信息

继续浏览同类 Skills