jdwatch
  • Home
  • CLI
  • Skills
  • Blog
  • FAQ
  • Pricing
Sign In
Sign Up
jdwatch

Job aggregation tool from multiple recruitment sources.

© Copyright 2026 JDWatch. All Rights Reserved.

Get Started
  • Sign In
  • Sign Up
Legal
  • Terms of Service
  • Privacy Policy
  • Refund Policy
  • Cookie Policy
Contact
  • service@jdwatch.work

JDWatch Skills

Skills is a standalone tool for AI assistants: install jdwatch-skills, then follow capability docs and run the CLI.

Open API, CLI, and Skills are independent; Skills orchestrates the CLI, and the CLI uses your API key on the server.

Capabilities

After install, assistants load one hub: jdwatch-skills

CapabilityExampleDoc
AuthenticationLog me into jdwatch / My key expiredauth.md
Config sync and validateSync company config / Check sources.ymlconfig.md
Remote job searchSearch Tencent frontend roles / Find Beijing algo jobsjobs.md
Job scrapingScrape Tencent frontend roles / Refresh jobsscrape.md
Company onboardingOnboard this careers site / Request listingonboard.md
Saved jobsWhat jobs did I save?saved.md
Job alertsCreate a Beijing frontend alertalerts.md

How the three tools relate

ToolRole
Open APIHTTP endpoints and sk_live_* keys; create them under Settings → API keys
CLICommand-line execution surface; full command reference at /cli
SkillsThis page: single install unit jdwatch-skills (capability table and docs)

Quick setup

1

Copy install commands

Send the commands below to your AI assistant to install the CLI and Skills.

# Install CLI (required by Skills)
npm install -g @jdwatch/cli
# Install Skills
npx skills add "$(npm root -g)/@jdwatch/cli" -y -g
2

Get API key

Your API key connects your JDWatch account. Data stays private—give it to your assistant to authenticate.

Sign in to create and copy your sk_live_* API key here.

Sign in to get API key

Next

For full command flags and manual usage, see the CLI page: /cli