jobs-market
Installation
SKILL.md
jobs-market
Turn a natural-language market question into the right sjctl market call(s) and
present the result. The public API exposes two distinct market endpoints — this
skill's job is picking the right one from how the question is phrased.
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/v0.6.0/scripts/install-sjctl.sh | bash - Windows:
irm https://raw.githubusercontent.com/solid-company/solid-jobs-skills/v0.6.0/scripts/install-sjctl.ps1 | iex - Dev fallback (Go installed, inside the repo):
go run ./cmd/sjctl
- macOS/Linux: