next-open-ai/url-bookmark
根据用户指令将 URL 保存为收藏,并匹配系统中已维护的标签。当用户说「收藏这个链接」「把这条存到技术标签」「保存网址」等时使用。先调用 get_bookmark_tags 获取可用标签列表;若缺少用户想要的标签,可用 add_bookmark_tag 新增标签,再根据用户意图选择标签,最后用 save_bookmark 保存。
npx skills add https://github.com/next-open-ai/openclawx --skill url-bookmark
Take next-open-ai/url-bookmark from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.