{
  "schemaVersion": "1.0",
  "item": {
    "slug": "farseek",
    "name": "Farseek",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/farseek2020/farseek",
    "canonicalUrl": "https://clawhub.ai/farseek2020/farseek",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/farseek",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=farseek",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "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",
      "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/farseek"
    },
    "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/farseek",
    "agentPageUrl": "https://openagent3.xyz/skills/farseek/agent",
    "manifestUrl": "https://openagent3.xyz/skills/farseek/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/farseek/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": "Farseek — AI Job Search API",
        "body": "Find relevant job openings matched to your skills using AI-powered search across 22,700+ company boards and 20+ ATS platforms."
      },
      {
        "title": "What it does",
        "body": "Farseek searches a live database of job postings from Greenhouse, Lever, Ashby, Workday, SmartRecruiters, and more. It uses Claude to expand your skills into search terms, filter results by relevance, and rank matches into tiers."
      },
      {
        "title": "Endpoint",
        "body": "POST https://farseek.ai/api/v1/search\nContent-Type: application/json"
      },
      {
        "title": "Request",
        "body": "{\n  \"skills\": [\"Python\", \"machine learning\", \"distributed systems\"],\n  \"location\": \"San Francisco\",\n  \"role\": \"Senior Software Engineer\",\n  \"titles\": [\"Software Engineer\", \"Backend Developer\"]\n}\n\nFieldTypeRequiredDescriptionskillsstring[]YesSkills to match against (max 50)locationstringNoCity or \"Remote\" (default: \"Remote\")rolestringNoCurrent/desired job titletitlesstring[]NoHistorical job titles for context"
      },
      {
        "title": "Response",
        "body": "{\n  \"jobs\": [\n    {\n      \"title\": \"ML Engineer\",\n      \"company\": \"Anthropic\",\n      \"location\": \"San Francisco, CA\",\n      \"url\": \"https://boards.greenhouse.io/anthropic/jobs/123\",\n      \"tier\": 1,\n      \"tier_label\": \"Strong match\",\n      \"haiku_score\": 9,\n      \"broadened\": false\n    }\n  ],\n  \"meta\": {\n    \"total_results\": 25,\n    \"location\": \"San Francisco\",\n    \"tokens_used\": 15000,\n    \"cost_usd\": 0.003\n  }\n}"
      },
      {
        "title": "Errors",
        "body": "CodeMeaning400Missing/invalid skills array429Rate limited (10 req/min)503Service unavailable\n\nErrors return {\"error\": {\"code\": \"string\", \"message\": \"string\"}}."
      },
      {
        "title": "Notes",
        "body": "CORS enabled (any origin)\nReturns up to 25 ranked results\nTier 1 = best match, Tier 4 = broadest match\nCovers Greenhouse, Lever, Ashby, Workday, SmartRecruiters, BambooHR, Workable, JazzHR, Teamtailor, and more"
      }
    ],
    "body": "Farseek — AI Job Search API\n\nFind relevant job openings matched to your skills using AI-powered search across 22,700+ company boards and 20+ ATS platforms.\n\nWhat it does\n\nFarseek searches a live database of job postings from Greenhouse, Lever, Ashby, Workday, SmartRecruiters, and more. It uses Claude to expand your skills into search terms, filter results by relevance, and rank matches into tiers.\n\nEndpoint\nPOST https://farseek.ai/api/v1/search\nContent-Type: application/json\n\nRequest\n{\n  \"skills\": [\"Python\", \"machine learning\", \"distributed systems\"],\n  \"location\": \"San Francisco\",\n  \"role\": \"Senior Software Engineer\",\n  \"titles\": [\"Software Engineer\", \"Backend Developer\"]\n}\n\nField\tType\tRequired\tDescription\nskills\tstring[]\tYes\tSkills to match against (max 50)\nlocation\tstring\tNo\tCity or \"Remote\" (default: \"Remote\")\nrole\tstring\tNo\tCurrent/desired job title\ntitles\tstring[]\tNo\tHistorical job titles for context\nResponse\n{\n  \"jobs\": [\n    {\n      \"title\": \"ML Engineer\",\n      \"company\": \"Anthropic\",\n      \"location\": \"San Francisco, CA\",\n      \"url\": \"https://boards.greenhouse.io/anthropic/jobs/123\",\n      \"tier\": 1,\n      \"tier_label\": \"Strong match\",\n      \"haiku_score\": 9,\n      \"broadened\": false\n    }\n  ],\n  \"meta\": {\n    \"total_results\": 25,\n    \"location\": \"San Francisco\",\n    \"tokens_used\": 15000,\n    \"cost_usd\": 0.003\n  }\n}\n\nErrors\nCode\tMeaning\n400\tMissing/invalid skills array\n429\tRate limited (10 req/min)\n503\tService unavailable\n\nErrors return {\"error\": {\"code\": \"string\", \"message\": \"string\"}}.\n\nNotes\nCORS enabled (any origin)\nReturns up to 25 ranked results\nTier 1 = best match, Tier 4 = broadest match\nCovers Greenhouse, Lever, Ashby, Workday, SmartRecruiters, BambooHR, Workable, JazzHR, Teamtailor, and more"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/farseek2020/farseek",
    "publisherUrl": "https://clawhub.ai/farseek2020/farseek",
    "owner": "farseek2020",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/farseek",
    "downloadUrl": "https://openagent3.xyz/downloads/farseek",
    "agentUrl": "https://openagent3.xyz/skills/farseek/agent",
    "manifestUrl": "https://openagent3.xyz/skills/farseek/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/farseek/agent.md"
  }
}