Jobindex Search Skill
Search live Danish job listings from Jobindex.dk. No authentication needed. Covers thousands of job postings across all sectors, updated in real time.
When to use this skill
Invoke this skill when the user wants to:
- Search for job openings in Denmark by keyword, job title, or technology
- Find jobs in a specific Danish city (use keyword with city name, e.g.
python aarhus) - Filter jobs by recency (posted today, last 7 days, last 30 days)
- Get the full description of a specific job listing
- Explore the Danish job market for a given profession or skill set
Commands
Search job listings
bun run .agents/skills/jobindex-search/cli/src/cli.ts search [flags]
Key flags:
--query <text>/-q <text>— keyword search (job title, skill, company, city). Required for meaningful results.--jobage <days>— filter by posting age:1(today),7,14,30, or9999(all, default)--sort <order>—score(relevance, default) ordate(newest first)--page <n>— page number (1-indexed, 20 results per page, fixed)--limit <n>— cap total results the CLI outputs (client-side)--format json|table|plain
**Are…