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
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.
skill-auditor
Security audit and quarantine system for third-party OpenClaw skills. Use when evaluating, reviewing, or installing any skill from ClawHub or external sources. Automatically triggered before any skill installation.
Model Intel
Live LLM model intelligence and pricing from OpenRouter
deep-search
Multi-tier Perplexity search with Langfuse tracing. Three depth levels: quick (sonar), pro (sonar-pro), deep (sonar-reasoning-pro). Supports focus modes: internet, academic, news, youtube, reddit. Returns AI-synthesized answers with citations. Use for research, comparisons, market analysis, fact-checking. Triggers: search, research, look up, find out, compare, what is, deep search, web research.
amplitude
Amplitude product analytics — track events, analyze user behavior, run cohort analysis, manage user properties, and query funnel/retention data via the Amplitude API. Understand product usage, measure feature adoption, and analyze user journeys. Built for AI agents — Python stdlib only, zero dependencies. Use for product analytics, user behavior tracking, funnel analysis, retention analysis, and cohort segmentation.