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.
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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. **
- Prompt
- Triggers
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.
