← 返回 Skills 市场
ivangdavila

Bookmarks

作者 Iván · GitHub ↗ · v1.0.0
linuxdarwinwin32 ⚠ suspicious
1039
总下载
3
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install bookmarks
功能描述
Build a unified bookmark system that imports saves from all your platforms into one organized, actionable collection.
使用说明 (SKILL.md)

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:

# 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

# 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

# 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)

# 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)
安全使用建议
This skill has clear gaps between what it says it will do and what it actually declares it needs. Before installing or enabling it, ask the publisher: (1) How will the skill obtain access to third-party accounts (OAuth flows, where are tokens stored, and who can read them)? (2) Where and with what file permissions will ~/bookmarks/ be created, and will data be encrypted at rest? (3) Will imports run automatically or only when you explicitly approve them? The SKILL.md currently instructs silent, automatic imports — request an explicit consent workflow and a minimal-scope OAuth design. Also ask for an install/runtime plan that explains how background/periodic behavior is implemented (if at all). If the publisher cannot clearly explain credential handling, consent prompts, and persistence mechanics, do not enable the skill with access to your accounts or sensitive data. Consider testing in a sandboxed account or rejecting the skill until these gaps are remedied.
功能分析
Type: OpenClaw Skill Name: bookmarks Version: 1.0.0 The skill bundle describes a bookmark management system that imports saves from various online platforms (X, YouTube, Reddit, Pinterest, etc.) into a local `~/bookmarks/` directory. The `SKILL.md` outlines the core behavior, file structure, and user preferences, all of which are directly aligned with the stated purpose. There are no instructions for the AI agent to perform actions outside of bookmark management, such as data exfiltration, unauthorized command execution, or persistence mechanisms. The phrases like 'silently, no questions' refer to user interaction, not an instruction for the agent to hide its actions or logs. The skill appears to be a legitimate utility without any malicious intent or significant vulnerabilities.
能力评估
Purpose & Capability
The skill's purpose is to connect to external platforms (X, YouTube, Reddit, Pinterest, Instagram, TikTok) and import saves. However the registry metadata declares no required credentials, no primary credential, no config paths, and no install. Connecting to those services normally requires OAuth tokens or API keys — the skill provides no mechanism or declared requirement for obtaining or storing them. That is an incoherence: a bookmark importer legitimately needs access credentials or an OAuth flow but none are specified.
Instruction Scope
SKILL.md instructs the agent to 'import saves — silently, no questions', 'works silently in background', and to create and maintain files under ~/bookmarks/. It lacks any detail on how to obtain user authorization, does not constrain what is imported beyond a short 'explicit saves only' note, and gives the agent broad discretion (silent imports, auto-tagging, periodic summaries). Those runtime directives expand the agent's scope beyond what's declared and omit essential consent/authorization steps.
Install Mechanism
There is no install spec and no code files — that reduces supply-chain risk because nothing is downloaded or written by an installer. However, the skill claims ongoing background behavior and periodic actions but gives no mechanism (no daemon, no scheduled job, no persistent component) to achieve that. That mismatch is an operational incoherence: background operation is claimed but not enabled by any install/runtime instructions.
Credentials
The skill declares zero required environment variables or credentials despite describing functionality that normally requires access tokens or OAuth flows to third-party platforms. Required secrets are absent from the spec and not discussed in SKILL.md. This omission either (a) hides where credentials would come from, or (b) assumes the agent will access user accounts by other means — both are concerning and disproportionate to the clear stated purpose.
Persistence & Privilege
always:false (good) and model invocation is allowed (normal). But the skill's narrative of 'silent background' operation and periodic summaries implies persistent or scheduled activity. Without an install/runtime mechanism or declared scheduling permissions, it's unclear how persistence would be achieved. If the skill were later granted autonomous periodic invocation, its silent import behavior raises privacy risks — combine that with the missing credential spec and you get elevated concern.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install bookmarks
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /bookmarks 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug bookmarks
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Bookmarks 是什么?

Build a unified bookmark system that imports saves from all your platforms into one organized, actionable collection. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1039 次。

如何安装 Bookmarks?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install bookmarks」即可一键安装,无需额外配置。

Bookmarks 是免费的吗?

是的,Bookmarks 完全免费(开源免费),可自由下载、安装和使用。

Bookmarks 支持哪些平台?

Bookmarks 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。

谁开发了 Bookmarks?

由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.0。

💬 留言讨论