openjobs-jobs-search

Search the OpenJobs AI job database with structured filters and return compact job listings.

Updated May 21, 2026
One-click install
npx skills add https://github.com/wahajahmed010/openclaw-skills --skill openjobs-jobs-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openjobs-jobs-search
Source: https://github.com/wahajahmed010/openclaw-skills/tree/main/skills/openjobs-jobs-search
Command: npx skills add https://github.com/wahajahmed010/openclaw-skills --skill openjobs-jobs-search

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of quickly locating relevant job openings without wasting time on unstructured, inconsistent sources by using OpenJobs AI’s structured job search.

Core Features & Use Cases

  • Structured job discovery: Search by title, company, location, seniority, employment type, industry, and date range to narrow down results precisely.
  • Consistent, API-driven results: Uses the OpenJobs AI job-fast-search endpoint with a unified request/response format and predictable limits (e.g., up to 20 results).
  • Clear presentation rules: Returns compact job summaries (title, company, location, employment type) while keeping full details only when explicitly requested.

Quick Start

Ask the skill to search for "Python Engineer" roles in the United States with "Mid-Senior level" seniority and include the results in a concise, readable list.

Frequently Asked Questions about openjobs-jobs-search

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

FAQPage Schema
How do I search for jobs using structured filters like seniority and employment type?

Structured job search filters allow you to narrow results by title, company, location, seniority, employment type, industry, and posting date range. This API-driven approach ensures consistent, predictable result sets directly from the OpenJobs AI database.

What do I need to connect to the OpenJobs API for a job search?

You need a valid Mira or OpenJobs API key provided via the MIRA_KEY variable. This credential authenticates JSON requests sent to the job-fast-search endpoint to retrieve job openings securely.

How many job search results can I get from a single API request?

A single request to the job-fast-search endpoint returns a bounded set of up to 20 job openings. Results are formatted as compact human-readable entries containing title, company, location, and employment type.

Can I retrieve full job descriptions or just summaries from the job search?

The search returns compact job summaries by default, including title, company, location, and employment type. Full job descriptions and complete details are only included when explicitly requested.

How do I find recently posted jobs within a specific industry?

Find recently posted jobs by applying a posting date range filter alongside an industry filter in your search query. This locates newly added roles in targeted sectors while bounding the output to relevant recent openings.

Why are my API job search results returning compact summaries instead of full details?

API job search results return compact summaries to maintain clear presentation rules and reduce friction. Full details are intentionally omitted by default and require an explicit request to surface in the response.