{
  "schemaVersion": "1.0",
  "item": {
    "slug": "yutori-web-research",
    "name": "Yutori research",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/juanpin/yutori-web-research",
    "canonicalUrl": "https://clawhub.ai/juanpin/yutori-web-research",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/yutori-web-research",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=yutori-web-research",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "scripts/yutori-research.mjs",
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "yutori-web-research",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-11T11:05:53.838Z",
      "expiresAt": "2026-05-18T11:05:53.838Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=yutori-web-research",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=yutori-web-research",
        "contentDisposition": "attachment; filename=\"yutori-web-research-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "yutori-web-research"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/yutori-web-research"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/yutori-web-research",
    "agentPageUrl": "https://openagent3.xyz/skills/yutori-web-research/agent",
    "manifestUrl": "https://openagent3.xyz/skills/yutori-web-research/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/yutori-web-research/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "yutori-web-research",
        "body": "Use Yutori’s cloud agents for two things:\n\nResearch (wide/deep web research + citations) via POST /v1/research/tasks\nBrowsing (web navigation agent on a cloud browser) via POST /v1/browsing/tasks\n\nThis 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."
      },
      {
        "title": "Preconditions (auth + endpoint)",
        "body": "Requires YUTORI_API_KEY (preferred: provided by OpenClaw Gateway env; fallback: ~/.openclaw/openclaw.json at env.YUTORI_API_KEY).\nEndpoint defaults to dev unless overridden:\n\nSet YUTORI_API_BASE=https://api.dev.yutori.com (dev)\nor YUTORI_API_BASE=https://api.yutori.com (prod)\n\nIf requests return 403 Forbidden, the key likely lacks access to the requested API product (Research/Browsing)."
      },
      {
        "title": "Bundled runner scripts",
        "body": "This skill expects a small Node runner script to exist (or be bundled alongside this skill):\n\nyutori-research.mjs — create + poll a research task; prints pretty text output.\n\nRecommended: bundle it under scripts/yutori-research.mjs in this skill folder."
      },
      {
        "title": "Workflow: Research a topic (brief + reading list)",
        "body": "When the user asks for research (example: “RL papers in the last month”):\n\nWrite a tight query prompt that requests:\n\n1-page brief (themes + trends)\ncurated reading list (10–15 items, each with title, 1–2 sentence summary, why it matters, and link)\nPrefer primary sources (arXiv + publisher pages)\n\n\n\nRun the research task using the runner script (example):\n\ncd /Users/juanpin/.openclaw/workspace\nnode yutori-research.mjs \"Research reinforcement learning papers from the last 30 days. Output (1) a concise 1-page brief of themes/trends and (2) a curated list of 12 papers with title, 2-sentence summary, why it matters, and a link. Prefer arXiv + conference links.\"\n\nReturn results to the user as clean bullets (not raw JSON), and include source URLs."
      },
      {
        "title": "Workflow: Browse a site and extract info (e.g., employees list)",
        "body": "Use the Browsing API when the user asks:\n\n“Navigate to <site> and list …”\n“Fill a form / click through pages / collect items”\n\nCreate a browsing task (example curl):\n\ncurl --request POST \\\n  --url \"$YUTORI_API_BASE/v1/browsing/tasks\" \\\n  --header \"x-api-key: $YUTORI_API_KEY\" \\\n  --header \"Content-Type: application/json\" \\\n  --data '{\n    \"task\": \"Give me a list of all employees (names and titles) of Yutori.\",\n    \"start_url\": \"https://yutori.com\",\n    \"max_steps\": 60\n  }'\n\nPoll until succeeded, then return a deduplicated list."
      },
      {
        "title": "Output style",
        "body": "Prefer pretty text + bullets.\nInclude the key source URLs.\nIf the agent output contains HTML (e.g., <pre>...</pre>), strip it and return plain text."
      },
      {
        "title": "Troubleshooting",
        "body": "401 Missing API key header: ensure you are sending the correct header. Yutori uses x-api-key for most APIs.\n403 Forbidden: key doesn’t have access to that product in that environment.\nLong-running tasks: share the view_url and optionally poll longer."
      }
    ],
    "body": "yutori-web-research\n\nUse Yutori’s cloud agents for two things:\n\nResearch (wide/deep web research + citations) via POST /v1/research/tasks\nBrowsing (web navigation agent on a cloud browser) via POST /v1/browsing/tasks\n\nThis 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.\n\nPreconditions (auth + endpoint)\nRequires YUTORI_API_KEY (preferred: provided by OpenClaw Gateway env; fallback: ~/.openclaw/openclaw.json at env.YUTORI_API_KEY).\nEndpoint defaults to dev unless overridden:\nSet YUTORI_API_BASE=https://api.dev.yutori.com (dev)\nor YUTORI_API_BASE=https://api.yutori.com (prod)\n\nIf requests return 403 Forbidden, the key likely lacks access to the requested API product (Research/Browsing).\n\nBundled runner scripts\n\nThis skill expects a small Node runner script to exist (or be bundled alongside this skill):\n\nyutori-research.mjs — create + poll a research task; prints pretty text output.\n\nRecommended: bundle it under scripts/yutori-research.mjs in this skill folder.\n\nWorkflow: Research a topic (brief + reading list)\n\nWhen the user asks for research (example: “RL papers in the last month”):\n\nWrite a tight query prompt that requests:\n\n1-page brief (themes + trends)\ncurated reading list (10–15 items, each with title, 1–2 sentence summary, why it matters, and link)\nPrefer primary sources (arXiv + publisher pages)\n\nRun the research task using the runner script (example):\n\ncd /Users/juanpin/.openclaw/workspace\nnode yutori-research.mjs \"Research reinforcement learning papers from the last 30 days. Output (1) a concise 1-page brief of themes/trends and (2) a curated list of 12 papers with title, 2-sentence summary, why it matters, and a link. Prefer arXiv + conference links.\"\n\nReturn results to the user as clean bullets (not raw JSON), and include source URLs.\nWorkflow: Browse a site and extract info (e.g., employees list)\n\nUse the Browsing API when the user asks:\n\n“Navigate to <site> and list …”\n“Fill a form / click through pages / collect items”\n\nCreate a browsing task (example curl):\n\ncurl --request POST \\\n  --url \"$YUTORI_API_BASE/v1/browsing/tasks\" \\\n  --header \"x-api-key: $YUTORI_API_KEY\" \\\n  --header \"Content-Type: application/json\" \\\n  --data '{\n    \"task\": \"Give me a list of all employees (names and titles) of Yutori.\",\n    \"start_url\": \"https://yutori.com\",\n    \"max_steps\": 60\n  }'\n\n\nPoll until succeeded, then return a deduplicated list.\n\nOutput style\nPrefer pretty text + bullets.\nInclude the key source URLs.\nIf the agent output contains HTML (e.g., <pre>...</pre>), strip it and return plain text.\nTroubleshooting\n401 Missing API key header: ensure you are sending the correct header. Yutori uses x-api-key for most APIs.\n403 Forbidden: key doesn’t have access to that product in that environment.\nLong-running tasks: share the view_url and optionally poll longer."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/juanpin/yutori-web-research",
    "publisherUrl": "https://clawhub.ai/juanpin/yutori-web-research",
    "owner": "juanpin",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/yutori-web-research",
    "downloadUrl": "https://openagent3.xyz/downloads/yutori-web-research",
    "agentUrl": "https://openagent3.xyz/skills/yutori-web-research/agent",
    "manifestUrl": "https://openagent3.xyz/skills/yutori-web-research/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/yutori-web-research/agent.md"
  }
}