โ† All skills
Tencent SkillHub ยท Developer Tools

Farseek

Search AI-powered job listings matched to your skills across 22,700+ company boards and 20+ ATS platforms with relevance ranking and filtering.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Search AI-powered job listings matched to your skills across 22,700+ company boards and 20+ ATS platforms with relevance ranking and filtering.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 7 sections Open source page

Farseek โ€” AI Job Search API

Find relevant job openings matched to your skills using AI-powered search across 22,700+ company boards and 20+ ATS platforms.

What it does

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.

Endpoint

POST https://farseek.ai/api/v1/search Content-Type: application/json

Request

{ "skills": ["Python", "machine learning", "distributed systems"], "location": "San Francisco", "role": "Senior Software Engineer", "titles": ["Software Engineer", "Backend Developer"] } FieldTypeRequiredDescriptionskillsstring[]YesSkills to match against (max 50)locationstringNoCity or "Remote" (default: "Remote")rolestringNoCurrent/desired job titletitlesstring[]NoHistorical job titles for context

Response

{ "jobs": [ { "title": "ML Engineer", "company": "Anthropic", "location": "San Francisco, CA", "url": "https://boards.greenhouse.io/anthropic/jobs/123", "tier": 1, "tier_label": "Strong match", "haiku_score": 9, "broadened": false } ], "meta": { "total_results": 25, "location": "San Francisco", "tokens_used": 15000, "cost_usd": 0.003 } }

Errors

CodeMeaning400Missing/invalid skills array429Rate limited (10 req/min)503Service unavailable Errors return {"error": {"code": "string", "message": "string"}}.

Notes

CORS enabled (any origin) Returns up to 25 ranked results Tier 1 = best match, Tier 4 = broadest match Covers Greenhouse, Lever, Ashby, Workday, SmartRecruiters, BambooHR, Workable, JazzHR, Teamtailor, and more

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc