bamboohr
BambooHR — manage employees, time-off, reports, and company info via REST API
Why use this skill?
Automate employee management, time-off requests, and reporting in BambooHR using OpenClaw AI. Install this skill to streamline your HR workflows.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aiwithabidi/bamboohrWhat This Skill Does
The BambooHR skill for OpenClaw is a powerful integration designed to bridge the gap between your AI agent and your Human Resources Information System (HRIS). This tool enables seamless interaction with the BambooHR REST API, allowing users to automate administrative tasks, fetch employee data, and monitor time-off requests directly from their command line or AI agent workflow. By centralizing operations like onboarding, record updates, and reporting, it reduces manual data entry and ensures your HR data stays synchronized and accessible.
Installation
To begin, ensure you have the OpenClaw agent environment configured. The skill can be installed via the clawhub utility using the following command:
clawhub install openclaw/skills/skills/aiwithabidi/bamboohr
Once installed, you must configure your environment variables to authenticate with your BambooHR account. Locate the BAMBOOHR_API_KEY and your BAMBOOHR_SUBDOMAIN from your BambooHR settings page. Export these variables in your terminal session or add them to your shell configuration file (e.g., .bashrc or .zshrc) to ensure the script can securely authenticate requests to the API. The script is located at {{baseDir}}/scripts/bamboohr.py.
Use Cases
- Employee Lifecycle Management: Automate the creation of new employee records or update existing personal information using the
employee-createandemployee-updatecommands. - Leave Management: Quickly check team availability or pull report data regarding upcoming time-off requests to assist with resource planning.
- Automated Reporting: Generate real-time reports or extract table-specific data to feed into external analytics tools or dashboards.
- Onboarding/Offboarding: Easily list employee files to verify documentation status during the transition process.
Example Prompts
- "Check who is out of the office next week and summarize it for the team sync."
- "Create a new employee profile for Jane Doe with the email [email protected]."
- "List all pending time-off requests for the current month and format them as a table."
Tips & Limitations
- Human-Readable Output: Always utilize the
--humanflag if you are outputting to a console for quick reading, as the default JSON format is best suited for programmatic piping. - Data Precision: When fetching data, use the
--fieldsargument to narrow down responses, which keeps your API responses smaller and faster. - Security: Since this skill handles sensitive employee data, ensure your API keys are stored in a secure secret manager and not hardcoded in your scripts.
- Rate Limiting: Note that the BambooHR API has strict rate limits; avoid running intensive data-scraping loops in rapid succession to prevent your key from being throttled.
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-bamboohr": {
"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.