Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计提醒

jobdanmark-search工作丹麦搜索

Agent Skill

jobdanmark-search 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

247

周安装

10

GitHub Stars

48

下载量

78
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:jobdanmark-search(工作丹麦搜索)
来源仓库:https://github.com/mikkelkrogsholm/skills
仓库路径:skills/jobdanmark-search
安装命令:
npx skills add https://github.com/mikkelkrogsholm/skills --skill jobdanmark-search
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/mikkelkrogsholm/skills --skill jobdanmark-search

简介

jobdanmark-search 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。

  • 它可能用于丹麦地区的职位搜索服务,具体用途需结合原始 README 进一步确认。
  • 安装命令为 npx skills add https://github.com/mikkelkrogsholm/skills --skill jobdanmark-search。
  • 使用前建议确认权限范围、维护状态,以及是否会触发联网或文件读写操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

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 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 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's JSON-LD, including title, organization, location, employment type, deadline, and full HTML description.

List categories with live counts

bun run 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 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 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 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 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 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 skills/jobdanmark-search/cli/src/cli.ts search \
  --text "sygeplejerske" \
  --category 227975 \
  --format table

Student jobs in Aarhus

bun run 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 skills/jobdanmark-search/cli/src/cli.ts categories --format table

Full details for a specific job posting

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

Find jobs in zip code 8000

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

What electrician jobs are available?

bun run 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 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 the embedded JSON-LD (schema.org/JobPosting). 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.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.14%
按下载量换算27

Claude

28.97%
按下载量换算23

Cursor

18.91%
按下载量换算15

Gemini CLI

8.25%
按下载量换算6

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills