Loading...
Loading...
Quickly capture ideas, thoughts, and fleeting notes to your personal Yuque knowledge base. For personal/individual use — saves to your own repos.
npx skill4agent add yuque/yuque-plugin yuque-personal-daily-captureyuque-mcpyuque_list_reposyuque_searchyuque_list_docsyuque_create_docyuque_update_doc| Type | Icon | Example |
|---|---|---|
| 💡 想法/灵感 | 💡 | "突然想到可以用 Redis 做缓存" |
| 📝 笔记 | 📝 | "今天学到 Go 的 context 用法..." |
| 📖 阅读批注 | 📖 | "这篇文章提到的观点很有意思..." |
| 🎯 待办/行动 | 🎯 | "记得下周跟进 API 设计评审" |
| 💬 会议灵感 | 💬 | "会上讨论到的架构方案值得深入..." |
| 🔗 链接/资源 | 🔗 | "这个工具不错:https://..." |
Tool: yuque_search
Parameters:
query: "每日捕获 YYYY-MM-DD"
type: "doc"Tool: yuque_update_doc
Parameters:
repo_id: "<namespace>"
doc_id: "<slug>"
body: "<existing content>\n\n---\n\n### [HH:MM] [类型图标] [简短标题]\n\n[捕获内容]\n"Tool: yuque_create_doc
Parameters:
repo_id: "<namespace>"
title: "📥 每日捕获 YYYY-MM-DD"
body: "<daily note template with first capture>"
format: "markdown"# 📥 每日捕获 YYYY-MM-DD
> 今日碎片化记录,定期整理归档。
---
### [HH:MM] [类型图标] [简短标题]
[捕获内容]
[标签:#tag1 #tag2]Tool: yuque_list_repos
Parameters:
type: "user"Tool: yuque_create_doc
Parameters:
repo_id: "<namespace>"
title: "[类型图标] [标题]"
body: "<formatted note>"
format: "markdown"✅ 已捕获!
[类型图标] **[简短标题]** → 已追加到「📥 每日捕获 YYYY-MM-DD」
💡 今日已捕获 X 条记录。✅ 笔记已创建!
📄 **[[类型图标] 标题](文档链接)**
📚 已保存到:「知识库名称」| Situation | Action |
|---|---|
| No capture repo found | Ask user which repo to use, or suggest creating a "随手记" repo |
| Fall back to creating a new standalone note |
| Create a new daily note document |
| User input is ambiguous | Capture as-is with 📝 type; don't over-classify |
| Very long input (>500 words) | Switch to standalone note strategy automatically |