← Back to Skills Marketplace
openclaw-skill-shorturl
by
minecraftxdd
· GitHub ↗
· v0.1.0
· MIT-0
167
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-skill-shorturl
Description
提供短网址生成服务,支持自定义后缀和多种短网址域名选择。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-skill-shorturl - After installation, invoke the skill by name or use
/openclaw-skill-shorturl - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
ShortURL skill initial release.
- 支持将长网址缩短为短网址,默认域名为 https://surl.bot/
- 支持自定义短网址域名及后缀
- 提供命令行脚本简易调用接口
- 提供详细参数说明、用法示例与可用域名列表
- 输出格式可选:仅短网址或完整API响应信息
Metadata
Frequently Asked Questions
What is openclaw-skill-shorturl?
提供短网址生成服务,支持自定义后缀和多种短网址域名选择。 It is an AI Agent Skill for Claude Code / OpenClaw, with 167 downloads so far.
How do I install openclaw-skill-shorturl?
Run "/install openclaw-skill-shorturl" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is openclaw-skill-shorturl free?
Yes, openclaw-skill-shorturl is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does openclaw-skill-shorturl support?
openclaw-skill-shorturl is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created openclaw-skill-shorturl?
It is built and maintained by minecraftxdd (@minecraftxdd); the current version is v0.1.0.
More Skills