← Back to Skills Marketplace
edwardrodriguez703-design

Book Yoga

by Lokuli · GitHub ↗ · v1.0.1
cross-platform ✓ Security Clean
1371
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install book-yoga
Description
Book yoga services through Lokuli MCP. Use when user needs to find and book yoga. Triggers on requests like "book a yoga", "find yoga near me", or any yoga service request.
README (SKILL.md)

uook yoga

Book yoga services through Lokuli's MCP server.

MCP Endpoint

https://lokuli.com/mcp/sse

Transport: SSE | JSON-RPC 2.0 | POST requests

Tools

search

{
  "method": "tools/call",
  "params": {
    "name": "search",
    "arguments": {
      "query": "yoga",
      "zipCode": "90640",
      "maxResults": 20
    }
  }
}

check_availability

{
  "method": "tools/call",
  "params": {
    "name": "check_availability",
    "arguments": {
      "providerId": "xxx",
      "serviceId": "yyy",
      "date": "2025-02-10"
    }
  }
}

create_booking

{
  "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"
    }
  }
}
Usage Guidance
This skill appears to do what it says: call Lokuli's MCP to search and create yoga bookings. Before installing or using it, verify Lokuli (lokuli.com) is a service you trust, since booking requires sharing personal contact info (name, email, phone) with that external endpoint. Confirm how the MCP authenticates/authorizes requests (the SKILL.md declares no required API key), avoid sending payment or highly sensitive data through the skill until you confirm storage/retention policies, and prefer providing contact details interactively rather than embedding secrets in any automation. If you need stronger assurance, ask the skill author for documentation on authentication and data handling.
Capability Analysis
Type: OpenClaw Skill Name: book-yoga Version: 1.0.1 The skill bundle defines a legitimate interaction with an external service (lokuli.com) for booking yoga services. It specifies an endpoint and JSON-RPC tools for searching, checking availability, and creating bookings, all of which align with the stated purpose in SKILL.md. There is no evidence of data exfiltration beyond the stated purpose, malicious execution, persistence mechanisms, prompt injection attempts to subvert the agent, or obfuscation. The handling of customer PII is for the explicit purpose of booking, which is the skill's core function.
Capability Assessment
Purpose & Capability
The name/description (book yoga via Lokuli MCP) aligns with the instructions: the SKILL.md defines search, check_availability, and create_booking JSON-RPC calls to an MCP endpoint. No unrelated binaries, env vars, or config paths are requested.
Instruction Scope
Instructions are narrowly scoped to calling the Lokuli MCP (https://lokuli.com/mcp/sse) with JSON-RPC messages. The create_booking call includes personal contact fields (name, email, phone) — appropriate for booking but it means the skill will transmit PII to the external endpoint. The SKILL.md does not instruct reading local files or other system state.
Install Mechanism
No install spec or code is present (instruction-only), so nothing is written to disk and no third-party packages are fetched.
Credentials
No environment variables or credentials are required, which is consistent but also means there is no declared authentication for the MCP endpoint. That could be legitimate (public endpoint or platform-mediated auth) but merits verification before sending real user data.
Persistence & Privilege
always is false and the skill does not request persistent system presence or modify other skills; autonomous invocation is allowed by default (normal) but not elevated here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-yoga
  3. After installation, invoke the skill by name or use /book-yoga
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Fixed display name
v1.0.0
Initial release
Metadata
Slug book-yoga
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Book Yoga?

Book yoga services through Lokuli MCP. Use when user needs to find and book yoga. Triggers on requests like "book a yoga", "find yoga near me", or any yoga service request. It is an AI Agent Skill for Claude Code / OpenClaw, with 1371 downloads so far.

How do I install Book Yoga?

Run "/install book-yoga" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Book Yoga free?

Yes, Book Yoga is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Book Yoga support?

Book Yoga is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Book Yoga?

It is built and maintained by Lokuli (@edwardrodriguez703-design); the current version is v1.0.1.

💬 Comments