bookmark

Solid

Quick URL bookmark capture : paste a link, AI generates name and description, suggests category, saves to Bookmarks.md in awesome-list format. Invoke when user wants to save a URL for later — bare URL with no other context defaults to this. Do NOT use for: deeply processing or summarizing the URL content now (use summarize), saving a note that is not a URL (use capture), or researching a topic from scratch (use research).

AI & Automation 28 stars 3 forks Updated 1 weeks ago Apache-2.0

Install

View on GitHub

Quality Score: 83/100

Stars 20%
49
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Bookmark Save a URL to your `Bookmarks.md` file in one step. Paste the link : the AI fills in the name and description, picks a category, and saves immediately. Usage: `/bookmark [url]` --- ## Step 1: Get the URL If a URL was provided after the command, use it directly. If not, ask: > What URL do you want to bookmark? --- ## Step 2: Fetch the Page Fetch the page content. Extract: - **Name**: page title or product name (prefer `<title>` or `<h1>`) - **Description**: 1-line summary (~15 words) from meta description or page body **If fetch fails**, ask: > I couldn't fetch that URL. What should I call it, how would you describe it in one line, and what category fits best? Use the user's answers and continue normally. --- ## Step 3: Pre-Save Checks **Duplicate check:** grep `[resources_folder]/Bookmarks.md` for the URL (`[resources_folder]` from Step 2). If already present, tell the user and stop (unless they confirm to save again). **Existing summary note:** grep `[resources_folder]/**/*.md` for `url: [URL]` in frontmatter. If found, record its title for use as a wikilink in the entry. --- ## Step 4: Pick Category Infer the best category and optional subcategory from the content : do not ask. Use the structure: - **Level 1 (`##`)**: broad domain : `AI Tools`, `Design`, `Dev Utilities`, `Productivity`, `Reading`, `Learning`, `Finance`, `Health`, `Reference` - **Level 2 (`###`)**: optional refinement : only when it adds meaningful grouping Create new categori...

Details

Author
onebrain-ai
Repository
onebrain-ai/onebrain
Created
5 months ago
Last Updated
1 weeks ago
Language
Shell
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

summarize

Fetch a URL and create a structured summary note saved to the resources folder. Invoke when user shares a URL and explicitly asks for a summary, deep read, or notes on it. Do NOT use for: just saving a URL without reading it (use bookmark), researching a topic without a specific URL (use research), or processing a physical book (use reading-notes).

28 Updated 1 weeks ago
onebrain-ai
AI & Automation Solid

capture

Quick note capture with automatic wikilink suggestions to related existing notes. Use when the user wants to save a single, specific, titled idea, insight, or piece of information to the vault. Do NOT use for: unstructured multi-thread thought dumps (use braindump), saving a URL for later (use bookmark), deeply summarizing an article or URL (use summarize), processing a book (use reading-notes), or teaching the agent a preference (use learn).

28 Updated 1 weeks ago
onebrain-ai
AI & Automation Listed

session-bookmarks

This skill should be used to save URLs or links found this session as Raindrop bookmarks — triggers: 'bookmark URLs from this session', 'save links we found', 'save notable URLs to Raindrop', 'save session URLs', 'raindrop bookmarks from session'. Scans the current conversation for high-signal URLs discovered during research, previews 1-3 bookmark candidates, and creates them in the AI-bookmarked Raindrop collection after user approval. This is URL/link bookmarking to Raindrop — to capture insights, decisions, or lessons into the Basic Memory knowledge graph instead, use session-reflect.

3 Updated 1 weeks ago
voxpelli