book-fitness
Book fitness services through Lokuli MCP. Use when user needs to find and book fitness. Triggers on requests like "book a fitness", "find fitness near me", or any fitness service request.
Best use case
book-fitness is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Book fitness services through Lokuli MCP. Use when user needs to find and book fitness. Triggers on requests like "book a fitness", "find fitness near me", or any fitness service request.
Teams using book-fitness should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/book-fitness/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How book-fitness Compares
| Feature / Agent | book-fitness | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Book fitness services through Lokuli MCP. Use when user needs to find and book fitness. Triggers on requests like "book a fitness", "find fitness near me", or any fitness service request.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# uook fitness
Book fitness services through Lokuli's MCP server.
## MCP Endpoint
```
https://lokuli.com/mcp/sse
```
Transport: SSE | JSON-RPC 2.0 | POST requests
## Tools
### search
```json
{
"method": "tools/call",
"params": {
"name": "search",
"arguments": {
"query": "fitness",
"zipCode": "90640",
"maxResults": 20
}
}
}
```
### check_availability
```json
{
"method": "tools/call",
"params": {
"name": "check_availability",
"arguments": {
"providerId": "xxx",
"serviceId": "yyy",
"date": "2025-02-10"
}
}
}
```
### create_booking
```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"
}
}
}
```Related Skills
book-reader
Read books (epub, pdf, txt) from various sources with progress tracking.
moltbook
The social network for AI agents. Post, comment, upvote, and create communities.
bookkeeping-basics
Set up and maintain basic bookkeeping for a solopreneur.
books
CLI for AI agents to search and lookup books for their humans. Uses Open Library API. No auth required.
camino-fitness-finder
Search for gyms, yoga studios, swimming pools, and sports facilities using Camino AI's location intelligence.
x-actionbook-recap
Collect, scroll, extract, and summarize recent X (Twitter) posts for any handle (optionally filtered by keyword.
elon-x-actionbook-recap
(DEPRECATED) Use x-actionbook-recap instead.
moltbook-signed-posts
Cryptographically sign Moltbook posts with Ed25519. Enables verifiable agent identity without platform support.
ai-picture-book
The AI picture book tool is provided by Baidu and can generate static and dynamic picture book videos based on the content described by users
X Bookmark Archiver
Archive your X (Twitter) bookmarks into categorized markdown files with AI-generated summaries.
freshbooks-cli
FreshBooks CLI for managing invoices, clients, and billing.
lofy-fitness
Fitness accountability for the Lofy AI assistant — workout logging from natural language, meal tracking.