agentsclimarketplace

Vaultr notes

Skill skoowoo/vaultr-notes/skills/vaultr-notes

Guide for working with Vaultr, an AI-native personal note-taking system. Use this skill whenever the user wants to search, find, read, write, save, create, modify, delete, or capture notes — including journal entries, research notes, quick thoughts, knowledge retrieval, or any note-taking task. Trigger when the user says things like 'save this as a note', 'find my notes about X', 'create a note', 'look up my notes on X', 'read my note about Y', 'delete a note', 'quick note', 'short note', 'what do I know about X', or any variation of managing notes in Vaultr.From its SKILL.md

Install
npx -y skills add skoowoo/vaultr-notes --skill vaultr-notes

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • runs commandsInstructs the agent to run 1 command, including `vaultr --help`.

SKILL.md

1.6 KB, 185 tokens by cl100k_base, as published. Nobody here has run it

Vaultr Notes — Router

Environment check

vaultr --help

If vaultr is not found, inform the user and stop.


Identify intent → load sub-skill

ScenarioTrigger signalsSub-skill
Regular notescreate / read / modify / delete / list / search notes; journal entries; research notes; markdown files@notes-crud.md
Short notesquick capture, fleeting thought, short note, daily log, "jot down"@short-notes.md
Knowledge"what do I know about", knowledge base, compiled knowledge, index notes@knowledge.md

Load the matching sub-skill. If the request spans multiple scenarios, handle them sequentially.

What ships with it: 3 files

7.2 KB alongside SKILL.md

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.