A powerful HR automation skill for managing employee records and people operations via the Membrane framework.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install sapling
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install sapling using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Sapling skill for Openclaw Skills enables developers and HR managers to seamlessly interact with the Sapling HR platform. By leveraging the Membrane infrastructure, this skill eliminates the complexity of manual authentication and credential refreshing, allowing AI agents to focus on executing business logic. It provides a robust interface for managing employee lifecycles, time-off balances, and operational workflows.
This integration is designed for high-performance environments where security and efficiency are paramount. Whether you are building custom dashboards or automating onboarding sequences, the Sapling skill ensures that your Openclaw Skills have secure, real-time access to critical people data without the overhead of maintaining local secrets or managing OAuth flows.
First, install the necessary CLI tool globally:
npm install -g @membranehq/cli@latest
Authenticate your agent environment (e.g., openclaw):
membrane login --tenant --clientName=openclaw
Establish the connection to your Sapling instance:
membrane connection ensure "https://www.kallidus.com/sapling-hr/" --json
Verify the connection is ready before proceeding:
membrane connection get <connection_id> --wait --json
The skill organizes data through a structured schema provided by Membrane's discovery engine. Key entities include:
| Entity | Description |
|---|---|
| Employee | Core record containing personal and professional details. |
| Time Off Balance | Real-time tracking of accrued and used leave for individuals. |
| Time Off Request | Records of pending, approved, or denied leave applications. |
All interactions return structured JSON objects, and the inputSchema for every action defines exactly which parameters (like employee_id or date_range) are required.
Loading
An enterprise-grade integration skill that enables AI agents to manage WorkOS features like SSO, directory sync, and audit logs through the Membrane ecosystem.

A powerful integration for automating time tracking, project management, and reporting within the TimeBuzzer ecosystem.

A powerful integration skill for AI agents to securely manage Moov payment workflows, account balances, and money movement via the Membrane protocol.

Integrate Saleshood with your AI agent to manage sales enablement data, learning pathways, and performance scorecards using automated Membrane workflows.

Integrate Red Hat enterprise solutions into your AI agent workflows to automate infrastructure management, security insights, and Ansible execution.

A comprehensive integration skill for managing expense reports, reimbursements, and financial data within Zoho Expense using AI-driven automation.








































