← Back to Skills Marketplace
edwardrodriguez703-design

Book Meditation

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

uook meditation

Book meditation 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": "meditation",
      "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 coherent for booking meditation services. Before installing or using it, verify you trust Lokuli (the SKILL.md will send booking data, including PII, to https://lokuli.com/mcp/sse). Ask the publisher for a homepage or privacy/security info if you need it. Consider testing with non-sensitive/dummy contact details first. If you require that bookings not send personal data automatically, request explicit consent prompts or review the agent’s outgoing requests. If you need higher assurance, ask the publisher for a signed source or repository URL so you can inspect implementation details.
Capability Analysis
Type: OpenClaw Skill Name: book-meditation Version: 1.0.1 The skill is designed to book meditation services through Lokuli's MCP server. It defines tools for searching, checking availability, and creating bookings, which involve sending customer PII (name, email, phone) to the `https://lokuli.com/mcp/sse` endpoint. This data handling is directly aligned with the stated purpose of booking services and does not show evidence of unauthorized exfiltration or malicious intent. No other high-risk behaviors like arbitrary code execution, persistence mechanisms, or prompt injection attempts against the agent were found in `SKILL.md`.
Capability Assessment
Purpose & Capability
Name/description match the instructions: SKILL.md shows search, check_availability, and create_booking RPC calls against Lokuli's MCP endpoint, which is what a booking skill would do.
Instruction Scope
Instructions are narrowly scoped to calling Lokuli's MCP (SSE/JSON-RPC) and use platform 'tools/call' payloads. They include examples that send customer PII (name, email, phone) to the external endpoint — this is expected for bookings but worth noting because it transmits user data off-platform.
Install Mechanism
No install spec or code files are present (instruction-only), so nothing is written to disk or fetched at install time.
Credentials
The skill requests no environment variables, credentials, or config paths — there are no disproportionate secret or credential demands.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request permanent presence or elevated privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-meditation
  3. After installation, invoke the skill by name or use /book-meditation
  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-meditation
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Book Meditation?

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

How do I install Book Meditation?

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

Is Book Meditation free?

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

Which platforms does Book Meditation support?

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

Who created Book Meditation?

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

💬 Comments