用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/oomol-lab/wanta --skill browser命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | browser |
| description | Use Wanta's visible integrated browser to inspect and interact with web pages. |
| icon | :lucide:search: |
Use this skill when the user explicitly selects $browser, or when the task needs interaction with
a rendered website, a signed-in page, or a local web application that ordinary URL fetching or a
connected service cannot handle.
.html deliverable in the current artifact directory is a document artifact, not a
browser destination. Write it to the artifact directory and let Wanta show its artifact preview;
do not start a localhost server or call browser_navigate merely to display that report. Use the
integrated browser for the artifact only when the user explicitly asks to test it as a live web app
or it genuinely needs browser-only runtime behavior.browser_* tools. Do not start a separate browser automation
process.browser_read to inspect the current page and obtain short-lived element refs.browser_screenshot only when visual layout or appearance matters; use browser_read for
ordinary interaction.