yutori-web-research
Installation
SKILL.md
yutori-web-research
Use Yutori’s cloud agents for two things:
- Research (wide/deep web research + citations) via
POST /v1/research/tasks - Browsing (web navigation agent on a cloud browser) via
POST /v1/browsing/tasks
This skill is for web tasks where a dedicated web agent is helpful (papers, competitors, product info, extracting lists from a site), and where OpenClaw’s local web_fetch or browser tool is not ideal.
Preconditions (auth + endpoint)
- Requires YUTORI_API_KEY (preferred: provided by OpenClaw Gateway env; fallback:
~/.openclaw/openclaw.jsonatenv.YUTORI_API_KEY). - Endpoint defaults to dev unless overridden:
- Set
YUTORI_API_BASE=https://api.dev.yutori.com(dev) - or
YUTORI_API_BASE=https://api.yutori.com(prod)
- Set
If requests return 403 Forbidden, the key likely lacks access to the requested API product (Research/Browsing).