Use Case
Yutori research is a powerful AI agent skill that extends your assistant with new capabilities. Use Yutori’s Research API and Browsing API (cloud browser) to research topics, collect sources, and extract structured facts from the web. Use when the user asks to “research X”, “monitor/find papers”, or “navigate to a site and extract info” and you have access to YUTORI dev/prod endpoints via YUTORI_API_BASE and an API key in env (YUTORI_API_KEY or ~/.openclaw/openclaw.json env.YUTORI_API_KEY). This guide walks you through installing Yutori research, configuring it for your setup, and running your first commands — so you can start getting value in minutes.
Install Yutori research: npx clawhub@latest --dir ~/.claude/skills install yutori-web-research
Restart your AI client (Claude Code, Cursor, Gemini CLI, or OpenClaw)
Type a natural language request related to data & analytics to trigger Yutori research
Review the output and refine your prompt for better results
Combine Yutori research with other skills to build multi-step workflows
Copy these prompts and use them with your AI agent after installing Yutori research
Help me get started with Yutori research
What can Yutori research do for my data & analytics workflow?
Show me an example of using Yutori research
Select your agent
Option 1: Install via CLI (recommended)
Recommended (no pre-install needed)
npx clawhub@latest --dir ~/.claude/skills install yutori-web-researchOr via clawhub CLI (if already installed)
clawhub --dir ~/.claude/skills install yutori-web-research⚠️ Requires Node.js 18+. No Node? Use Option 2 below to download the ZIP instead. Install Node.js →
Option 2: Manual install (no Node required)
Download the ZIP, extract it, and place the folder at the path below. Restart your agent to activate.
Install path
~/.claude/skills/yutori-web-research/💡Extract and place the folder at the path above, then restart your agent.