A comprehensive Python framework for building, scaling, and deploying Model Context Protocol (MCP) servers and agentic applications.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install concierge-sdk
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 concierge-sdk using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Concierge SDK is the industry-standard framework designed for developers building agentic applications using the Model Context Protocol. It simplifies the process of creating MCP servers, exposing Python functions as tools to AI agents, and connecting agents to complex APIs. By providing a structured way to handle tool disclosure and session state, it serves as a critical foundation for developers creating sophisticated Openclaw Skills.
This framework is drop-in compatible with FastMCP and raw MCP server instances, allowing developers to wrap existing codebases and immediately gain access to advanced features like semantic search, staged workflows, and cloud deployment. It is built to handle everything from simple local utilities to complex, multi-step production environments.
Install the core SDK using pip:
pip install concierge-sdk
For advanced features like semantic search or PostgreSQL state backends, use the optional extras:
pip install concierge-sdk[all] # Includes semantic search dependencies
pip install concierge-sdk[postgres] # Includes PostgreSQL drivers for production
To scaffold a new project, use the CLI:
concierge init my-new-skill
The SDK organizes data through a structured state and workflow model:
| Component | Description |
|---|---|
| State | Session-scoped key-value pairs stored in memory or a distributed backend like PostgreSQL. |
| Stages | Logical groupings of tools that define the agent's visible capabilities at any given step. |
| Transitions | A directed graph defining which stages an agent can move to from its current position. |
| Metadata | Telemetry and project IDs used for cloud analytics and monitoring of Openclaw Skills. |
Loading
A comprehensive toolkit for mastering Secure Shell operations, from basic remote access to advanced port forwarding and security hardening.

A blazingly fast recursive search tool that respects .gitignore rules to find regex patterns across complex directories.

The Linear Webhook Skill enables users to trigger specialized AI agents by simply @mentioning them within Linear issue comments.

A lightweight and flexible command-line tool for processing, filtering, and transforming JSON data.

A comprehensive CLI tool for managing ARS bank transfers, crypto swaps on Base, and automated on-ramp/off-ramp workflows.

A specialized utility designed to transform raw CSV data into clean, structured JSON arrays for seamless application integration.








































