jobdanmark-search
Installation
SKILL.md
Jobdanmark.dk Job Search
This skill searches for jobs on jobdanmark.dk using playwright-cli automation.
Prerequisites
You MUST have an open browser session before running any commands.
# Headless (default, supports parallel execution)
playwright-cli -s=jobdanmark open "https://jobdanmark.dk"
# Headed (visible browser, for debugging)
playwright-cli -s=jobdanmark open "https://jobdanmark.dk" --headed
Named session -s=jobdanmark allows this skill to run in parallel with other job search skills. Use -s=jobdanmark on all subsequent commands.
Wait a few seconds for the page to load before proceeding.