← 返回 Skills 市场
godsboy

Short.io

作者 Dewaldt Huysamen · GitHub ↗ · v1.0.5 · MIT-0
cross-platform ✓ 安全检测通过
138
总下载
0
收藏
0
当前安装
6
版本数
在 OpenClaw 中安装
/install short-io
功能描述
Use this skill to manage Short.io branded short links via their REST API. Triggers on: create short link, shorten URL, Short.io, manage links, short link sta...
安全使用建议
This skill appears to do exactly what it claims: call Short.io APIs using your Short.io secret API key. Before installing or running: (1) review scripts/shortio.sh yourself; (2) store the API key in a file that contains only an assignment (SHORT_IO_API_KEY=...) and set strict permissions (chmod 600); (3) consider exporting SHORT_IO_API_KEY in your shell instead of sourcing a file if you prefer; (4) verify the key's scope on Short.io and be prepared to revoke it if you suspect compromise. If you are comfortable with these checks, the skill is coherent and reasonable to use.
功能分析
Type: OpenClaw Skill Name: short-io Version: 1.0.5 The short-io skill is a legitimate integration for managing branded short links via the Short.io REST API. The helper script (scripts/shortio.sh) uses standard tools like curl and jq to interact with official API endpoints (api.short.io and statistics.short.io) and follows safe practices such as using jq for JSON construction and Python for URL encoding to prevent injection vulnerabilities.
能力评估
Purpose & Capability
Name/description, required env var (SHORT_IO_API_KEY), and required binaries (curl, jq, python3, column) all match a CLI helper that talks to Short.io's REST and statistics APIs. There are no unrelated credentials or unexpected service hosts.
Instruction Scope
SKILL.md and scripts/shortio.sh confine activity to Short.io API endpoints. One notable point: the helper 'sources' a secrets file (~/.secrets/shortio.env) to load SHORT_IO_API_KEY, which will execute any shell constructs present in that file. This is common practice but the user should ensure the file contains only simple environment assignments (and correct permissions) to avoid executing unintended commands.
Install Mechanism
No install spec or remote downloads; the skill is instruction-only with a shipped shell script. Nothing is fetched from arbitrary URLs and no archives are extracted.
Credentials
Only a single credential (SHORT_IO_API_KEY) is required and it is the expected secret for the Short.io API. Binaries requested are reasonable for the script's behavior. The only path referenced is the user's secrets file; users should ensure it doesn't contain other sensitive variables or executable content.
Persistence & Privilege
always:false and user-invocable:true (default). The skill does not request permanent system-wide presence or modify other skills/config. It does not enable autonomous elevation of privilege beyond normal API access.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install short-io
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /short-io 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.5
Fix: license corrected to MIT (not MIT-0). VirusTotal flag is a false positive -- OpenClaw scanner confirms Benign HIGH CONFIDENCE (only calls Short.io API endpoints).
v1.0.4
Fix: declare SHORT_IO_API_KEY in metadata requires.env + primaryEnv. Resolves ClawHub Suspicious flag (metadata/runtime credential mismatch). Cisco skill-scanner: 0 findings.
v1.0.3
Add MIT license to manifest. Passes Cisco AI skill-scanner with zero findings.
v1.0.2
Fix: use correct JSON metadata format for openclaw requires (bins only); move credential docs to SKILL.md body; add homepage. Resolves [object Object] registry display bug.
v1.0.1
Fix: declare SHORT_IO_API_KEY credential requirement, list runtime deps (curl/jq/python3/column), use $HOME for secrets path instead of hardcoded /root. Resolves OpenClaw security scanner warnings.
v1.0.0
Initial release — manage Short.io branded short links via REST API. Create, list, delete, get stats, generate QR codes, bulk operations.
元数据
Slug short-io
版本 1.0.5
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 6
常见问题

Short.io 是什么?

Use this skill to manage Short.io branded short links via their REST API. Triggers on: create short link, shorten URL, Short.io, manage links, short link sta... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 138 次。

如何安装 Short.io?

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

Short.io 是免费的吗?

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

Short.io 支持哪些平台?

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

谁开发了 Short.io?

由 Dewaldt Huysamen(@godsboy)开发并维护,当前版本 v1.0.5。

💬 留言讨论