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.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install lokuli-booking或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install lokuli-booking⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/lokuli-booking/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: lokuli-booking description: 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. ---
Book real services through Lokuli's MCP server.
https://lokuli.com/mcp/sse
Transport: SSE | JSON-RPC 2.0 | POST requests
Find services by query and location.
{
"method": "tools/call",
"params": {
"name": "search",
"arguments": {
"query": "smog check",
"zipCode": "90640",
"category": "Auto Services",
"maxResults": 20
}
}
}
query (required): What to search forzipCode: ZIP code to search nearcategory: One of: Auto Services, Music & Audio, Beauty Services, Health & Wellness, Tattoo & Body Art, Tech Repair, Tutoring & Education, Home Services, Photography & Video, EventsmaxResults: 1-50, default 20Get detailed provider info.
{
"method": "tools/call",
"params": {
"name": "fetch",
"arguments": {
"id": "provider_id_from_search"
}
}
}
Get available time slots.
{
"method": "tools/call",
"params": {
"name": "check_availability",
"arguments": {
"providerId": "xxx",
"serviceId": "yyy",
"date": "2025-02-10"
}
}
}
Book and get Stripe payment link.
{
"method": "tools/call",
"params": {
"name": "create_booking",
"arguments": {
"providerId": "xxx",
"serviceId": "yyy",
"timeSlot": "2025-02-10T14:00:00-08:00",
"customerName": "John Doe",
"customerEmail": "[email protected]",
"customerPhone": "+13105551234"
}
}
}
Returns Stripe checkout URL for payment.
Check booking status.
{
"method": "tools/call",
"params": {
"name": "get_booking",
"arguments": {
"bookingId": "stripe_session_id"
}
}
}
List all 75+ service types.
{
"method": "tools/call",
"params": {
"name": "get_service_catalog",
"arguments": {
"category": "All"
}
}
}
Get typical pricing for a service.
{
"method": "tools/call",
"params": {
"name": "get_pricing_estimates",
"arguments": {
"serviceType": "smog check"
}
}
}
Check if ZIP code is serviceable.
{
"method": "tools/call",
"params": {
"name": "validate_location",
"arguments": {
"zipCode": "90640"
}
}
}
Create AP2 cart with JWT-signed mandate (alternative to direct checkout).
{
"method": "tools/call",
"params": {
"name": "create_cart",
"arguments": {
"shopId": "provider_id",
"services": [
{"sku": "service_id", "name": "Smog Check", "price": 39.99, "quantity": 1}
]
}
}
}
安装 Lokuli Booking 后,可以对 AI 说这些话来触发它
Help me get started with Lokuli Booking
Explains what Lokuli Booking does, walks through the setup, and runs a quick demo based on your current project
Use Lokuli Booking to book real-world services through Lokuli MCP
Invokes Lokuli Booking with the right parameters and returns the result directly in the conversation
What can I do with Lokuli Booking in my product manager workflow?
Lists the top use cases for Lokuli Booking, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/lokuli-booking/ 目录(个人级,所有项目可用),或 .claude/skills/lokuli-booking/(项目级)。重启 AI 客户端后,用 /lokuli-booking 主动调用,或让 AI 根据上下文自动发现并使用。
Lokuli Booking 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Lokuli Booking 可免费安装使用。请查阅仓库了解许可证信息。
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.
Automate my product manager tasks using Lokuli Booking
Identifies repetitive steps in your workflow and sets up Lokuli Booking to handle them automatically
Lokuli Booking 属于「Product Manager」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。