ソース情報
- リポジトリ
- oomol-lab/wanta
- ソースの最終更新活動
- 2026年8月25日 10:16
- 検出された SKILL.md の言語
- 英語
- スター
- 67
- フォーク
- 11
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/oomol-lab/wanta --skill browserコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?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.