Agent skill · AI & Agents

web-access

所有联网操作必须通过此 skill 处理,包括:搜索、网页抓取、登录后操作、网络交互等。 触发场景:用户要求搜索信息、查看网页内容、访问需要登录的网站、操作网页界面、抓取社交媒体内容(小红书、微博、推特等)、读取动态渲染页面、以及任何需要真实浏览器环境的网络任务。

mingchen666157★ · +54/wk · 1 repos on radarProfile →
claude-coderead-onlyships scripts
Install
npx skills add mingchen666/Reviva --skill web-access --agent claude-code

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

Facts
Files in the skill folder: 12
SKILL.md size: 9 KB
Bundled scripts: yes
Version: 2.5.3
Declared author: 一泽Eze
Allowed tools: exec_commandfile_readfile_write
Path: electron/builtin-assets/skills/web-access/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 181 · +24 this week
Language: HTML
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# web-access Skill ## Reviva 适配说明 这是脚本型浏览器自动化 skill。要真正启动 CDP Proxy 或执行脚本,当前 Agent 必须同时满足: - 已绑定 `web-access` skill; - 已绑定 `exec_command` 工具; - Agent 权限里开启 `execCommand`; - 系统命令白名单允许 `node`; - 用户使用的 Chrome/Edge 已开启远程调试授权。 如果 `exec_command` 不可用,不要声称已经打开网页、读取登录态页面或启动 CDP Proxy;只能说明需要开启命令执行权限,或改用当前 Agent 已有的普通搜索/读取工具。 在 Reviva 中运行脚本时优先使用虚拟路径 `/skills/web-access/scripts/...`,不要假定存在 `${CLAUDE_SKILL_DIR

More from Reviva
All skills →
About this skill
What does the web-access skill do?

所有联网操作必须通过此 skill 处理,包括:搜索、网页抓取、登录后操作、网络交互等。 触发场景:用户要求搜索信息、查看网页内容、访问需要登录的网站、操作网页界面、抓取社交媒体内容(小红书、微博、推特等)、读取动态渲染页面、以及任何需要真实浏览器环境的网络任务。

How do I install it?

Run `npx skills add mingchen666/Reviva --skill web-access --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 mingchen666/Reviva, a repository with 181 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