@actualjob/cli
v0.2.0
Published
Node CLI for actual-job.com — wraps every jd_* MCP tool 1:1. `jd auth login`, `jd prep-check`, `jd estimate-analysis`, etc.
Maintainers
Readme
@actualjob/cli
Node CLI for actual-job.com — the agent-first analyzer that reverse-engineers what someone actually does from their work accounts.
Wraps every jd_* MCP tool 1:1, so anything you can do from the MCP server you can do from the shell.
Install
# One-off via npx:
npx @actualjob/cli --help
# Or install globally so `jd` is on your PATH:
npm install -g @actualjob/cliQuickstart
# Sign in (opens a browser)
jd auth login
# Verify your environment is wired up
jd prep-check
# Estimate the cost + time of a 90-day analysis
jd estimate-analysis --time-window-days 90 --sources google
# Validate consent and start
jd start-analysis --consent-token <token>
# Watch progress
jd get-status --analysis-id <id>
# Get the generated job description
jd get-description --analysis-id <id> --format markdownRun jd --help to see the full surface.
Configuration
jd reads ACTUALJOB_GATEWAY_URL from the environment (defaults to https://api.actual-job.com), and an auth token from ACTUALJOB_AGENT_TOKEN or the keychain (set up by jd auth login).
Repo
Source: https://github.com/capitalthought/actualjob
License
MIT
