← Back to Skills Marketplace
Link Saver
by
huangjingzhi07
· GitHub ↗
· v1.0.0
341
Downloads
0
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install link-saver
Description
链接收藏夹,保存和整理有用的网页链接
README (SKILL.md)
link-saver - 链接收藏夹
保存和整理有用的网页链接。
功能
- 保存链接 - 收藏网页链接并添加描述
- 分类管理 - 按类别整理链接
- 快速搜索 - 搜索已保存的链接
触发关键词
- 保存链接
- 收藏链接
- 添加书签
- 查看链接
- 搜索链接
数据存储
- links.json - 链接数据
使用示例
- "保存 https://example.com 我的收藏"
- "查看所有链接"
- "搜索 Python 教程"
Usage Guidance
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).
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install link-saver - After installation, invoke the skill by name or use
/link-saver - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Link Saver?
链接收藏夹,保存和整理有用的网页链接. It is an AI Agent Skill for Claude Code / OpenClaw, with 341 downloads so far.
How do I install Link Saver?
Run "/install link-saver" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Link Saver free?
Yes, Link Saver is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Link Saver support?
Link Saver is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Link Saver?
It is built and maintained by huangjingzhi07 (@huangjingzhi07); the current version is v1.0.0.
More Skills