greenhouse
Greenhouse ATS — manage candidates, jobs, applications, offers, and interviews via Harvest API
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aiwithabidi/greenhouseWhat This Skill Does
The Greenhouse ATS skill for OpenClaw provides a robust interface for interacting with the Greenhouse Harvest API, enabling automated management of your recruitment lifecycle. It serves as a command-line bridge allowing agents to query candidates, update application statuses, manage job postings, and retrieve administrative data such as departments, offices, and interview stages. By leveraging this skill, users can automate repetitive talent acquisition tasks, ensuring that data flows seamlessly between recruitment workflows and the agent's logic. It simplifies complex API interactions into intuitive commands that support both raw JSON for machine parsing and human-readable formatting for reports.
Installation
To install this skill, use the OpenClaw management utility within your environment. Run the following command in your terminal:
clawhub install openclaw/skills/skills/aiwithabidi/greenhouse
Ensure you have your Greenhouse Harvest API key ready. You must set this key in your environment variables as GREENHOUSE_API_KEY to allow the script to authenticate with the Harvest API successfully. Without this variable, the script will be unable to establish a connection to your Greenhouse account.
Use Cases
This skill is designed for HR operations, talent acquisition teams, and engineering managers who need to streamline hiring. Common use cases include:
- Candidate Sourcing & Management: Quickly adding candidates from external sources into the ATS pipeline.
- Status Automation: Advancing candidates to the next interview stage or rejecting applications based on interview results provided by other agents.
- Reporting: Fetching lists of active jobs, current scorecards, or office metrics to provide summaries of recruitment health.
- Operational Synchronization: Mapping internal company identifiers (like departments or offices) to ensure new candidates are assigned to the correct entities within Greenhouse.
Example Prompts
- "Find all candidates who applied for the Software Engineer role and list their current application status."
- "Create a new candidate profile for Jane Doe with email [email protected]."
- "Advance the application for candidate ID 12345 to the next stage in the interview pipeline."
Tips & Limitations
- Rate Limiting: Always be mindful of Greenhouse API rate limits when scripting high-volume operations.
- Output Handling: Use the
--humanflag when running commands interactively to view tables, but switch to default JSON output when chaining this skill's output into other automated workflows. - Security: Ensure that your
GREENHOUSE_API_KEYis kept in a secure vault rather than hardcoded in your scripts. The skill relies on standard environment variable retrieval for authentication.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-aiwithabidi-greenhouse": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, code-execution
Related Skills
freshsales
Freshsales CRM integration — manage contacts, leads, deals, accounts, tasks, and sales sequences via the Freshsales API. Track deal pipelines, automate lead assignments, log activities, and generate sales reports. Built for AI agents — Python stdlib only, no dependencies. Use for sales CRM, contact management, deal tracking, pipeline reporting, and sales automation.
gemini-video-analyzer
Native video analysis using Google Gemini API. Upload and analyze video files — describe scenes, extract text/UI, answer questions about content, transcribe speech, identify objects and actions. Use when: (1) User sends a video file and wants it analyzed, (2) Video summarization or description needed, (3) Extracting text, UI elements, or information from screen recordings, (4) Answering questions about video content, (5) Comparing multiple videos, (6) Analyzing tutorials, demos, or walkthroughs.
agent-memory
Full AI agent memory stack — Mem0 unified memory engine with vector search (Qdrant) and knowledge graph (Neo4j), plus SQLite for structured data. Complete setup script and tools. Give your OpenClaw agent a real brain with semantic recall, entity relationships, and structured storage.
neon
Neon serverless Postgres — manage projects, branches, databases, roles, endpoints, and compute via the Neon API. Create database branches for development, manage connection endpoints, scale compute, and monitor usage. Built for AI agents — Python stdlib only, zero dependencies. Use for serverless Postgres, database branching, database management, development workflows, and cloud database automation.
onepassword
1Password Connect — vaults, items, secrets management for server-side applications.