skills/lokuli-booking/SKILL.md
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.
npx skillsauth add genesis-plan/hongchen-lingjing lokuli-bookingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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}
]
}
}
}
testing
Generate viral Xiaohongshu (Little Red Book) copy with proven templates. Use when user asks for: (1) Xiaohongshu post copy, (2) Social media viral content, (3) Chinese social media marketing copy, (4) 爆款文案, (5) 小红书文案, (6) 种草文案
content-media
小红书视频发布。使用浏览器自动化在网页版小红书创作者服务平台发布视频笔记。当用户说"发布视频到小红书"、"发小红书视频"时使用此技能。
development
小红书全能助手 — 文案生成、封面制作、内容发布与管理。当用户要求写小红书笔记、生成小红书文案/标题/封面、发小红书、搜索小红书、评论点赞收藏等任何小红书相关操作时使用。支持一站式从文案创作到自动发布的完整流程。封面AI生图需配置可选环境变量(GEMINI_API_KEY 或 IMG_API_KEY 或 HUNYUAN_SECRET_ID+KEY)。
business
Auto-generate structured weekly business reports covering KPIs, accomplishments, blockers, and plans. Save hours of reporting time every week.