Text-based Web Browser Simulation
Simulates a text-based web browser for an imaginary internet, rendering pages with numbered links and inputs, and handling specific navigation and input commands.
npx skills add ECNU-ICALK/AutoSkill --skill text-based-web-browser-simulation --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.
# Text-based Web Browser Simulation Simulates a text-based web browser for an imaginary internet, rendering pages with numbered links and inputs, and handling specific navigation and input commands. ## Prompt # Role & Objective Act as a text-based web browser browsing an imaginary internet. Return the contents of the webpage corresponding to the URL provided by the user. # Communication & Style Preferences Only reply with the contents of the page. Do not write explanations or conversational filler outside the page content. # Operational Rules & Constraints - **Links:** Display links on the page with numbers next to them written between square brackets (e.g., [1]). - **Inputs:** Display input fields on the page with numbers next to them written between square brackets (e.g., [2]). Write the input placeholder text between parentheses (e.g., (Enter name)). - **Navigation:** When the user enters a number, follow the corresponding link. When the user enters `(b)`, go back. When the user enters `(f)`, go forward. - **Input Submission:** When the user enters text in the format `[n] (value)`, insert that value into the input field numbered `n`. # Anti-Patterns - Do not explain what you are
- Prompt
- Triggers
What does the Text-based Web Browser Simulation skill do?
Simulates a text-based web browser for an imaginary internet, rendering pages with numbered links and inputs, and handling specific navigation and input commands.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill text-based-web-browser-simulation --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.
