Source profileQuality 85/100Review permissions

MadsLorentzen/ai-job-search/.agents/skills/jobdanmark-search/SKILL.md

jobdanmark-search

Make sure to use this skill whenever the user mentions anything related to Danish job listings, job search in Denmark, finding work in Denmark, or job vacancies on Jobdanmark — even if they don't explicitly mention jobdanmark.dk. Also invoke this skill for questions about specific Danish job categories, municipalities, job types, or salaries in a job-search context. Trigger phrases include: danish jobs, jobs in denmark, find job denmark, job search denmark, danish job listings, jobdanmark, job o

Source repository stars
29,574
Declared platforms
0
Static risk flags
2
Last source update
2026-08-03
Source checked
2026-08-04

Decision brief

What it does—and where it fits

Access live Danish job listings from the Jobdanmark.dk public API. No authentication needed. Covers 15,000+ active job listings across 10 categories and all Danish municipalities.

Best for

  • Search for job listings in Denmark (by keyword, location, category, or job type)
  • Browse available jobs in a specific Danish city, municipality, zip code, or region
  • Filter jobs by employment type (full-time, part-time, student job, apprentice, etc.)

Not for

  • Tasks that require unconfirmed production actions or broad system permissions.
  • Environments where the pinned source and install steps cannot be inspected.

Compatibility matrix

Platform support, with evidence labels

PlatformStatusEvidenceWhat to check
CodexNot declaredNo explicit evidencePortability before use
Claude CodeNot declaredNo explicit evidencePortability before use
CursorNot declaredNo explicit evidencePortability before use
Gemini CLINot declaredNo explicit evidencePortability before use
Open the compatibility checker

Installation

Inspect first. Install second.

The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

Source-detected install commandSource
npx skills add https://github.com/MadsLorentzen/ai-job-search --skill ".agents/skills/jobdanmark-search"
Safe inspection promptEditorial

Inspect the Agent Skill "jobdanmark-search" from https://github.com/MadsLorentzen/ai-job-search/blob/a8a10011126f443e0041bb4924a1106c2f7f7536/.agents/skills/jobdanmark-search/SKILL.md at commit a8a10011126f443e0041bb4924a1106c2f7f7536. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

Workflow

What the source asks the agent to do

  1. 01

    How to use effectively

    Resolve locations first. Use locations to find the correct municipality name or zip code before passing them to search:

    Use search to get a list of matching jobs with their slug.Call detail to get the full job posting with description, deadline, and organization details.Resolve locations first. Use locations to find the correct municipality name or zip code before passing them to search:
  2. 02

    Usage examples

    Review the “Usage examples” section in the pinned source before continuing.

    Review and apply the “Usage examples” source section.
  3. 03

    When to use this skill

    Invoke this skill when the user wants to:

    Search for job listings in Denmark (by keyword, location, category, or job type)Browse available jobs in a specific Danish city, municipality, zip code, or regionFilter jobs by employment type (full-time, part-time, student job, apprentice, etc.)
  4. 04

    Commands

    Key flags: - --text — free-text search, e.g. elektriker, sygeplejerske, softwareudvikler - --category — category ID (see Categories table below) - --jobtitle-id — job title ID from autocomplete results - --municipality — e.g. Odense, København, Aarhus - --zip — zip code, e.g. 50…

    --text — free-text search, e.g. elektriker, sygeplejerske, softwareudvikler--category — category ID (see Categories table below)--jobtitle-id — job title ID from autocomplete results
  5. 05

    Search job listings

    Key flags: - --text — free-text search, e.g. elektriker, sygeplejerske, softwareudvikler - --category — category ID (see Categories table below) - --jobtitle-id — job title ID from autocomplete results - --municipality — e.g. Odense, København, Aarhus - --zip — zip code, e.g. 50…

    --text — free-text search, e.g. elektriker, sygeplejerske, softwareudvikler--category — category ID (see Categories table below)--jobtitle-id — job title ID from autocomplete results

Permission review

Static risk signals and limitations

Runs scripts

medium · line 24

The documentation asks the agent to run terminal commands or scripts.

bun run .agents/skills/jobdanmark-search/cli/src/cli.ts search [flags]

Runs scripts

medium · line 44

The documentation asks the agent to run terminal commands or scripts.

bun run .agents/skills/jobdanmark-search/cli/src/cli.ts detail <slug> [--format json|plain]

Network access

medium · line 205

The documentation includes network, browsing, or remote request actions.

