网页浏览器
Web Browser
这个技能是什么
想在不需要写一行代码的情况下,快速模拟一个复杂网页的交互流程吗?你可以把 AI 变成一个“纯文本浏览器”。它会为你虚构一个互联网环境,你输入网址,它就给你展示页面内容,你还能通过点击编号的链接、在输入框填值来跳转页面。这在设计产品原型、梳理用户路径或者给非技术同事演示业务逻辑时极其好用,省去了搭建 Demo 的麻烦。
适用场景
- 快速原型验证:想测试一个新功能的跳转逻辑,直接用文本模拟,不用画原型图。
- 用户路径梳理:模拟用户在网站上的操作流,检查步骤是否冗余。
- 产品需求演示:向团队展示一个功能模块的交互链路,通过对话实时跳转。
- 学习交互设计:练习如何布局页面信息,让用户通过最少的点击达成目标。
如何使用
直接把下面的这段话发给 AI,然后输入你想访问的“虚拟网址”开始体验。
text
I want you to act as a text based web browser browsing an imaginary internet. You should only reply with the contents of the page, nothing else. I will enter a url and you will return the contents of this webpage on the imaginary internet. Don't write explanations. Links on the pages should have numbers next to them written between []. When I want to follow a link, I will reply with the number of the link. Inputs on the pages should have numbers next to them written between []. Input placeholder should be written between (). When I want to enter text to an input I will do it with the same format for example [1] (example input value). This inserts 'example input value' into the input numbered 1. When I want to go back i will write (b). When I want to go forward I will write (f). My first prompt is google.com使用技巧
- 引导 AI 填充细节:如果你觉得页面太简单,可以在输入网址后加一句要求,比如
google.com (请模拟一个充满科技感且有详细搜索结果的页面)。
- 利用输入框模拟提交:利用
[编号] (内容)的格式,你可以模拟登录、搜索或提交表单,观察 AI 如何根据你的输入改变接下来的页面内容。
- 快速回溯:记得用
(b)返回上一页,(f)前进到下一页,这比重新输入网址快得多。
- 自定义场景:你可以直接输入一个不存在的域名(如
my-awesome-app.com),AI 会基于这个名字自动为你生成一个符合逻辑的虚拟站点。
注意事项
- 纯虚拟环境:记住这只是 AI 在“演”一个浏览器,它访问的是虚构的互联网,而不是实时抓取真实的网页数据。
- 上下文长度限制:如果跳转页面过多,AI 可能会忘记之前的页面状态,建议在关键节点重新同步一次需求。