This is the official JDWatch CLI tool and Skill repository. After installing the CLI and related Skills, users can perform highly customized automated data scraping directly from the command line; or use natural language to let AI Agents handle job monitoring and scraping analysis.
Install the CLI and Skills once, and they are available to all Agents. Supported AI Agent tools include but are not limited to: Antigravity, Cursor, Codex, etc.
| Category | Command | Ability |
|---|---|---|
| 🔐 Auth | @jdwatch/cli auth | Configure login authentication, supports specifying a custom online server URL |
| 🔄 Pull | @jdwatch/cli pull | Pull and merge the latest company and job scraping source configurations from the remote server |
| 🕷️ Scrape | @jdwatch/cli scrape | Core scraping engine, supports scraping data by company and keyword, and supports dry-run simulation testing |
List of built-in AI Skills that can be called directly by AI Agents:
| Category | Skill | Description |
|---|---|---|
| 🔐 Auth | jdwatch-auth | Guides users through authentication, defaults to connecting to the online service, and proactively requests a Token when expired |
| 🕷️ Scrape | jdwatch-manual-crawl | Executes a complete standard scraping workflow: validates config, pulls & merges, dry-runs, scrapes, and reports concisely |
npm / npx)