URL解析器

# URL解析器

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "URL解析器" with this command: npx skills add freedompixels/cn-url-parser

URL解析器

URL解析工具。Web开发者调试好帮手。

功能

  • URL分解:协议、域名、端口、路径、参数、锚点
  • 参数提取:逐个列出query参数的key-value
  • URL编码/解码:处理%XX编码的中文和特殊字符
  • URL构建:从各部分组装完整URL
  • 批量解析:一次解析多个URL

安装要求

  • Python 3.6+
  • 无外部依赖

使用方法

# 解析URL
python3 scripts/url_parser.py "https://example.com/search?q=hello&page=1#top"

# URL编码
python3 scripts/url_parser.py "encode 你好世界"

# URL解码
python3 scripts/url_parser.py "decode %E4%BD%A0%E5%A5%BD"

示例

输入:https://example.com/search?q=hello&page=1 输出:

协议: https
域名: example.com
路径: /search
参数: q=hello, page=1

分类

开发工具

关键词

URL, 解析, 参数提取, parser, query, encode, decode

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Find Skills

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express...

Registry SourceRecently Updated
2630Profile unavailable
Coding

Agent Reach Setup

提供Agent Reach 1.3.0的完整安装与配置流程,支持7个核心渠道和常见问题诊断,适用于OpenClaw和Claude Code环境。

Registry SourceRecently Updated
6190Profile unavailable
Coding

Ai Dev Tools

智能推荐适合编程 Agent 使用的大模型和开发工具,提供稳定高效的 AI 编程资源及直达链接。

Registry SourceRecently Updated
4660Profile unavailable
Coding

Clawsy

Clawsy is a native macOS companion app that gives your OpenClaw agent eyes and hands on the user's Mac — screenshots, clipboard, camera, files, location, and...

Registry SourceRecently Updated
8110Profile unavailable