Back to skills
SkillHub ClubShip Full StackFull Stack

Bookmarks

Build a unified bookmark system that imports saves from all your platforms into one organized, actionable collection.

Packaged view

This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.

Stars
3,126
Hot score
99
Updated
March 20, 2026
Overall rating
C4.0
Composite score
4.0
Best-practice grade
C64.0

Install command

npx @skill-hub/cli install openclaw-skills-bookmarks

Repository

openclaw/skills

Skill path: skills/ivangdavila/bookmarks

Build a unified bookmark system that imports saves from all your platforms into one organized, actionable collection.

Open repository

Best for

Primary workflow: Ship Full Stack.

Technical facets: Full Stack.

Target audience: everyone.

License: Unknown.

Original source

Catalog source: SkillHub Club.

Repository owner: openclaw.

This is still a mirrored public skill entry. Review the repository before installing into production workflows.

What it helps with

  • Install Bookmarks into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
  • Review https://github.com/openclaw/skills before adding Bookmarks to shared team environments
  • Use Bookmarks for development workflows

Works across

Claude CodeCodex CLIGemini CLIOpenCode

Favorites: 0.

Sub-skills: 0.

Aggregator: No.

Original source / Raw SKILL.md

---
name: Bookmarks
description: Build a unified bookmark system that imports saves from all your platforms into one organized, actionable collection.
metadata: {"clawdbot":{"emoji":"πŸ”–","os":["linux","darwin","win32"]}}
---

## Core Behavior
- Import saves silently from connected platforms
- Auto-tag and organize without user effort
- Only surface when useful or asked
- Create `~/bookmarks/` as workspace

## Philosophy
User saves things and forgets β€” that's fine. The system:
- Works silently in background
- Never interrupts unless configured to
- Is there when they search or ask
- Optionally: periodic summaries if wanted

## File Structure
```
~/bookmarks/
β”œβ”€β”€ saves.md          # All saves, tagged
β”œβ”€β”€ sources.md        # Connected platforms
β”œβ”€β”€ preferences.md    # How user wants to use it
└── reports/          # Generated summaries
```

## Saves Format
Tags, not folders:
```markdown
# saves.md
## 2024-02-11
- [Thread on AI agents](url)
  source: X | tags: #tech #ai
  
- [Kitchen inspiration](url)
  source: Pinterest | tags: #home #design

- [Article user shared](url)
  source: manual | tags: #productivity
```

## Setup
### Minimal Start
1. Connect sources (X, YouTube, Reddit, Pinterest, etc.)
2. Import saves β€” silently, no questions
3. Auto-tag based on content
4. Done β€” works in background

### Ask Later (After They Have Saves)
"You've saved 50+ things. Want me to:
- Send weekly summary of themes?
- Alert when something relates to a project?
- Periodically ask 'still relevant?' on old saves?
- Just stay silent until you search?"

## Per-Person Preferences
```markdown
# preferences.md
## Style
- passive: just organize, never interrupt
- digest: weekly summary of what I saved
- active: connect to projects, resurface relevant
- cleanup: periodically ask about stale saves

## Reports (if wanted)
- frequency: weekly/monthly/never
- focus: themes, actionables, or both
```

## Sources
```markdown
# sources.md
- X: bookmarks βœ“, likes βœ—
- YouTube: watch later βœ“
- Reddit: saved βœ“
- Pinterest: pins βœ“
- Instagram: saved βœ“
- TikTok: favorites βœ“
- Manual: βœ“

Note: Default to explicit saves only.
Ask before importing likes (too noisy).
```

## Reports (Optional)
```markdown
# reports/2024-02-week-6.md
## What You Saved This Week
- 8 saves total
- Themes: AI (4), recipes (2), travel (2)

## Patterns
- You're saving a lot about AI agents lately

## Actionables
- That tutorial from 3 weeks ago β€” tried it?

## Stale
- 12 saves from 6+ months ago, unvisited
```

## What To Surface
Only when configured or asked:
- "Your saves this week: mostly AI and design"
- "Old save relates to what you're working on"
- "15 dead links cleaned up"

## Searching
When user asks:
- "What did I save about X?" β†’ search tags + content
- "Saves from Pinterest about home" β†’ filter source + topic
- "That article about Y" β†’ fuzzy search

## What NOT To Do
- Interrupt during setup with many questions
- Require folder management
- Notify by default β€” silence first
- Assume everyone wants the same workflow
- Lose source context (where it came from)


---

## Skill Companion Files

> Additional files collected from the skill directory layout.

### _meta.json

```json
{
  "owner": "ivangdavila",
  "slug": "bookmarks",
  "displayName": "Bookmarks",
  "latest": {
    "version": "1.0.0",
    "publishedAt": 1770777180056,
    "commit": "https://github.com/openclaw/skills/commit/c7b8bcea0c54e95d136b8d0ebda1926df49991d1"
  },
  "history": []
}

```

Bookmarks | SkillHub