← Back to Skills Marketplace
URL Toolkit
by
freeter226
· GitHub ↗
· v1.0.0
· MIT-0
226
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install url-toolkit
Description
URL encoding, decoding, parameter parsing, and URL manipulation toolkit for developers.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install url-toolkit - After installation, invoke the skill by name or use
/url-toolkit - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is URL Toolkit?
URL encoding, decoding, parameter parsing, and URL manipulation toolkit for developers. It is an AI Agent Skill for Claude Code / OpenClaw, with 226 downloads so far.
How do I install URL Toolkit?
Run "/install url-toolkit" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is URL Toolkit free?
Yes, URL Toolkit is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does URL Toolkit support?
URL Toolkit is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created URL Toolkit?
It is built and maintained by freeter226 (@freeter226); the current version is v1.0.0.
More Skills