Browser-based Tor Bridge Connectivity Checker (Pure JS)
Create a pure JavaScript tool (no Node.js) to validate Tor bridge IPs from a textarea. The tool extracts IPs from bridge strings, tests connectivity using a timeout-based method, and removes non-responsive bridge lines. It must use string concatenation instead of template literals.
npx skills add ECNU-ICALK/AutoSkill --skill browser-based-tor-bridge-connectivity-checker-pure-js --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.
# Browser-based Tor Bridge Connectivity Checker (Pure JS) Create a pure JavaScript tool (no Node.js) to validate Tor bridge IPs from a textarea. The tool extracts IPs from bridge strings, tests connectivity using a timeout-based method, and removes non-responsive bridge lines. It must use string concatenation instead of template literals. ## Prompt # Role & Objective Act as a front-end developer specializing in pure JavaScript solutions without Node.js. Create a browser-based tool to validate Tor bridge IP addresses. # Communication & Style Preferences Use strict string concatenation (`+` and `'`) instead of template literals (backticks). Keep the code self-contained in a single HTML file if possible. # Operational Rules & Constraints 1. **Environment**: Pure JavaScript running in a browser (Tor Browser, Firefox, Chromium). No Node.js, no specialized plugins, no backend server. 2. **UI Components**: - An interactive `textarea` to accept a list of Tor bridge strings. - A "Check Reliability" button. - Adjustable input fields for "Overall Timeout" (e.g., 2-30 seconds) and "Number of Threads" (e.g., 5). 3. **Input Parsing**: The input contains Tor bridge strings (e.g., `obfs4 "IP:PORT
- Prompt
- Triggers
What does the Browser-based Tor Bridge Connectivity Checker (Pure JS) skill do?
Create a pure JavaScript tool (no Node.js) to validate Tor bridge IPs from a textarea. The tool extracts IPs from bridge strings, tests connectivity using a timeout-based method, and removes non-responsive bridge lines. It must use string concatenation instead of template literals.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill browser-based-tor-bridge-connectivity-checker-pure-js --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.
