Hands-on

Run your first Discover round.

From handing the install command to your AI Agent, to one-by-one decisions on 100 jobs across the four platforms and automatic applications to selected jobs — about 30 minutes end to end. This page walks you through your first round.

Prepare: account and pass

  1. Register an AgentMesh360 account: email, Google, or GitHub all work. Generate an API Key in your account.
  2. Get the Monthly Pass: about US$4 for 30 days, including 1000 credits; Stripe confirms the final currency and amount. Your first Discover round costs only 45 credits (profile 5 + 10 for each of the four platforms).
  3. Make sure you have a host AI Agent: Claude Code, Codex, Cursor, or OpenClaw all work. Job Agent is installed and driven through them.
New users: the first time you use any commercial product within 7 days of signing up automatically activates a 3-day welcome pass + 30 shared credits — enough to complete the profile + 2 platform Discovers.

Install and connect: one command handed to your Agent

Copy the command below and send it to your AI Agent (macOS / Linux):

curl -fsSL https://raw.githubusercontent.com/jiyangnan/AgentMesh-JobAgent/main/scripts/install.sh | bash

Windows PowerShell:

irm https://raw.githubusercontent.com/jiyangnan/AgentMesh-JobAgent/main/scripts/install.ps1 | iex

Once installed, configure your API Key and run the self-check:

jobagent init --key <your AgentMesh API Key>
jobagent doctor env

Your Agent installs the Job Agent Skill and CLI adapter and connects your subscription — it does not install another AI Agent, and recruiting-platform cookies always stay on your device.

Generate your resume profile (5 credits)

Hand your resume to the CLI for analysis: the cloud builds a 36-dimension candidate profile from a recruiter's perspective, keeping facts separate from reasonable inferences. The original resume file is not uploaded.

jobagent resume analyze --file resume.pdf

This profile is the foundation of everything: job decisions score against it, and the custom question banks and mock-interview scoring in the workbench are benchmarked to it as well.

Sign in to the platforms for this round

Job Agent uses a dedicated Chrome profile and runs in the order Boss 直聘 → 猎聘 → 智联招聘 → 51Job. Don't treat sign-in as a separate preparation step: sign in to Boss only at the start, and sign in to the other platforms when their turn comes. If a CAPTCHA or another manual step appears, the Agent pauses immediately and waits for you to handle it.

Run the full first round

jobagent round start
  1. Platform-by-platform Discover: each platform processes up to 100 deduplicated jobs for a fixed 10 credits — the cost does not change with the number of jobs selected.
  2. Signed complete decisions: every job gets one of three outcomes — selected / review / rejected — with evidence of fit attached and a verifiable signature.
  3. Automatic applications to selected: starting a round authorizes applying to selected jobs in platform order; review is excluded by default, and rejected is never applied to.
  4. Checkpoint recovery: after a network drop or a platform error, follow the recovery command shown and resume from the checkpoint — the same task is not charged twice.

After applications go out, open the web workbench: every job gets an 8-stage progress line, and a stage stalling too long triggers a per-job reminder for you to follow up.

Important boundary: Job Agent does not guarantee successful submissions, replies, interviews, or offers. What it delivers is consistent job decisions and a reliable execution chain.

FAQ

How many credits does the first Discover round cost?

Profile 5 + 10 per platform Discover. Running all four platforms totals 45 credits. Failures before the decision are not charged, failed decisions are refunded, and retries are not charged twice.

Are review jobs applied to?

No. Only selected enters automatic application; review must be explicitly promoted by you, and rejected is never applied to.

What happens when a CAPTCHA appears?

The Agent pauses immediately and asks you to handle it; once done, the run resumes from the checkpoint without being charged twice.