← 返回 Skills 市场
1530
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install url-shorten
功能描述
Shorten URLs via tinyurl or bitly API
安全使用建议
This skill appears to do what it claims (shorten URLs) and has no install actions, but note two issues: (1) SKILL.md expects an environment variable named BITLY_TOKEN though the registry metadata does not declare it — the skill will read that env var if present, so only set it if you trust the skill and understand the token's permissions; (2) shortened URLs (and the original URLs you provide) will be transmitted to external services (tinyurl or bitly), so avoid shortening URLs that contain sensitive tokens, private paths, or personal data. If you need assurance, ask the author to update the registry to declare BITLY_TOKEN as an optional credential and to document which endpoints are used, or test with non-sensitive example URLs first.
功能分析
Type: OpenClaw Skill
Name: url-shorten
Version: 1.0.0
The skill bundle, consisting of `_meta.json` and `SKILL.md`, describes a URL shortening tool. The `SKILL.md` file, treated as a prompt injection surface, contains no instructions for malicious behavior, data exfiltration, or unauthorized actions. It declares `curl` as a required binary, which is appropriate for its stated purpose of making API calls. The use of the `BITLY_TOKEN` environment variable is for functional purposes (API authentication) and not for exfiltration. No other high-risk behaviors or obfuscation attempts are present in the provided files.
能力评估
Purpose & Capability
Name/description (shorten via tinyurl/bitly) aligns with the declared requirement for curl and the SKILL.md instructions. No unrelated binaries, installs, or capabilities are requested.
Instruction Scope
SKILL.md explicitly instructs the agent to use BITLY_TOKEN if set, falling back to tinyurl otherwise. The instructions do not direct the agent to read other system files, but they do rely on an environment variable that is not declared in the skill metadata, which is an inconsistency and a potential surprise at runtime.
Install Mechanism
Instruction-only skill with no install steps and no code written to disk. Lowest-risk install posture.
Credentials
Requesting or using a BITLY_TOKEN would be proportional to the stated purpose, but the registry metadata lists no required env vars while SKILL.md references BITLY_TOKEN. The missing declaration reduces transparency about secret usage. Also, providing a token means the skill (when invoked) will send data to an external service, which has privacy implications.
Persistence & Privilege
Skill does not request always:true, does not modify agent/system config, and is user-invocable only. No elevated persistence or privileges are requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install url-shorten - 安装完成后,直接呼叫该 Skill 的名称或使用
/url-shorten触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish
元数据
常见问题
Url Shorten 是什么?
Shorten URLs via tinyurl or bitly API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1530 次。
如何安装 Url Shorten?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install url-shorten」即可一键安装,无需额外配置。
Url Shorten 是免费的吗?
是的,Url Shorten 完全免费(开源免费),可自由下载、安装和使用。
Url Shorten 支持哪些平台?
Url Shorten 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Url Shorten?
由 Xejrax(@xejrax)开发并维护,当前版本 v1.0.0。
推荐 Skills