Create a Commentary topic note grouping related notes under a common theme, with automatic backlinking to source notes. Triggers: 'group these under a topic', 'create topic note for [[A]], [[B]], [[C]]'.
Create a new topic note that groups related notes under a common theme. Synthesizes provided notes into a lightweight hub.
$ARGUMENTS should contain:
If no notes are provided, prompt for them. If no title is given but notes are provided, suggest a title based on the notes' common theme.
Read each note's frontmatter (especially description) and skim content to understand:
Use available tools to discover additional relevant notes not explicitly provided:
query tool or qmd query CLI), use it for semantic search — vec or expand queries that find notes by meaning rather than keywords. The qmd skill documents query types. For keyword search, use obsidian search or the methods below; qmd's lex/BM25 adds nothing beyond what obsidian already provides.related properties for existing connections worth includingIf you find notes that clearly belong under this topic, propose adding them to the group. Ask the user before including notes they didn't explicitly provide.
Create a new file in 03-Records/Topics/ with this structure:
---
aliases:
- {alternative names if useful}
icon:
description: "{1-2 sentence summary synthesized from the grouped notes}"
related: []
tags: [index, {relevant topical tags, drawn from the grouped notes}]
---
{Optional 1-2 sentences of context if needed, otherwise leave blank}
![[Related.base]]
topics tag if not presentFor each note provided, add the new topic note to its related property:
related:
- "[[New Topic Note Title]]"
- ... existing related items
If related doesn't exist, create it. Place new items at the beginning of the list.
related backlinkInput: "Group these under a topic about attention economy critique: [[Platforms engineer compulsive consumption]], [[Optimizing for attention undermines quality experience]], [[Social media commoditizes intrinsic needs]]"
Creates: 03-Records/Topics/Attention economy critique.md with description synthesized from those notes
Updates: Each input note gets "[[Attention economy critique]]" added to its related property
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