Skills greenhouse
Greenhouse ATS — manage candidates, jobs, applications, offers, and interviews via Harvest API
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/aiwithabidi/greenhouse" ~/.claude/skills/openclaw-skills-greenhouse && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/aiwithabidi/greenhouse" ~/.openclaw/skills/openclaw-skills-greenhouse && rm -rf "$T"
manifest:
skills/aiwithabidi/greenhouse/SKILL.mdsource content
🌱 Greenhouse
Greenhouse ATS — manage candidates, jobs, applications, offers, and interviews via Harvest API
Requirements
| Variable | Required | Description |
|---|---|---|
| ✅ | Harvest 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
| Command | Description |
|---|---|
| List candidates |
| Get candidate |
| Create candidate |
| List applications |
| Get application |
| Advance application |
| Reject application |
| List jobs |
| Get job |
| List job stages |
| List offers |
| List interviews |
| List scorecards |
| List departments |
| List offices |
| List users |
| List sources |
Output Format
All commands output JSON by default. Add
--human for readable formatted output.
python3 {{baseDir}}/scripts/greenhouse.py <command> --human
Script Reference
| Script | Description |
|---|---|
| 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