TopRank Skills

Home / Claw Skills / Document / bamboohr
Official OpenClaw rules 54%

bamboohr

BambooHR integration. Manage hris data, records, and workflows. Use when the user wants to interact with BambooHR data.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 bamboohr 技能。 若已安装,则直接安装 bamboohr 技能。

Overview

Skill Key
gora050/bamboohr-integration
Author
gora050
Source Repo
openclaw/skills
Version
-
Source Path
skills/gora050/bamboohr-integration
Latest Commit SHA
9b97668d800159443bb19ae04a9ac0b51d5cb0e2

Extracted Content

SKILL.md excerpt

# BambooHR

BambooHR is an HRIS platform that helps small and medium-sized businesses manage employee data, payroll, benefits, and other HR functions. It's used by HR professionals and managers to streamline HR processes and improve employee experience.

Official docs: https://documentation.bamboohr.com/docs

## BambooHR Overview

- **Employee**
  - **Employee Directory**
- **Time Off**
- **Report**
- **Compensation**
- **Goal**
- **Performance**
- **Training Course**
- **Applicant**
- **Offer**
- **Task**
- **Checklist**
- **Custom Report**
- **Table**
- **List**
- **Dashboard**
- **Integration**
- **Approval**
- **File**
- **Email**
- **Note**
- **Audit Trail**
- **User**
- **Settings**
- **Alert**
- **Form**
- **Workflow**
- **Event**
- **Policy**
- **Document**
- **Update**
- **Change Log**
- **Comment**
- **History**
- **Log**
- **Subscription**
- **Role**
- **Group**
- **Access Level**
- **Permission**
- **Category**
- **Field**
- **Tab**
- **Section**
- **Item**
- **Request**
- **Assignment**
- **Activity**
- **Reminder**
- **Notification**
- **Survey**
- **Question**
- **Answer**
- **Signature**
- **Device**
- **Location**
- **Department**
- **Division**
- **Subsidiary**

Use action names and parameters as needed.

## Working with BambooHR

This skill uses the Membrane CLI to interact with BambooHR. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing.

### Install the CLI

Install the Membrane CLI so you can run `membrane` from the terminal:

```bash
npm install -g @membranehq/cli
```

### First-time setup

```bash
membrane login --tenant
```

A browser window opens for authentication.

**Headless environments:** Run the command, copy the printed URL for the user to open in a browser, then complete with `membrane login complete <code>`.

### Connecting to BambooHR

1. **Create a new connection:**
   ```bash
   membrane search bamboohr --elementType=connector --json
   ```...

Related Claw Skills