ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Pipeworx Bamboohr

Skill by b-gutman

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/b-gutman/pipeworx-bamboohr
Or

Bamboohr

BambooHR MCP Pack — wraps the BambooHR API v1

bamboohr_list_employees

List all employees with directory info. Returns IDs, names, departments, job titles, and contact det

bamboohr_get_employee

Get detailed employee info by ID (e.g., "12345"). Specify fields like firstName, lastName, email, de

bamboohr_get_directory

Get complete employee directory with names, titles, departments, contact info, and manager assignmen

bamboohr_list_timeoff

Search time-off requests by date range (e.g., "2024-01-01" to "2024-12-31"). Returns approved/pendin

bamboohr_get_employee_files

Get files in an employee's profile by ID. Returns file names, upload dates, and file types.

{
  "mcpServers": {
    "bamboohr": {
      "url": "https://gateway.pipeworx.io/bamboohr/mcp"
    }
  }
}

Metadata

Author@b-gutman
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-b-gutman-pipeworx-bamboohr": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.