Link Saver

v1.0.0

链接收藏夹,保存和整理有用的网页链接

0· 323·3 current·3 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for huangjingzhi07/link-saver.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Link Saver" (huangjingzhi07/link-saver) from ClawHub.
Skill page: https://clawhub.ai/huangjingzhi07/link-saver
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Canonical install target

openclaw skills install huangjingzhi07/link-saver

ClawHub CLI

Package manager switcher

npx clawhub@latest install link-saver
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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).

Like a lobster shell, security has layers — review code before you run it.

latestvk97a40bwgxj53zv82vegwqbcqd82f9h5
323downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

link-saver - 链接收藏夹

保存和整理有用的网页链接。

功能

  1. 保存链接 - 收藏网页链接并添加描述
  2. 分类管理 - 按类别整理链接
  3. 快速搜索 - 搜索已保存的链接

触发关键词

  • 保存链接
  • 收藏链接
  • 添加书签
  • 查看链接
  • 搜索链接

数据存储

  • links.json - 链接数据

使用示例

Comments

Loading comments...