agentsclimarketplace

Ip responsiveness sorter ui

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8/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.From its SKILL.md

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill ip-responsiveness-sorter-ui

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

SKILL.md

2.1 KB, 345 tokens by cl100k_base, as published. Nobody here has run it

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. Output: Display the list of responsive IP addresses in the UI.

Communication & Style Preferences

  • Provide the complete code for the HTML, CSS, and JavaScript files or a single file solution.
  • Ensure the UI is functional and user-friendly.

Triggers

  • make an ip address sorter ui
  • sort ips by http response
  • check ip responsiveness with timeout
  • sequential ip queue checker
  • filter ips by connectivity

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.