← 返回 Skills 市场
154
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install url-shortener-cli
功能描述
Shorten URLs from terminal with custom slugs, local storage, and basic analytics. A self‑contained CLI that maps long URLs to short slugs using a local JSON...
安全使用建议
This tool appears local and coherent with its description, but note that all mappings are stored unencrypted in ~/.url-shortener/mappings.json and accessible to any account with access to your user files. Before installing, review file permissions for that directory, back up/export if you need persistence across machines, and be aware that shortened URLs are only usable on your machine (this is not a public hosting service). If you want to be extra cautious, inspect the full scripts/main.py file yourself (no network calls were found in the provided code) and run the CLI from a non-privileged user account.
功能分析
Type: OpenClaw Skill
Name: url-shortener-cli
Version: 1.0.0
The skill is a legitimate local URL shortener CLI that manages mappings in a local JSON file (~/.url-shortener/mappings.json). It contains no network calls, external dependencies, or suspicious execution patterns, and its behavior aligns perfectly with the documented purpose in SKILL.md and scripts/main.py.
能力评估
Purpose & Capability
The name and description (local URL shortener, local JSON storage, basic analytics) match the code and SKILL.md. The only required binary is python3, which is appropriate for a Python CLI. There are no requested credentials or unrelated dependencies.
Instruction Scope
SKILL.md directs the agent/user to run the included scripts/main.py and documents CLI commands; instructions reference only the local config directory (~/.url-shortener) and JSON files. There are no instructions to read unrelated system files, access network endpoints, or exfiltrate data.
Install Mechanism
There is no install spec (instruction-only), and the provided code is a self-contained Python script with no external package downloads. No network-based installers or archive extraction mechanisms are used.
Credentials
The skill requests no environment variables or credentials. The code operates entirely on local files under the user's home directory and does not access other services or secrets.
Persistence & Privilege
always is false and the skill does not request any elevated or persistent platform privileges. It creates and uses only its own config directory (~/.url-shortener) and does not modify other skills or global agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install url-shortener-cli - 安装完成后,直接呼叫该 Skill 的名称或使用
/url-shortener-cli触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: local, self-contained URL shortener CLI.
- Shorten long URLs and generate short slugs from the terminal.
- Support for custom slugs, descriptions, and tag organization.
- Store all mappings and analytics locally in a JSON file (no external API or internet needed).
- Commands to expand, list, search, update, delete, import/export, and clean up URL mappings.
- Basic analytics: track click counts and creation dates.
- No user authentication, encryption, or remote access; local only.
元数据
常见问题
URL Shortener CLI 是什么?
Shorten URLs from terminal with custom slugs, local storage, and basic analytics. A self‑contained CLI that maps long URLs to short slugs using a local JSON... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 154 次。
如何安装 URL Shortener CLI?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install url-shortener-cli」即可一键安装,无需额外配置。
URL Shortener CLI 是免费的吗?
是的,URL Shortener CLI 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
URL Shortener CLI 支持哪些平台?
URL Shortener CLI 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 URL Shortener CLI?
由 Derick(@derick001)开发并维护,当前版本 v1.0.0。
推荐 Skills