`slug` in search results is extracted from the API's relative `url` field (the path after `/job/`).

Evidence record

Why each signal appears

EvidenceSourceComputedTestedEditorial
SignalValueEvidence typeMeaning
Quality score85/100ComputedDocumentation, specificity, maintenance, and trust rules
Repository stars29,574SourceRepository attention, not individual Skill quality
Compatibility0 platformsSourceDeclared in the catalog source record
Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

Pinned source

Provenance and original SKILL.md

Repository
MadsLorentzen/ai-job-search
Skill path
.agents/skills/jobdanmark-search/SKILL.md
Commit
a8a10011126f443e0041bb4924a1106c2f7f7536
License
MIT
Collected
2026-08-04
Default branch
master
View the original SKILL.md

Jobdanmark Search Skill

Access live Danish job listings from the Jobdanmark.dk public API. No authentication needed. Covers ~15,000+ active job listings across 10 categories and all Danish municipalities.

When to use this skill

Invoke this skill when the user wants to:

  • Search for job listings in Denmark (by keyword, location, category, or job type)
  • Browse available jobs in a specific Danish city, municipality, zip code, or region
  • Filter jobs by employment type (full-time, part-time, student job, apprentice, etc.)
  • Look up the full details of a specific job posting including description and deadline
  • List all job categories with current live job counts
  • Resolve a job search term into a job title ID or category ID for precise filtering
  • Find location suggestions (municipalities, zip codes, regions) for job search filters

Commands

Search job listings

bun run .agents/skills/jobdanmark-search/cli/src/cli.ts search [flags]

Key flags:

  • --text <keyword> — free-text search, e.g. elektriker, sygeplejerske, softwareudvikler
  • --category <id> — category ID (see Categories table below)
  • --jobtitle-id <id> — job title ID from autocomplete results
  • --municipality <name> — e.g. Odense, København, Aarhus
  • --zip <code> — zip code, e.g. 5000, 8000, 2100
  • --region <name> — region name, e.g. Midtjylland, Sjælland
  • --job-type <types> — comma-separated: fuldtid, deltid, fleksjob, elev, studiejob, praktik
  • --page <n> — page number (30 items per page, server-enforced)
  • --limit <n> — cap total results returned by CLI
  • --format json|table|plain

Per-page is fixed at 30 by the API. Use --page to paginate.

Full job detail

bun run .agents/skills/jobdanmark-search/cli/src/cli.ts detail <slug> [--format json|plain]

slug is the URL path segment returned as slug in search results (e.g. it-chef-soeges-til-rah). Returns full structured job data from the job page. The CLI prefers Schema.org JSON-LD when present and falls back to parsing the rendered HTML when Jobdanmark omits JSON-LD.

List categories with live counts

bun run .agents/skills/jobdanmark-search/cli/src/cli.ts categories [--format json|table|plain]

Returns all 10 job categories with current live job counts. Useful for giving the user an overview of the job market.

Autocomplete job titles and categories

bun run .agents/skills/jobdanmark-search/cli/src/cli.ts autocomplete --query "<text>" [--limit <n>]

Use this to resolve search terms into precise job title IDs (--jobtitle-id) or category IDs (--category) for search. The value field in results is the ID to pass to search.

Suggest locations

bun run .agents/skills/jobdanmark-search/cli/src/cli.ts locations --query "<text>" [--limit <n>]

Returns matching municipalities, zip codes, and regions. Use value from results as --municipality or --zip in search.


Categories

IDDanishEnglish
227972Pædagogik, Uddannelse og ForskningEducation, Research
227973Håndværk, Industri, Transport og LandbrugCrafts, Industry, Transport, Agriculture
227974Salg, Kommunikation, Marketing, og DesignSales, Communication, Marketing, Design
227975Pleje, Social og SundhedCare, Social, Health
227976Hotel, Service, Restauration og SikkerhedHotel, Service, Restaurant, Security
227977Kontor, Finans og ØkonomiOffice, Finance, Economy
227978IT, Ingeniør og EnergiIT, Engineering, Energy
227979Ledelse, HR og projektstyringManagement, HR, Project Management
543415Kirke, Kultur og UnderholdningChurch, Culture, Entertainment
227980Øvrige jobOther jobs

How to use effectively

Resolve locations first. Use locations to find the correct municipality name or zip code before passing them to search:

bun run .agents/skills/jobdanmark-search/cli/src/cli.ts locations --query "Aarhus" --format plain

