Docebo for Openclaw

A comprehensive integration that enables AI agents to manage Docebo LMS data, courses, and user enrollments via a simplified interface.

membranedev
v1.0.4
Apr 30, 2026
0
409
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install docebo

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install docebo using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Docebo?

Docebo is a robust cloud-based learning management system (LMS) that helps organizations deliver and track online training. This integration via Openclaw Skills allows developers to connect their AI agents directly to Docebo, enabling automated management of learning content, user groups, and compliance tracking.

By leveraging this skill, you eliminate the need for complex authentication logic. The integration uses the Membrane framework to handle secure connections and token refreshing, allowing your agent to focus on executing business logic like assigning courses or generating training reports without worrying about the underlying API plumbing.

Docebo Use Cases

  • Automating the enrollment of new employees into mandatory onboarding courses.
  • Generating and summarizing learning activity reports for management review.
  • Synchronizing user groups between external HR tools and the Docebo platform.
  • Responding to student inquiries by fetching course details or catalog information.
  • Managing gamification rules and certificates based on user performance triggers.

How Docebo Works

  1. Install the Membrane CLI to provide the necessary environment for Openclaw Skills to operate.
  2. Authenticate the agent using the login command to establish a secure session.
  3. Create or identify a connection to your specific Docebo domain using the connection ensure command.
  4. Use natural language intent discovery to find the specific actions required for your LMS workflow.
  5. Execute actions or use the proxy request feature to interact with the full breadth of the Docebo API.

Docebo Setup

To get started with this integration for Openclaw Skills, follow these steps:

# Install the Membrane CLI
npm install -g @membranehq/cli@latest

# Log in and identify your agent type
membrane login --tenant --clientName=openclaw

# Connect to your Docebo instance
membrane connection ensure "https://your-company.docebo.com/" --json

Docebo Data Schema & Taxonomy

The Docebo Openclaw Skills integration maps complex LMS structures into actionable data objects. Key entities include:

Entity Description
Course Metadata regarding training modules and their settings
User Profile information and organizational branch placement
Enrollment Relationship data between users and specific courses
Catalog Collections of courses available for browsing
Report Exported datasets regarding user and course activity

Docebo Advanced Features

  • Direct API Proxying: Send raw requests to any Docebo endpoint with automatic authentication injection.
  • Intent-Based Action Discovery: Search for LMS functions using natural language descriptions.
  • Automated Credential Lifecycle: Server-side management of OAuth tokens with no local secrets required.
  • Multi-Agent Support: Customize the integration for different agent types like Claude, Openclaw, or Codex.
  • Robust Error Handling: Pre-built actions include built-in pagination and field mapping to prevent token waste.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*