with one click
url
URL → Source note with summary, key ideas, and highlights
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
URL → Source note with summary, key ideas, and highlights
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Quick capture — dump raw text and Claude classifies it into your vault
Knowledge consolidation — connect orphans, suggest Maps, add wikilinks
Morning check-in + day briefing
Set up your Second Brain — personalize CLAUDE.md with your info
Commit and push all vault changes to git
Weekly reflection — review the week, synthesize, and plan the next one
| name | url |
| description | URL → Source note with summary, key ideas, and highlights |
| allowed-tools | Read, Write, Edit, Glob, Grep, WebFetch, WebSearch, AskUserQuestion, Skill, ToolSearch |
The user gives you a URL. Your job is to extract the content and create a well-structured Source note.
Input: $ARGUMENTS
If $ARGUMENTS is empty, ask:
What URL do you want to save?
Detect the URL type and use the right strategy:
| Type | Detection | Strategy |
|---|---|---|
| YouTube | youtube.com/watch, youtu.be/ | Use skill youtube-transcript for transcription + WebFetch for metadata |
| Twitter/X | twitter.com, x.com | WebFetch (may fail, extract what you can) |
| Article/Blog | Everything else | WebFetch to extract content |
Extract:
article, video, podcast, paper, tweetShow what you extracted and ask if it looks right.
Ask:
Have you already consumed this, or is it for later?
completed— Already read/watchedto-consume— For later
Check first if a similar note already exists in Atoms/Sources/ (by title or URL).
Create the note at Atoms/Sources/Title - Author.md using the exact template from x/Templates/Source.md:
---
date: YYYY-MM-DD
type: [article/video/podcast/paper/tweet]
author: [author]
year: [year]
status: [to-consume/completed]
in:
url: [the original URL]
---
## Overview
[2-3 sentence summary]
## Key ideas
- [idea 1]
- [idea 2]
- [idea 3]
## Highlights
> [quote 1]
> [quote 2]
If no author: just Title.md. Clean special characters from the title.
Maps/. Suggest the in field.Atoms/Things/. Don't create automatically — just suggest.