← 返回 Skills 市场
openclaw-skill-shorturl
作者
minecraftxdd
· GitHub ↗
· v0.1.0
· MIT-0
167
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-skill-shorturl
功能描述
提供短网址生成服务,支持自定义后缀和多种短网址域名选择。
安全使用建议
This skill appears to do exactly what it says: send a URL to shorturl.bot and print the shortened link. Before using, be aware that any URL you provide (and metadata like your IP) will be transmitted to that external service — avoid submitting sensitive URLs or private tokens. No credentials are requested and no unusual installs are performed.
功能分析
Type: OpenClaw Skill
Name: openclaw-skill-shorturl
Version: 0.1.0
The skill provides a straightforward URL shortening service using a dedicated API (shorturl.bot). The Node.js script (scripts/shorten.js) uses built-in modules to perform a standard POST request and returns the shortened URL as described in SKILL.md, with no evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description (short URL generation, custom suffix, domain choice) align with the included CLI script and documented API. The script only sends the long URL, chosen domain, and optional backHalf/memberId to the shorturl.bot API — nothing unrelated is requested.
Instruction Scope
Runtime instructions and the CLI script stay on-task (they only call the shorturl.bot API). Note: submitting a URL transmits that URL to an external service and the API response can include submitter IP and ownerId fields — a privacy consideration rather than a scope violation.
Install Mechanism
No install spec; script is Node.js using built-in https module. No external downloads or package installs are required.
Credentials
The skill requests no environment variables or credentials. The data sent to the remote API is exactly the user-supplied URL and optional parameters listed in the docs.
Persistence & Privilege
always is false and the skill does not modify system or other skills' configuration. It does not request persistent presence or elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-skill-shorturl - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-skill-shorturl触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
ShortURL skill initial release.
- 支持将长网址缩短为短网址,默认域名为 https://surl.bot/
- 支持自定义短网址域名及后缀
- 提供命令行脚本简易调用接口
- 提供详细参数说明、用法示例与可用域名列表
- 输出格式可选:仅短网址或完整API响应信息
元数据
常见问题
openclaw-skill-shorturl 是什么?
提供短网址生成服务,支持自定义后缀和多种短网址域名选择。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 167 次。
如何安装 openclaw-skill-shorturl?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-skill-shorturl」即可一键安装,无需额外配置。
openclaw-skill-shorturl 是免费的吗?
是的,openclaw-skill-shorturl 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
openclaw-skill-shorturl 支持哪些平台?
openclaw-skill-shorturl 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 openclaw-skill-shorturl?
由 minecraftxdd(@minecraftxdd)开发并维护,当前版本 v0.1.0。
推荐 Skills