← 返回 Skills 市场
Link Saver
作者
huangjingzhi07
· GitHub ↗
· v1.0.0
341
总下载
0
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install link-saver
功能描述
链接收藏夹,保存和整理有用的网页链接
使用说明 (SKILL.md)
link-saver - 链接收藏夹
保存和整理有用的网页链接。
功能
- 保存链接 - 收藏网页链接并添加描述
- 分类管理 - 按类别整理链接
- 快速搜索 - 搜索已保存的链接
触发关键词
- 保存链接
- 收藏链接
- 添加书签
- 查看链接
- 搜索链接
数据存储
- links.json - 链接数据
使用示例
- "保存 https://example.com 我的收藏"
- "查看所有链接"
- "搜索 Python 教程"
安全使用建议
This skill appears to be what it claims: a simple local bookmark manager that stores data in a links.json file next to the skill code. Before installing, consider: (1) links.json is stored unencrypted and could contain sensitive URLs or notes—confirm whether that storage location is acceptable; (2) the file will be created/modified under the skill's directory—know where your platform places skill files and back up or remove links.json if you uninstall; (3) if you need cloud sync or sharing, this skill does not provide that and would require additional trusted infrastructure; (4) if you want to audit behavior, you can inspect index.js yourself (it contains only fs/path usage, no network or secret access).
功能分析
Type: OpenClaw Skill
Name: link-saver
Version: 1.0.0
The 'link-saver' skill is a standard utility for managing bookmarks. It uses local file system operations (fs.writeFileSync/readFileSync) strictly to maintain a 'links.json' file within its own directory. There is no evidence of data exfiltration, network requests, or malicious execution logic in index.js or SKILL.md.
能力评估
Purpose & Capability
Name/description (link saver) match the code and SKILL.md: the skill only implements saving, listing, searching, and deleting links. No unrelated binaries, env vars, or services are requested.
Instruction Scope
SKILL.md and index.js stay within scope. The runtime reads/writes a single local file (links.json) in the skill directory and only processes messages for bookmark operations. There are no instructions to read unrelated system files, environment variables, or to transmit data externally.
Install Mechanism
No install spec is present and there are no external downloads. The skill is instruction+code only and uses built-in Node.js fs/path modules; nothing is fetched from the network.
Credentials
The skill requires no environment variables or credentials. The code does not access process.env or other external secrets; requested access is minimal and proportional to the feature set.
Persistence & Privilege
always is false and the skill does not modify other skills or system-wide configs. It creates/updates a local links.json file in its own directory, which is a reasonable level of persistence for a bookmark tool.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install link-saver - 安装完成后,直接呼叫该 Skill 的名称或使用
/link-saver触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of link-saver, a bookmark manager for saving and organizing useful web links.
- Save web links with custom descriptions.
- Categorize links for better organization.
- Quickly search saved links by keyword.
- Supports trigger phrases like “保存链接”, “添加书签”, and “搜索链接”.
- Links are stored in links.json.
- Chinese language support throughout.
元数据
常见问题
Link Saver 是什么?
链接收藏夹,保存和整理有用的网页链接. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 341 次。
如何安装 Link Saver?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install link-saver」即可一键安装,无需额外配置。
Link Saver 是免费的吗?
是的,Link Saver 完全免费(开源免费),可自由下载、安装和使用。
Link Saver 支持哪些平台?
Link Saver 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Link Saver?
由 huangjingzhi07(@huangjingzhi07)开发并维护,当前版本 v1.0.0。
推荐 Skills