Agent skill · Workflow & Productivity

vaultr-quote-extract

Extract high-value verbatim quotes from a Vaultr note and save each as a short note with a backlink wikilink. Use this skill whenever the user wants to extract key quotes, highlight important passages, or "划重点" from a vault note. Trigger on phrases like "extract quotes", "highlight this note", "save important quotes from", "提取引文", "划重点", "摘录重点", or any request to pull out notable original text from a note and store it.

skoowoogithub.com/skoowooGitHub ↗
claude-codeApache-2.0
Install
npx skills add skoowoo/vaultr-notes --skill vaultr-quote-extract --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/vaultr-quote-extract/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 74
Language: Go

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Vaultr Quote Extractor Extract high-value verbatim passages from a Vaultr note and save each one as a short note with a backlink to the source. ## What counts as a good quote Think of it like a **pull quote in a magazine**: not just the punchline, but enough setup that the insight lands on its own. A single sentence that contains the conclusion but relies on prior paragraphs for meaning is not a good quote — include the setup. A quote worth saving: - Tells a **complete mini-story**: claim + reasoning, or observation + implication, or setup + payoff. If you need to re-read the source to understand why it matters, the quote is too short. - Is **verbatim** — exact words from the source, never paraphrased or summarized. Splice adjacent sentences or paragraphs together if they form a coherent unit; trim only scaffolding words between them. - Has **enough context** to be vivid and specific when encountered cold, weeks later. - Is **dense with meaning** — surprising, counterintuitive, or crystallizing something the reader half-knew but couldn't articulate. **Typical length**: 2–5 sentences, or one full paragraph. A single memorable sentence is fine only when it is fully self-explanatory

What's inside
Steps it walks through
  1. What counts as a good quote
  2. Step-by-step
  3. 1. Identify the source
  4. 2. Read the note
  5. 3. Extract the stem and display text
  6. 4. Save each quote as a short note
  7. 5. Report
  8. Edge cases
Commands it runs
vaultr raw_note read <path-or-name>
e.g. /clips/网络效应.md → 网络效应
basename "<path>" .md
vaultr short_note create --content "QUOTE_TEXT
vaultr short_note create --content "网络效应使得先发优势几乎不可逾越,后进者需要付出数倍的资源才能撬动用户迁移。
More from vaultr-notes
All skills →
About this skill
What does the vaultr-quote-extract skill do?

Extract high-value verbatim quotes from a Vaultr note and save each as a short note with a backlink wikilink. Use this skill whenever the user wants to extract key quotes, highlight important passages, or "划重点" from a vault note. Trigger on phrases like "extract quotes", "highlight this note", "save important quotes from", "提取引文", "划重点", "摘录重点", or any request to pull out notable original text from a note and store it.

How do I install it?

Run `npx skills add skoowoo/vaultr-notes --skill vaultr-quote-extract --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From skoowoo/vaultr-notes, a repository with 74 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going