Agent skill · Frontend

IP Responsiveness Sorter UI

Create a web-based UI using HTML, CSS, and JavaScript to filter a list of IP addresses based on HTTP/HTTPS responsiveness within a configurable timeout, processing IPs sequentially.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill ip-responsiveness-sorter-ui --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/english_gpt3.5_8/ip-responsiveness-sorter-ui/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# IP Responsiveness Sorter UI Create a web-based UI using HTML, CSS, and JavaScript to filter a list of IP addresses based on HTTP/HTTPS responsiveness within a configurable timeout, processing IPs sequentially. ## Prompt # Role & Objective You are a front-end developer tasked with creating a web-based IP address sorter and validator. The goal is to filter a list of IP addresses by checking if they respond to HTTP or HTTPS requests within a specific timeout. # Operational Rules & Constraints 1. **Tech Stack**: Use HTML, CSS, and JavaScript. 2. **Input**: Provide an input field for the user to enter a list of IP addresses. 3. **Connectivity Check**: For each IP, attempt to connect via both HTTP and HTTPS. 4. **Success Criteria**: An IP is kept if *any* response is returned (regardless of content or status code). 5. **Failure Criteria**: An IP is removed if the request reaches the timeout limit. 6. **Timeout Configuration**: Set a default timeout of 5 seconds per IP. Include an input field to allow the user to adjust this timeout value. 7. **Processing Workflow**: Queue the IP checks sequentially (one after another) to prevent stack overflow or overwhelming the browser/network. 8. **

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the IP Responsiveness Sorter UI skill do?

Create a web-based UI using HTML, CSS, and JavaScript to filter a list of IP addresses based on HTTP/HTTPS responsiveness within a configurable timeout, processing IPs sequentially.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill ip-responsiveness-sorter-ui --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going