← 返回 Skills 市场
tmiu

url-shortener-mobile

作者 Tae-Min Choi · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ⚠ suspicious
81
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install url-shortener-mobile
功能描述
Guide for shortening any URL via public web services. Use whenever the user asks to shorten, abbreviate, or create a shareable link from a long URL. This ski...
安全使用建议
This skill appears to do what it says (call public shortener APIs and return the short link) and it doesn't request credentials or install code, but you should consider: 1) Privacy: the original URL is transmitted to third-party services (da.gd, cleanuri, tinyurl). Do not shorten URLs that contain private tokens, PII, or sensitive query strings unless you're OK sharing them with those services. 2) Evasion note: the SKILL.md explicitly tells the agent to use http_fetch because it 'bypasses anti-bot filters' — that indicates intent to circumvent protections and is a red flag; confirm you trust the http_fetch tool and the policy implications of bypassing on-device network controls. 3) Behavior: the skill will perform network calls whenever invoked; if you need stricter auditing or user consent prompts before external requests, modify the instructions to require explicit user approval. If you want a cleaner risk profile, prefer a shortener that you control (self-hosted) or add a visible warning to users before performing the shortening.
能力评估
Purpose & Capability
Name and description (shortening URLs via public services) match the SKILL.md. The skill is instruction-only and requests no binaries, env vars, or installs — nothing unrelated to URL shortening is required.
Instruction Scope
Instructions directly call external shortener APIs (da.gd, cleanuri, tinyurl) via the existing http_fetch tool — expected for this purpose — but the SKILL.md includes an explicit note about using http_fetch because it 'bypasses the anti-bot filters that block the on-device QuickJS fetch.' That wording encourages evasion of anti-bot mechanisms and is a procedural red flag. Additionally, the instructions will send the original (possibly sensitive) URL to third-party servers; the guide does not require asking user consent or warning about privacy implications.
Install Mechanism
Instruction-only skill with no install spec and no code files. This is the lowest-risk install posture — nothing will be written to disk by the skill itself.
Credentials
The skill requests no environment variables, credentials, or config paths. There is no disproportionate credential access.
Persistence & Privilege
always:false and user-invocable:true (defaults) — the skill does not request permanent inclusion or elevated platform privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install url-shortener-mobile
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /url-shortener-mobile 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
"Describe what changed": Restructure as instructions-only guide. The on-device QuickJS fetch's network fingerprint gets rejected by shortener anti-bot filters. This version documents how the agent should use the existing http_fetch tool (different HTTP stack) with da.gd / cleanuri fallbacks.
v1.0.2
- Now uses the da.gd service for URL shortening instead of tinyurl.com. - No API key or account required; service is free and does not require solving a Cloudflare challenge. - Updates all output links to use the da.gd domain format. - Still processes URLs using only a simple GET request and runs fully on-device.
v1.0.1
- Updated service provider from is.gd to TinyURL (tinyurl.com) for URL shortening. - Revised example output and description to reflect use of TinyURL links. - Updated usage notes to specify a single GET request to tinyurl.com and clarified technical implementation details.
v1.0.0
Initial release (v1.0.0). - Adds a single verb `run` that accepts `{ url: string }`. - Calls https://is.gd/create.php (no API key, no account). - Returns `{ short_url, source: "is.gd" }` or an `error` string. - Self-contained TypeScript handler — no external CLI or npm deps. - Targets mobile runtimes (QuickJS sandbox with native fetch bridge).
元数据
Slug url-shortener-mobile
版本 1.0.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

url-shortener-mobile 是什么?

Guide for shortening any URL via public web services. Use whenever the user asks to shorten, abbreviate, or create a shareable link from a long URL. This ski... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 81 次。

如何安装 url-shortener-mobile?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install url-shortener-mobile」即可一键安装,无需额外配置。

url-shortener-mobile 是免费的吗?

是的,url-shortener-mobile 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

url-shortener-mobile 支持哪些平台?

url-shortener-mobile 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 url-shortener-mobile?

由 Tae-Min Choi(@tmiu)开发并维护,当前版本 v1.0.3。

💬 留言讨论