بنقرة واحدة
job-tracker
CRUD operations on the job application tracking store.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
CRUD operations on the job application tracking store.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Manage ZSA keyboard layouts via the oryx-bench CLI. Use when discussing keyboard layouts, key bindings, layer changes, achordion, tap-hold, custom keycodes, key overrides, combos, ZSA, Oryx, Keymapp, QMK, or the ZSA Voyager. v0.1 supports the Voyager geometry only — Moonlander/Ergodox are tracked for a future release. Supports both Oryx-mode (visual editor + local code) and local-only mode (no cloud dependency).
Plan, create, edit, remove, list, and test scheduled cron jobs. Each cron job runs as an AI agent session — use the plan→build→create workflow to keep sessions efficient.
Scaffold new OpenClaw skills with correct directory structure, SKILL.md, and run.ts template.
Persistent task queue for tracking issues, user tasks, improvements, and followups. Survives context resets.
Track asset prices (BTC, etc.) and alert on percentage drops within a time window. Uses CoinGecko API.
Fetch and filter job board listings. Returns structured JSON.
| name | job-tracker |
| description | CRUD operations on the job application tracking store. |
| user-invocable | false |
./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
JSON to stdout. list returns an array, add/update return the modified entry.
Job data stored at ~/.local/state/openclaw-cron/job-tracker/jobs.json