vortex-notes
Read, search, and write the user's Vortex Notes vault — plain-markdown notes with local semantic search, daily notes, and durable facts with supersession. Use for "note this down",…
vortex-303
@vortex-303
Install
$ openclaw skills install @vortex-303/vortex-notesVortex Notes
The user's knowledge base is a folder of plain markdown ("the vault"). You can work with it two ways — prefer the CLI for search, plain file reads for content.
Find the vault: $VORTEX_NOTES_VAULT if set, else ~/VortexNotes, else ask once
and remember it.
Search (always start here)
vortex-notes search "<query>" --vault <vault>
Hybrid keyword + multilingual semantic search — natural-language queries work
("that idea about pricing"), and queries in one language find notes in another.
Results show path › heading plus a snippet; read the file for full content.
Read
Notes are plain .md files with YAML frontmatter (title, tags, created,
updated). [[Wikilinks]] reference other notes by title or filename —
follow them for context.
Write
- Daily journal (observations, decisions, things that happened):
append a bullet to
daily/YYYY-MM-DD.mdin the vault:- **HH:MM** <entry>— create the file with atitle: YYYY-MM-DDfrontmatter and adailytag if it doesn't exist. - Durable facts ("remember that X"): append to
memory/facts.md(ormemory/<topic>.md) as- **YYYY-MM-DD** <fact> \^f-<8 random chars>`. If the fact REPLACES an earlier one, strike the old line through (-old line→ superseded YYYY-MM-DD by `^f-new``) and keep it — never delete history. - New notes: create
<kebab-case-title>.md(optionally in a folder) with frontmattertitle:andcreated:/updated:ISO timestamps. - Edits: edit surgically (append a section, fix a line). Never rewrite a
whole note unless asked. Preserve frontmatter; bump
updated.
After any write, the vault's watcher reindexes automatically — no extra step.
MCP alternative
If this agent supports MCP, vortex-notes mcp --vault <vault> (stdio) exposes
task-shaped tools (search_notes, read_note, write_note, edit_note,
append_daily, remember with supersession, build_context) and a
--read-only flag. Prefer MCP when available — remember and build_context
encode the conventions above.
Top skills in this category
Self-Improving + Proactive Agent
@ivangdavilaSelf-reflection + Self-criticism + Self-learning + Self-organizing memory. Agent evaluates its own work, catches mistakes, and improves permanently. Use when...
ontology
@oswalpalashTyped knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linkin...
Humanizer
@biostartechnologyRemove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.
Obsidian
@steipeteWork with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
YouTube Watcher
@michaelgatharaFetch and read transcripts from YouTube videos. Use when you need to summarize a video, answer questions about its content, or extract information from it.