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:

  1. sjctl on PATH
  2. ~/.solid-jobs-skills/bin/sjctl (sjctl.exe on Windows) — where the installer puts it
  3. ./sjctl / ./sjctl.exe in the current repo (local dev)
  4. 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
Installs
3
GitHub Stars
5
First Seen
Aug 7, 2026
jobs-market — solid-company/solid-jobs-skills