jobs-search
Installation
SKILL.md
jobs-search
Turn a natural-language job request into a sjctl search invocation, run it, and present results.
Running sjctl
Resolve the sjctl binary in this order and use the first that works:
sjctlonPATH~/.solid-jobs-skills/bin/sjctl(sjctl.exeon Windows) — where the installer puts it./sjctl/./sjctl.exein the current repo (local dev)- If none exist, install it, then use the path the installer prints on stdout:
- macOS/Linux:
curl -fsSL https://raw.githubusercontent.com/solid-company/solid-jobs-skills/main/scripts/install-sjctl.sh | bash - Windows:
irm https://raw.githubusercontent.com/solid-company/solid-jobs-skills/main/scripts/install-sjctl.ps1 | iex - Dev fallback (Go installed, inside the repo):
go run ./cmd/sjctl
- macOS/Linux:
The installer downloads a checksum-verified release binary into ~/.solid-jobs-skills/bin. The database lives at ~/.solid-jobs-skills/solidjobs.db regardless of working directory.
Always pass --json so you can parse and reason over the results, then summarize for the user.