Greenhouse
/install greenhouse
🌱 Greenhouse
Greenhouse ATS — manage candidates, jobs, applications, offers, and interviews via Harvest API
Requirements
| Variable | Required | Description |
|---|---|---|
GREENHOUSE_API_KEY |
✅ | Harvest API key |
Quick Start
# List candidates
python3 {{baseDir}}/scripts/greenhouse.py candidates --per_page \x3Cvalue> --job_id \x3Cvalue>
# Get candidate
python3 {{baseDir}}/scripts/greenhouse.py candidate-get id \x3Cvalue>
# Create candidate
python3 {{baseDir}}/scripts/greenhouse.py candidate-create --first_name \x3Cvalue> --last_name \x3Cvalue> --email_addresses \x3Cvalue>
# List applications
python3 {{baseDir}}/scripts/greenhouse.py applications --status \x3Cvalue> --job_id \x3Cvalue>
# Get application
python3 {{baseDir}}/scripts/greenhouse.py application-get id \x3Cvalue>
# Advance application
python3 {{baseDir}}/scripts/greenhouse.py application-advance id \x3Cvalue>
# Reject application
python3 {{baseDir}}/scripts/greenhouse.py application-reject id \x3Cvalue> --rejection_reason_id \x3Cvalue>
# List jobs
python3 {{baseDir}}/scripts/greenhouse.py jobs --status \x3Cvalue>
All Commands
| Command | Description |
|---|---|
candidates |
List candidates |
candidate-get |
Get candidate |
candidate-create |
Create candidate |
applications |
List applications |
application-get |
Get application |
application-advance |
Advance application |
application-reject |
Reject application |
jobs |
List jobs |
job-get |
Get job |
job-stages |
List job stages |
offers |
List offers |
interviews |
List interviews |
scorecards |
List scorecards |
departments |
List departments |
offices |
List offices |
users |
List users |
sources |
List sources |
Output Format
All commands output JSON by default. Add --human for readable formatted output.
python3 {{baseDir}}/scripts/greenhouse.py \x3Ccommand> --human
Script Reference
| Script | Description |
|---|---|
{{baseDir}}/scripts/greenhouse.py |
Main 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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install greenhouse - After installation, invoke the skill by name or use
/greenhouse - Provide required inputs per the skill's parameter spec and get structured output
What is Greenhouse?
Greenhouse ATS — manage candidates, jobs, applications, offers, and interviews via Harvest API. It is an AI Agent Skill for Claude Code / OpenClaw, with 374 downloads so far.
How do I install Greenhouse?
Run "/install greenhouse" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Greenhouse free?
Yes, Greenhouse is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Greenhouse support?
Greenhouse is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Greenhouse?
It is built and maintained by aiwithabidi (@aiwithabidi); the current version is v1.0.0.