job-tracker

star 2

CRUD operations on the job application tracking store.

Enriquefft By Enriquefft schedule Updated 3/4/2026

name: job-tracker description: CRUD operations on the job application tracking store. user-invocable: false

Usage

./run.ts list [--status new|applied|followed-up|rejected|offer] [--limit 20]
./run.ts add --title "Role" --company "Co" --url "https://..." [--status new]
./run.ts update <id> --status applied
./run.ts --help

Output

JSON to stdout. list returns an array, add/update return the modified entry.

State

Job data stored at ~/.local/state/openclaw-cron/job-tracker/jobs.json

Install via CLI
npx skills add https://github.com/Enriquefft/nixos --skill job-tracker
Repository Details
star Stars 2
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator