Help the user quickly capture ideas, thoughts, meeting insights, reading annotations, and any fleeting information into their personal Yuque knowledge base with minimal friction.
Works with
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionyuque-personal-daily-captureExecute the skills CLI command in your project's root directory to begin installation:
Fetches yuque-personal-daily-capture from yuque/yuque-plugin and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate yuque-personal-daily-capture. Access via /yuque-personal-daily-capture in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Automate repetitive workflows and reduce manual effort
Example
Generate reports, summarize documents, draft communications
Save 3-5 hours per week on routine tasks
Learn new skills, understand complex topics, get expert guidance
Example
Explain concepts, provide examples, suggest learning resources
Accelerate learning and skill development by 2x
Enhance output quality through reviews, suggestions, and refinements
Example
Review drafts, suggest improvements, catch errors
Improve work quality by 30-40% with less effort
0
total installs
0
this week
67
GitHub stars
0
upvotes
Run in your terminal
0
installs
0
this week
67
stars
Help the user quickly capture ideas, thoughts, meeting insights, reading annotations, and any fleeting information into their personal Yuque knowledge base with minimal friction.
All tools are from the yuque-mcp server:
yuque_list_repos — List personal repos to find the capture targetyuque_search — (Optional) Find today's capture doc if appendingyuque_list_docs — (Optional) Check if today's daily note existsyuque_create_doc — Create a new capture documentyuque_update_doc — Append to an existing capture documentThe user's input can be:
Classify the capture type:
| Type | Icon | Example |
|---|---|---|
| 💡 想法/灵感 | 💡 | "突然想到可以用 Redis 做缓存" |
| 📝 笔记 | 📝 | "今天学到 Go 的 context 用法..." |
| 📖 阅读批注 | 📖 | "这篇文章提到的观点很有意思..." |
| 🎯 待办/行动 | 🎯 | "记得下周跟进 API 设计评审" |
| 💬 会议灵感 | 💬 | "会上讨论到的架构方案值得深入..." |
| 🔗 链接/资源 | 🔗 | "这个工具不错:https://..." |
Two strategies based on user preference:
Append to today's daily capture document. If it doesn't exist, create one.
Create a separate document for this capture (for longer or topic-specific notes).
If the user's input is short (< 100 words), default to Strategy A. If longer or clearly a standalone topic, use Strategy B. Ask if unclear.
Check if today's daily note exists:
Tool: yuque_search
Parameters:
query: "每日捕获 YYYY-MM-DD"
type: "doc"
If found, append to it:
Tool: yuque_update_doc
Parameters:
repo_id: "<namespace>"
doc_id: "<slug>"
body: "<existing content>\n\n---\n\n### [HH:MM] [类型图标] [简短标题]\n\n[捕获内容]\n"
If not found, create today's daily note:
Tool: yuque_create_doc
Parameters:
repo_id: "<namespace>"
title: "📥 每日捕获 YYYY-MM-DD"
body: "<daily note template with first capture>"
format: "markdown"
Daily note template:
# 📥 每日捕获 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"
For daily note append:
✅ 已捕获!
[类型图标] **[简短标题]** → 已追加到「📥 每日捕获 YYYY-MM-DD」
💡 今日已捕获 X 条记录。
For standalone note:
✅ 笔记已创建!
📄 **[[类型图标] 标题](文档链接)**
📚 已保存到:「知识库名称」
| Situation | Action |
|---|---|
| No capture repo found | Ask user which repo to use, or suggest creating a "随手记" repo |
yuque_update_doc fails |
Fall back to creating a new standalone note |
yuque_search can't find today's 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 |
Prerequisites
Time Estimate
15-45 minutes depending on use case complexity
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.
✗ Avoid when
Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.
davila7/claude-code-templates
intellectronica/agent-skills
am-will/codex-skills
sickn33/antigravity-awesome-skills
myzy-ai/dokie-ai-ppt
sickn33/antigravity-awesome-skills
yuque-personal-daily-capture has been reliable in day-to-day use. Documentation quality is above average for community skills.
Useful defaults in yuque-personal-daily-capture — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
I recommend yuque-personal-daily-capture for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
yuque-personal-daily-capture reduced setup friction for our internal harness; good balance of opinion and flexibility.
yuque-personal-daily-capture reduced setup friction for our internal harness; good balance of opinion and flexibility.
Solid pick for teams standardizing on skills: yuque-personal-daily-capture is focused, and the summary matches what you get after install.
yuque-personal-daily-capture fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
Registry listing for yuque-personal-daily-capture matched our evaluation — installs cleanly and behaves as described in the markdown.
We added yuque-personal-daily-capture from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
yuque-personal-daily-capture has been reliable in day-to-day use. Documentation quality is above average for community skills.
showing 1-10 of 25