URL 收藏技能

SkillDev tools

Saves a URL as a bookmark per the user's instruction, matching tags already maintained in the system. Use when the user says things like "bookmark this link", "save this one under the tech tag", or "save this URL". First call get_bookmark_tags to get the list of available tags; if a tag the user wan

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the URL 收藏技能 skill

What this skill tells your AI

The instructions your AI receives, as published by next-open-ai/openclawx in skills/url-bookmark/SKILL.md and read by ahel’s review.

何时使用

当用户希望保存一个链接/URL 到收藏时使用本技能,例如:

  • 「收藏这个链接」「把这条链接存一下」
  • 「把这个网址加到技术标签」「存到待读里」
  • 「保存当前页面」「记一下这个地址」

工作流程

  1. 获取可用标签:先调用工具 get_bookmark_tags,获取系统中已维护的标签列表(用户可在「设置 → 标签管理」中维护,或由本技能通过工具新增)。
  2. 缺标签时新增:若用户指定的标签(如「美女」「技术」「待读」)不在 get_bookmark_tags 返回列表中,先调用 add_bookmark_tag 传入该标签名完成新增,再调用 get_bookmark_tags 获取最新列表(或直接使用刚创建的标签名)。
  3. 理解用户意图:从用户话里提取:
    • 要收藏的 URL(用户可能直接给出,或说「当前页面」「刚发的那条」等,需结合上下文确定);
    • 用户指定的标签(须与系统已有标签名一致;若不存在则先用 add_bookmark_tag 创建);
    • 若用户未指定标签,可根据内容推断一个已有标签或留空。
  4. 保存收藏:调用工具 save_bookmark,传入 url(必填)、title(可选)、tagNames(可选,字符串数组,须为系统已有标签名)。

工具说明

  • get_bookmark_tags:无参数。返回当前可用的标签名称列表,供后续匹配。
  • add_bookmark_tag:参数 tagName(必填,字符串)。在系统中新增一个标签;若标签已存在会提示无需重复创建。缺少某标签时先调用本工具再保存收藏。
  • save_bookmark:参数 url(必填)、title(可选)、tagNames(可选,字符串数组)。标签名须为系统已有标签(可来自 get_bookmark_tags 或 add_bookmark_tag 刚创建)。

注意

  • 用户说「存到某某分类/标签」且该标签不存在时,先 add_bookmark_tagsave_bookmark
  • 若尚无任何标签,可只保存 URL 不传 tagNames,或先 add_bookmark_tag 再保存。

Signals

GitHub stars
56
Forks
13
Last commit
Jun 2026
Advanced
Catalog kind
skill
Gateway key
url-bookmark
Source
github.com/next-open-ai/openclawx