capture

Solid

Quick note capture with automatic wikilink suggestions to related existing notes. Use when the user wants to save a single, specific, titled idea, insight, or piece of information to the vault. Do NOT use for: unstructured multi-thread thought dumps (use braindump), saving a URL for later (use bookmark), deeply summarizing an article or URL (use summarize), processing a book (use reading-notes), or teaching the agent a preference (use learn).

AI & Automation 28 stars 3 forks Updated 1 weeks ago Apache-2.0

Install

View on GitHub

Quality Score: 83/100

Stars 20%
49
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Capture Quickly capture a note, idea, reference, or piece of information : with automatic linking to related notes. --- ## Step 1: Ask What to Capture If the user invoked `/capture` without content, ask: > What do you want to capture? If they provided content after `/capture [content]`, use that directly. --- ## Step 2: Determine Note Type and Location Classify the content : do not ask, infer from context: | Type | Destination | |------|-------------| | Fleeting note / rough idea | `[inbox_folder]/YYYY-MM-DD-[slug].md` | | Personal insight / synthesis | `[knowledge_folder]/[best-subfolder]/[Topic Name].md` | | External reference / source | `[resources_folder]/[best-subfolder]/[Topic Name].md` | | Ongoing responsibility | `[areas_folder]/[best-subfolder]/[Topic Name].md` | | Project update | append to `[projects_folder]/[subfolder]/[Project Name].md` | **For subfolders:** glob existing subfolders in the target folder and pick the best fit. If none match, create a new kebab-case name (1–2 words). Do not ask : decide and proceed. --- ## Step 3: Find and Link Related Notes Search for related notes (use the search tools if available, otherwise Glob `[knowledge_folder]/**/*.md`, `[resources_folder]/**/*.md`, `[areas_folder]/**/*.md`, `[projects_folder]/**/*.md`). Exclude the destination file. For search-tool results, only include candidates with `rerank_score ≥ 0.30` (prefer `≥ 0.60`) — drop anything below 0.30. Include top 1–3 as wikilinks automatically. Omit `## Re...

Details

Author
onebrain-ai
Repository
onebrain-ai/onebrain
Created
5 months ago
Last Updated
1 weeks ago
Language
Shell
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Listed

capture

Use when the user asks to read a source and make a note for it, create or find an atomic note, or check whether a note already exists. Triggers on "read <url> and make a note", "make a note for", "create (or find) an atomic note", "do we have notes about X?", "check if we have a note for", "capture this", "put together a note", "distill this", and on a bare URL/PDF/tweet/thread handed over with intent to write it up. Covers the whole loop as one arc - search the vault first, read the primary source, write the note through the sb CLI, then offer connections. Use inside an Obsidian vault or anywhere a vault is configured. Do NOT use for draining an accumulated inbox backlog (that is process-inbox), for extracting insights from the current conversation (that is devlog), or for routing already-captured notes to their homes (that is route).

10 Updated yesterday
technicalpickles
AI & Automation Listed

capture

Quick-capture a thought, task, note, or event. Routes to the right destination (Things 3, Obsidian daily note, or Google Calendar). Use when the user wants to jot something down, add a task or reminder, save a thought, "remind me to", "add to my list", "put this on my calendar", "I need to", "don't let me forget", "save this", or provides a brief item to save.

1 Updated today
BaesTheorem
AI & Automation Listed

vault-note-capture

When user says "take a note", "note this down", "write it down", "save this", "remember this", "make a note of this" (or paraphrase), write a markdown note to ~/Vault/Notes/<Category>/. Invoke this skill on those phrases.

26 Updated today
nikolanovoselec