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:

  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/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

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.

Installs
6
GitHub Stars
2
First Seen
11 days ago
jobs-search — solid-company/solid-jobs-skills