HiBob CLI for querying employee directory and who's out.
Set credentials as environment variables:
export HIBOB_SERVICE_ID="your-service-user-id"
export HIBOB_API_TOKEN="your-api-token"npm install -g @doist/bob-clinpm install
npm run build
npm linkbob people
bob people "john"
bob people --department "Engineering"
bob person <id>
bob whosout
bob whosout --from 2024-01-15 --to 2024-01-20
bob outtoday
bob outtoday --date 2024-01-15
All list commands support:
--json- JSON output (essential fields)--ndjson- NDJSON output (one JSON object per line)--full- Include all fields in JSON output
bob skill install claude-codebob skill install codexbob skill list
bob skill install cursor
bob skill uninstall codexThe skill file is installed to ~/.claude/skills/bob-cli/SKILL.md, ~/.codex/skills/bob-cli/SKILL.md, or ~/.cursor/skills/bob-cli/SKILL.md (or locally with --local).
- CI runs
npm ci,npm run build, andnpm teston pushes and PRs tomain. - Releases are automated with Release Please, which creates release PRs and tags, then triggers the publish workflow.