Best for
- 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)
MadsLorentzen/ai-job-search/.agents/skills/jobindex-search/SKILL.md
Make sure to use this skill whenever the user wants to search for jobs in Denmark, find Danish job listings, look up a specific job posting, or asks anything about the Danish job market — even if they don't mention jobindex.dk explicitly. Invoke this skill for questions about open positions, job vacancies, hiring in Denmark, job opportunities in Danish cities or sectors, or when the user wants to find work in Denmark. Also trigger for phrases like "find me a job", "are there any jobs for X in Co
Decision brief
Search live Danish job listings from Jobindex.dk. No authentication needed. Covers thousands of job postings across all sectors, updated in real time.
Compatibility matrix
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/MadsLorentzen/ai-job-search --skill ".agents/skills/jobindex-search"Inspect the Agent Skill "jobindex-search" from https://github.com/MadsLorentzen/ai-job-search/blob/a8a10011126f443e0041bb4924a1106c2f7f7536/.agents/skills/jobindex-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
Always start with search. Pass the job title, skill, or profession as --query. Combine with a city name in the query to narrow by location (e.g. --query "frontend developer odense").
Review the “Usage examples” section in the pinned source before continuing.
Invoke this skill when the user wants to:
Key flags: - --query / -q — keyword search (job title, skill, company, city). Required for meaningful results. - --jobage — filter by posting age: 1 (today), 7, 14, 30, or 9999 (all, default) - --sort — score (relevance, default) or date (newest first) - --page — page number (1-…
Key flags: - --query / -q — keyword search (job title, skill, company, city). Required for meaningful results. - --jobage — filter by posting age: 1 (today), 7, 14, 30, or 9999 (all, default) - --sort — score (relevance, default) or date (newest first) - --page — page number (1-…
Permission review
The documentation asks the agent to run terminal commands or scripts.
bun run .agents/skills/jobindex-search/cli/src/cli.ts search [flags]The documentation asks the agent to run terminal commands or scripts.
bun run .agents/skills/jobindex-search/cli/src/cli.ts detail <id> [--format json|plain]Evidence record
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 86/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 29,574 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
Search live Danish job listings from Jobindex.dk. No authentication needed. Covers thousands of job postings across all sectors, updated in real time.
Invoke this skill when the user wants to:
python aarhus)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, or 9999 (all, default)--sort <order> — score (relevance, default) or date (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|plainArea note: The Jobindex API does not support area filtering via params. To find jobs in a specific city, include the city in
--query(e.g.--query "data engineer københavn"or--query "python aarhus").
bun run .agents/skills/jobindex-search/cli/src/cli.ts detail <id> [--format json|plain]
id is the job ID from search results (e.g. h1647303). You may also pass the full Jobindex URL. Returns the full job description, deadline, employment type, hours, and apply link.
Always start with search. Pass the job title, skill, or profession as --query. Combine with a city name in the query to narrow by location (e.g. --query "frontend developer odense").
Use --jobage 7 or --jobage 1 for fresh listings. Without it, results include all historical postings.
Use --sort date to see the most recently posted jobs first. Default score sorts by relevance.
Natural workflow: search → detail.
search to find matching jobs and their id values.detail <id> to get the full description, deadline, and apply link.Use --format table for quick scanning, --format json for data processing, and --format plain for reading a single job's full details.
Pagination: The API always returns 20 results per page. Use --page to navigate pages. Use --limit to cap results across one page fetch.
bun run .agents/skills/jobindex-search/cli/src/cli.ts search \
--query python \
--jobage 7 \
--sort date \
--format table
bun run .agents/skills/jobindex-search/cli/src/cli.ts search \
--query "data engineer københavn" \
--sort score \
--format table
bun run .agents/skills/jobindex-search/cli/src/cli.ts search \
--query "grafisk designer" \
--limit 10 \
--format table
bun run .agents/skills/jobindex-search/cli/src/cli.ts search \
--query "full stack developer" \
--page 2 \
--format json
bun run .agents/skills/jobindex-search/cli/src/cli.ts search \
--jobage 1 \
--sort date \
--limit 20 \
--format table
bun run .agents/skills/jobindex-search/cli/src/cli.ts detail h1647303 --format plain
bun run .agents/skills/jobindex-search/cli/src/cli.ts search \
--query "marketing aarhus" \
--jobage 30 \
--sort date \
--format table
| Format | Best for |
|---|---|
json | Default — programmatic use, data processing, passing IDs to detail |
table | Quick human-readable overview and scanning |
plain | Reading a single job's full detail (detail command) |
All errors are written to stderr as { "error": "...", "code": "..." } and the process exits with code 1.
jobindex.dk API — no credentials required.--query instead.--jobage 9999 is the default and includes all postings regardless of age.meta.total uses Danish dot-thousands notation internally (e.g. 18.903) — the CLI normalizes this to a plain integer.h1647303) — pass them as-is to detail.Alternatives
github/awesome-copilot
Build, scaffold, and deploy Power Automate cloud flows using the FlowStudio MCP server. Your agent constructs flow definitions, wires connections, deploys, and tests — all via MCP without opening the portal. Load this skill when asked to: create a flow, build a new flow, deploy a flow definition, scaffold a Power Automate workflow, construct a flow JSON, update an existing flow's actions, patch a flow definition, add actions to a flow, wire up connections, or generate a workflow definition from
alirezarezvani/claude-skills
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
aaron-he-zhu/aaron-marketing-skills
Use when the user asks to "write the email", "draft subject lines", or "build email creative"; produces the pre-click unit — subject-line variants + preheader, body copy, one clear CTA, and a plain-text alt — message-matched to the destination page and claims-ledger-aware. Not for pre-scoring or ranking subject-line variants (spam/truncation/render pre-score) — use subject-line-lab; not for scoring the email or computing EQS — use email-quality-auditor; not for the multi-step flow — use email-se
trailofbits/skills
Coverage analysis measures code exercised during fuzzing. Use when assessing harness effectiveness or identifying fuzzing blockers.