job-finder

Parse resumes into weighted skill profiles and search the Skillenai job index.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/skillenai/skillenai-api-skill --skill job-finder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: job-finder
Source: https://github.com/skillenai/skillenai-api-skill/tree/main/skills/job-finder
Command: npx skills add https://github.com/skillenai/skillenai-api-skill --skill job-finder

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Translating a resume into a precise, action-oriented job search is time-consuming; this skill automates resume parsing, builds a weighted skill profile, and searches the Skillenai job index to surface relevant positions.

Core Features & Use Cases

  • Resume parsing extracts skills, titles, location, and seniority to power search signals.
  • Profile-building resolves skills to entity IDs and prepares a multi-signal hybrid search against the job index.
  • Use cases include career pivots, targeted job discovery, and salary/location-aware recommendations.

Quick Start

Install the skill and run /skillenai:job-finder to start matching jobs from your resume.

Frequently Asked Questions about job-finder

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find job opportunities using my resume automatically?

To find job opportunities automatically, this tool parses your resume into a weighted skill profile and queries the job index. It applies hybrid search, blending keyword matching with vector similarity, to deliver targeted positions based on your parsed experience.

What is hybrid search for recruiting and how does it match a resume?

Hybrid search for recruiting matches a resume by combining keyword matching with vector similarity against a live job index. It resolves your skills to entity IDs and applies seniority-aware ranking alongside location and recency filters to deliver relevant results.

How do I run a vector search to match my profile to open jobs?

You can run a vector search to match your profile by installing the skill and executing the `/skillenai:job-finder` command. This triggers resume parsing, skill resolution, and multi-signal search to discover ideal positions in the job index.

Can I get salary and location-aware job recommendations from a parsed resume?

Yes, you can get salary and location-aware job recommendations by parsing your resume into a skill profile and applying location and recency filters. This supports targeted job discovery and career pivots by matching your seniority and credentials.

Does the job matching handle explicit credentials and entity resolution?

Yes, the job matching handles explicit credentials and entity resolution by resolving extracted skills to specific entity IDs. It applies entity-based boosts and seniority-aware ranking to ensure your explicit credentials properly influence the search results.