Research and vault
Curated collection of AI agent skills for Hermes and other agent frameworks
npx -y skills add magnus919/agent-skills --skill research-and-vaultAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 25 days oldThe repository was created 25 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 21 stars21 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Chain web research, atomic extraction, and durable knowledge capture into a repeatable workflow when the same research-to-notes sequence is needed.
SKILL.md
0.8 KB, as published. Nobody here has run it
Research and Vault
Quick Start
Load this skill when the task requires the full research-to-note sequence.
Use this thin orchestrator when a task needs the same sequence repeatedly:
- Research the target with the available web-research skill.
- Capture source URLs and dates before interpretation.
- Extract independent atomic claims before synthesis.
- Write the durable note only after the source coverage and gaps are explicit.
- Report the output path and unresolved gaps.
This skill composes existing capabilities; it does not duplicate their methodology. If the task is a single lookup or a single note, load the domain skill directly instead.