Synthesize knowledge on a topic from multiple notes. Use when asked "what do I know about X", "summarize topic", "synthesize notes on", or "overview of".
This skill aggregates knowledge from multiple notes on a topic to create a unified understanding.
The user will specify a topic, which could be:
Search by tag:
grep -l "tags:.*topic-name" content/*.md
Search by title/content:
grep -l "topic keyword" content/*.md
Search by wiki-links:
grep -l "\[\[topic-related-slug\]\]" content/*.md
For each related note, extract:
Combine the extracted knowledge into a coherent overview:
## What You Know About [Topic]
### Overview
[1-2 paragraph synthesis of the topic based on your notes]
### Key Themes
1. **Theme A**: Explanation drawing from multiple notes
2. **Theme B**: Explanation drawing from multiple notes
### Sources in Your Knowledge Base
| Note | Type | Key Contribution |
| ---------- | ------- | ----------------------- |
| [[note-1]] | article | Introduces concept X |
| [[note-2]] | book | Deep dive on approach Y |
| [[note-3]] | podcast | Practical examples |
### Notable Quotes
> "Quote from note-1"
> "Quote from note-2"
### Gaps and Questions
- You don't have notes on [related subtopic]
- Consider exploring: [suggested areas]
### Suggested Next Steps
- Read [[related-note]] for more on X
- Consider adding notes on Y
Do:
Don't:
For quick reference - 2-3 paragraphs max.
For deep understanding - includes all sections above.
Focus on what's missing - useful for deciding what to read next.
When synthesizing:
npx skills add alexanderop/summarizing-topic下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks OpenClaw to add a note, list notes, search notes, or manage note folders.
Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
Use when you need to control Slack from OpenClaw via the slack tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs.
Manage Apple Reminders via remindctl CLI (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.
Manage Trello boards, lists, and cards via the Trello REST API.
Category:productivity