yutori-web-research

Installation
SKILL.md

yutori-web-research

Use Yutori’s cloud agents for two things:

  1. Research (wide/deep web research + citations) via POST /v1/research/tasks
  2. 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.json at env.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)

If requests return 403 Forbidden, the key likely lacks access to the requested API product (Research/Browsing).

Bundled runner scripts

Installs
2
Repository
openclaw/skills
GitHub Stars
4.5K
First Seen
Feb 4, 2026
yutori-web-research — openclaw/skills