← 返回 Skills 市场
freeter226

URL Toolkit

作者 freeter226 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
226
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install url-toolkit
功能描述
URL encoding, decoding, parameter parsing, and URL manipulation toolkit for developers.
安全使用建议
This skill is coherent and appears safe: it only needs python3 and runs a local script that manipulates URL strings. If you plan to install it, confirm you trust the source bundle (the package includes the script in plaintext) and that running arbitrary scripts is acceptable in your environment. If you need IPv6 host parsing or special handling of list values in query-build, review the script logic before use, but there are no red flags for credential access or network exfiltration.
功能分析
Type: OpenClaw Skill Name: url-toolkit Version: 1.0.0 The url-toolkit skill bundle is a straightforward utility for URL encoding, decoding, and parsing. The implementation in scripts/url_toolkit.py relies exclusively on Python's standard library (urllib.parse and json) and contains no network calls, file system access, or suspicious logic. The SKILL.md and README.md files accurately describe the tool's functionality without any evidence of prompt injection or malicious instructions.
能力评估
Purpose & Capability
The name/description (URL encoding, decoding, parsing, building) align with the included Python script and the declared requirement of python3. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md only instructs running the included script with arguments. The script operates on the provided input string and returns JSON; it does not read other files, environment variables, or send data externally.
Install Mechanism
There is no install spec (instruction-only). All code is present in the package and uses Python standard library. No downloads, external packages, or archive extraction are performed during install.
Credentials
No environment variables, credentials, or config paths are required. The declared single binary requirement (python3) is appropriate for a Python script.
Persistence & Privilege
The skill is not configured as always: true and does not request persistent system-wide changes or modify other skills' configurations. Autonomous invocation is allowed by default but is appropriate for a small utility.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install url-toolkit
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /url-toolkit 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of url-toolkit. - Provides URL encoding and decoding functions. - Parses URLs into components (scheme, host, path, etc.). - Parses query strings into key-value pairs. - Builds query strings from JSON key-value input. - Includes command-line usage examples for each action. - Requires Python 3 to run.
元数据
Slug url-toolkit
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

URL Toolkit 是什么?

URL encoding, decoding, parameter parsing, and URL manipulation toolkit for developers. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 226 次。

如何安装 URL Toolkit?

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

URL Toolkit 是免费的吗?

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

URL Toolkit 支持哪些平台?

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

谁开发了 URL Toolkit?

由 freeter226(@freeter226)开发并维护,当前版本 v1.0.0。

💬 留言讨论