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
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.