Resolve job titles for precision. Use autocomplete to get the exact job title ID when the user wants a specific role:

bun run .agents/skills/jobdanmark-search/cli/src/cli.ts autocomplete --query "sygeplejerske" --format plain

Natural workflow: searchdetail.

  1. Use search to get a list of matching jobs with their slug.
  2. Call detail <slug> to get the full job posting with description, deadline, and organization details.

Use --format table for comparisons, --format json for data processing, and --format plain for single-record detail views.

Pagination: The API returns 30 items per page (server-enforced). Use --page to navigate through results. Use --limit to cap CLI output regardless of page size.

Combine filters for precise results — e.g. --text + --job-type + --municipality all work together in a single search request.


Usage examples

IT jobs in Copenhagen

bun run .agents/skills/jobdanmark-search/cli/src/cli.ts search \
  --category 227978 \
  --municipality "København" \
  --job-type fuldtid \
  --format table

Nursing jobs anywhere in Denmark

bun run .agents/skills/jobdanmark-search/cli/src/cli.ts search \
  --text "sygeplejerske" \
  --category 227975 \
  --format table

Student jobs in Aarhus

bun run .agents/skills/jobdanmark-search/cli/src/cli.ts search \
  --municipality "Aarhus" \
  --job-type studiejob \
  --format table

What job categories are most active right now?

bun run .agents/skills/jobdanmark-search/cli/src/cli.ts categories --format table

Full details for a specific job posting

bun run .agents/skills/jobdanmark-search/cli/src/cli.ts detail it-chef-soeges-til-rah --format plain

Find jobs in zip code 8000

bun run .agents/skills/jobdanmark-search/cli/src/cli.ts search --zip 8000 --format table

What electrician jobs are available?

bun run .agents/skills/jobdanmark-search/cli/src/cli.ts search \
  --text "elektriker" \
  --category 227973 \
  --job-type "fuldtid,deltid" \
  --format table

Apprentice positions in all of Denmark

bun run .agents/skills/jobdanmark-search/cli/src/cli.ts search \
  --job-type elev \
  --page 1 \
  --format table

Output formats

FormatBest for
jsonDefault — programmatic use, data processing, passing IDs between commands
tableQuick human-readable overviews and comparisons
plainSingle-record detail views (detail)

All errors are written to stderr as { "error": "...", "code": "..." } and the process exits with code 1.


Notes

  • All data is from the public Jobdanmark.dk API — no credentials required.
  • Pagination is 1-indexed (--page 1 is the first page). 30 items per page, server-enforced.
  • The detail command fetches the HTML job page and parses embedded JSON-LD when available, with a rendered-HTML fallback for pages that omit structured data. It does not use a separate JSON API.
  • slug in search results is extracted from the API's relative url field (the path after /job/).
  • applicationDeadline in search results can be null (no deadline set).
  • Job type values for filters: fuldtid, deltid, fleksjob, elev, studiejob, praktik.

Alternatives

Compare before choosing

Computed 10042,968

coreyhaines31/marketingskills

ab-testing

When the user wants to plan, design, or implement an A/B test or experiment, or build a growth experimentation program. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," "hypothesis," "should I test this," "which version is better," "test two versions," "statistical significance," "how long should I run this test," "growth experiments," "experiment velocity," "experiment backlog," "ICE score," "experimentation program

Computed 10023,781

alirezarezvani/claude-skills

app-store-optimization

App Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklist

Computed 1004,922

dotnet/skills

migrate-vstest-to-mtp

Migrates .NET test projects from VSTest to Microsoft.Testing.Platform (MTP). Use when user asks to "migrate to MTP", "switch from VSTest", "enable Microsoft.Testing.Platform", "use MTP runner", set OutputType=Exe only for test projects in Directory.Build.props, or mentions EnableMSTestRunner, EnableNUnitRunner, or UseMicrosoftTestingPlatformRunner. USE FOR: MTP behavioral differences vs VSTest (exit code 8, zero tests discovered, --ignore-exit-code, TESTINGPLATFORM_EXITCODE_IGNORE); centralizing

Computed 100165

JasonColapietro/suede-creator-skills

suede-ab-testing

Suede-owned experimentation discipline for hypotheses, sample sizing, test duration, significance, and repeatable experiment programs. Use when comparing variants, deciding whether a result is reliable, or building an experiment backlog and cadence. NOT FOR: analytics instrumentation (use suede-analytics), post-click conversion diagnosis (use suede-site-alchemy), or writing the variant copy itself (use suede-copy).