{
  "schemaVersion": "1.0",
  "item": {
    "slug": "exa-plus",
    "name": "Exa",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/jordyvandomselaar/exa-plus",
    "canonicalUrl": "https://clawhub.ai/jordyvandomselaar/exa-plus",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/exa-plus",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=exa-plus",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/code.sh",
      "scripts/content.sh",
      "scripts/search.sh"
    ],
    "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",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/exa-plus"
    },
    "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/exa-plus",
    "agentPageUrl": "https://openagent3.xyz/skills/exa-plus/agent",
    "manifestUrl": "https://openagent3.xyz/skills/exa-plus/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/exa-plus/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": "Exa - Neural Web Search",
        "body": "Powerful AI-powered search with LinkedIn, news, research papers, and more."
      },
      {
        "title": "Setup",
        "body": "Create ~/.clawdbot/credentials/exa/config.json:\n\n{\"apiKey\": \"your-exa-api-key\"}"
      },
      {
        "title": "General Search",
        "body": "bash scripts/search.sh \"query\" [options]\n\nOptions (as env vars):\n\nNUM=10 - Number of results (max 100)\nTYPE=auto - Search type: auto, neural, fast, deep\nCATEGORY= - Category: news, company, people, research paper, github, tweet, pdf, financial report\nDOMAINS= - Include domains (comma-separated)\nEXCLUDE= - Exclude domains (comma-separated)\nSINCE= - Published after (ISO date)\nUNTIL= - Published before (ISO date)\nLOCATION=NL - User location (country code)"
      },
      {
        "title": "Examples",
        "body": "# Basic search\nbash scripts/search.sh \"AI agents 2024\"\n\n# LinkedIn people search\nCATEGORY=people bash scripts/search.sh \"software engineer Amsterdam\"\n\n# Company search\nCATEGORY=company bash scripts/search.sh \"fintech startup Netherlands\"\n\n# News from specific domain\nCATEGORY=news DOMAINS=\"reuters.com,bbc.com\" bash scripts/search.sh \"Netherlands\"\n\n# Research papers\nCATEGORY=\"research paper\" bash scripts/search.sh \"transformer architecture\"\n\n# Deep search (comprehensive)\nTYPE=deep bash scripts/search.sh \"climate change solutions\"\n\n# Date-filtered news\nCATEGORY=news SINCE=\"2026-01-01\" bash scripts/search.sh \"tech layoffs\""
      },
      {
        "title": "Get Content",
        "body": "Extract full text from URLs:\n\nbash scripts/content.sh \"url1\" \"url2\""
      }
    ],
    "body": "Exa - Neural Web Search\n\nPowerful AI-powered search with LinkedIn, news, research papers, and more.\n\nSetup\n\nCreate ~/.clawdbot/credentials/exa/config.json:\n\n{\"apiKey\": \"your-exa-api-key\"}\n\nCommands\nGeneral Search\nbash scripts/search.sh \"query\" [options]\n\n\nOptions (as env vars):\n\nNUM=10 - Number of results (max 100)\nTYPE=auto - Search type: auto, neural, fast, deep\nCATEGORY= - Category: news, company, people, research paper, github, tweet, pdf, financial report\nDOMAINS= - Include domains (comma-separated)\nEXCLUDE= - Exclude domains (comma-separated)\nSINCE= - Published after (ISO date)\nUNTIL= - Published before (ISO date)\nLOCATION=NL - User location (country code)\nExamples\n# Basic search\nbash scripts/search.sh \"AI agents 2024\"\n\n# LinkedIn people search\nCATEGORY=people bash scripts/search.sh \"software engineer Amsterdam\"\n\n# Company search\nCATEGORY=company bash scripts/search.sh \"fintech startup Netherlands\"\n\n# News from specific domain\nCATEGORY=news DOMAINS=\"reuters.com,bbc.com\" bash scripts/search.sh \"Netherlands\"\n\n# Research papers\nCATEGORY=\"research paper\" bash scripts/search.sh \"transformer architecture\"\n\n# Deep search (comprehensive)\nTYPE=deep bash scripts/search.sh \"climate change solutions\"\n\n# Date-filtered news\nCATEGORY=news SINCE=\"2026-01-01\" bash scripts/search.sh \"tech layoffs\"\n\nGet Content\n\nExtract full text from URLs:\n\nbash scripts/content.sh \"url1\" \"url2\""
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/jordyvandomselaar/exa-plus",
    "publisherUrl": "https://clawhub.ai/jordyvandomselaar/exa-plus",
    "owner": "jordyvandomselaar",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/exa-plus",
    "downloadUrl": "https://openagent3.xyz/downloads/exa-plus",
    "agentUrl": "https://openagent3.xyz/skills/exa-plus/agent",
    "manifestUrl": "https://openagent3.xyz/skills/exa-plus/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/exa-plus/agent.md"
  }
}