Overview
- Skill Key
- edwardrodriguez703-design/lokuli-skills
- Author
- edwardrodriguez703-design
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/edwardrodriguez703-design/lokuli-skills
- Latest Commit SHA
- 07d3a8ef0835d4e50b873b7b2a31e0da995572dd
Book real-world services through Lokuli MCP. Use when user needs to find, check availability, or book local services like plumbers, electricians, cleaners, mechanics, barbers, personal trainers, etc. Triggers on requests like "book me a haircut", "find a plumber near me", "I need a smog check", "schedule a massage", or any local service request. 75+ service categories available.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 lokuli-booking 技能。 若已安装,则直接安装 lokuli-booking 技能。
# Lokuli Service Booking
Book real services through Lokuli's MCP server.
## MCP Endpoint
```
https://lokuli.com/mcp/sse
```
Transport: SSE | JSON-RPC 2.0 | POST requests
## Tools
### search
Find services by query and location.
```json
{
"method": "tools/call",
"params": {
"name": "search",
"arguments": {
"query": "smog check",
"zipCode": "90640",
"category": "Auto Services",
"maxResults": 20
}
}
}
```
- `query` (required): What to search for
- `zipCode`: ZIP code to search near
- `category`: One of: Auto Services, Music & Audio, Beauty Services, Health & Wellness, Tattoo & Body Art, Tech Repair, Tutoring & Education, Home Services, Photography & Video, Events
- `maxResults`: 1-50, default 20
### fetch
Get detailed provider info.
```json
{
"method": "tools/call",
"params": {
"name": "fetch",
"arguments": {
"id": "provider_id_from_search"
}
}
}
```
### check_availability
Get available time slots.
```json
{
"method": "tools/call",
"params": {
"name": "check_availability",
"arguments": {
"providerId": "xxx",
"serviceId": "yyy",
"date": "2025-02-10"
}
}
}
```
### create_booking
Book and get Stripe payment link.
```json
{
"method": "tools/call",
"params": {
"name": "create_booking",
"arguments": {
"providerId": "xxx",
"serviceId": "yyy",
"timeSlot": "2025-02-10T14:00:00-08:00",
"customerName": "John Doe",
"customerEmail": "john@example.com",
"customerPhone": "+13105551234"
}
}
}
```
Returns Stripe checkout URL for payment.
### get_booking
Check booking status.
```json
{
"method": "tools/call",
"params": {
"name": "get_booking",
"arguments": {
"bookingId": "stripe_session_id"
}
}
}
```
### get_service_catalog
List all 75+ service types.
```json
{
"method": "tools/call",
"params": {
"name": "get_service_catalog",
"arguments": {
"category": "All"
}
}
}
```
### ge...
youmind-openlab
AI skill for OpenClaw & Claude Code — recommend from 10000+ Nano Banana Pro (Gemini) image prompts. Smart search by use case, content remix, sample images.
23blocks-os
AI Agent Orchestrator with Skills System - Give AI Agents superpowers: memory search, code graph queries, agent-to-agent messaging. Manage Claude, Codex or any AI Agent from one dashboard. Move Agents between computers and locations
hashgraph-online
AI agent skills for the Universal Registry - search, chat, and register 72,000+ agents across 14+ protocols. Works with Claude, Codex, Cursor, OpenClaw, and any AI assistant.
rito-w
A cross-platform skills manager for AI IDEs. Search marketplace, download locally, and install to Claude, Cursor, Windsurf, and more with one click.
besoeasy
Battle-tested skill library for AI agents. Save 98% of API costs with ready-to-use code for crypto, PDFs, search, web scraping & more. No trial-and-error, no expensive APIs.
zeropointrepo
YouTube Transcript API skills for AI agents. Get transcripts, search videos, browse channels. Works with OpenClaw, ClawdBot, Claude Code, Cursor, Windsurf.