@ai.weget.jp/skill-browser
v0.1.3
Published
Browser skill scaffold for WeGet bot host
Readme
@ai.weget.jp/skill-browser
Browser automation skill for the WeGet bot host.
Responsibility
This package contributes browser-oriented tools to the host runtime, such as:
- opening web pages
- extracting page text
- capturing screenshots
- optionally uploading screenshots to bot artifact storage through the host
It is intended to be used through the WeGet host and gateway MCP flow.
Install
npm i @ai.weget.jp/skill-browserPrerequisite
Install Chromium for Playwright:
npx playwright install chromiumTypical Use
Use this package inside @ai.weget.jp/bot together with @ai.weget.jp/weget-gateway-mcp.
Example screenshot upload flow:
{
"url": "https://www.weget.jp",
"fullPage": true,
"uploadToS3": true
}