Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Greenhouse

v1.0.0

Greenhouse ATS — manage candidates, jobs, applications, offers, and interviews via Harvest API

0· 373· 1 versions· 0 current· 0 all-time· Updated 23h ago· MIT-0

🌱 Greenhouse

Greenhouse ATS — manage candidates, jobs, applications, offers, and interviews via Harvest API

Requirements

VariableRequiredDescription
GREENHOUSE_API_KEYHarvest API key

Quick Start

# List candidates
python3 {{baseDir}}/scripts/greenhouse.py candidates --per_page <value> --job_id <value>

# Get candidate
python3 {{baseDir}}/scripts/greenhouse.py candidate-get id <value>

# Create candidate
python3 {{baseDir}}/scripts/greenhouse.py candidate-create --first_name <value> --last_name <value> --email_addresses <value>

# List applications
python3 {{baseDir}}/scripts/greenhouse.py applications --status <value> --job_id <value>

# Get application
python3 {{baseDir}}/scripts/greenhouse.py application-get id <value>

# Advance application
python3 {{baseDir}}/scripts/greenhouse.py application-advance id <value>

# Reject application
python3 {{baseDir}}/scripts/greenhouse.py application-reject id <value> --rejection_reason_id <value>

# List jobs
python3 {{baseDir}}/scripts/greenhouse.py jobs --status <value>

All Commands

CommandDescription
candidatesList candidates
candidate-getGet candidate
candidate-createCreate candidate
applicationsList applications
application-getGet application
application-advanceAdvance application
application-rejectReject application
jobsList jobs
job-getGet job
job-stagesList job stages
offersList offers
interviewsList interviews
scorecardsList scorecards
departmentsList departments
officesList offices
usersList users
sourcesList sources

Output Format

All commands output JSON by default. Add --human for readable formatted output.

python3 {{baseDir}}/scripts/greenhouse.py <command> --human

Script Reference

ScriptDescription
{{baseDir}}/scripts/greenhouse.pyMain CLI — all commands in one tool

Credits

Built by M. Abidi | agxntsix.ai YouTube | GitHub Part of the AgxntSix Skill Suite for OpenClaw agents.

📅 Need help setting up OpenClaw for your business? Book a free consultation

Version tags

latestvk9749yd4f7jcn6zm9m9m477dms828h35

Runtime requirements

🌱 Clawdis
EnvGREENHOUSE_API_KEY
Primary envGREENHOUSE_API_KEY