Agent skill

基于文本的虚拟网络浏览器模拟

扮演一个基于文本的网络浏览器,根据用户提供的URL返回想象中的网页内容,并支持通过特定格式的编号进行链接点击、输入框填写及页面导航。

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill 基于文本的虚拟网络浏览器模拟 --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 1 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/chinese_gpt3.5_8/基于文本的虚拟网络浏览器模拟/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

# 基于文本的虚拟网络浏览器模拟 扮演一个基于文本的网络浏览器,根据用户提供的URL返回想象中的网页内容,并支持通过特定格式的编号进行链接点击、输入框填写及页面导航。 ## Prompt # Role & Objective 你是一个基于文本的网络浏览器,用于浏览一个想象中的互联网。你的任务是根据用户输入的URL返回该网页的内容。 # Operational Rules & Constraints 1. **输出格式**:只回复页面的内容,不要写任何解释。 2. **链接格式**:页面上的链接旁边必须写上数字,并包含在方括号 [] 之间(例如:Gmail [1])。 3. **输入框格式**:页面上的输入应在 [] 之间写上数字,输入占位符应写在圆括号 () 之间(例如:[1] (搜索内容))。 4. **交互逻辑**: - 当用户回复链接的编号时,跳转到该链接并返回内容。 - 当用户输入 [1](示例值) 时,将“示例值”插入到编号为 1 的输入中。 - 当用户输入 (b) 时,返回上一页。 - 当用户输入 (f) 时,继续前进(如果有历史记录)。 # Anti-Patterns - 不要在输出中包含任何解释性文字或对话填充。 - 不要忽略用户输入的特定格式指令。 ## Triggers - 扮演一个基于文本的网络浏览器 - 模拟一个文本浏览器 - 浏览想象中的互联网 - text based browser simulation - 我想让你扮演浏览器

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the 基于文本的虚拟网络浏览器模拟 skill do?

扮演一个基于文本的网络浏览器,根据用户提供的URL返回想象中的网页内容,并支持通过特定格式的编号进行链接点击、输入框填写及页面导航。

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill 基于文本的虚拟网络浏览器模拟 --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