← 返回 Skills 市场
edwardrodriguez703-design

Book Florist

作者 Lokuli · GitHub ↗ · v1.0.1
cross-platform ✓ 安全检测通过
1302
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install book-florist
功能描述
Book florist services through Lokuli MCP. Use when user needs to find and book florist. Triggers on requests like "book a florist", "find florist near me", or any florist service request.
使用说明 (SKILL.md)

uook florist

Book florist 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": "florist",
      "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"
    }
  }
}
安全使用建议
This skill appears to do what it says (call Lokuli's MCP to search and create florist bookings) and doesn't request unrelated system access. Before installing, confirm: 1) Do you trust lokuli.com to receive booking data? Bookings include personal data (name, email, phone). 2) Where/how are any required Lokuli API credentials provided (the SKILL.md doesn't declare auth)? Ensure the platform supplies credentials securely. 3) Note the SKILL.md contains hardcoded example values (zip code, dates) — verify the skill will use the user's actual location/time and obtain consent before sending PII. If you need stronger assurances, ask the publisher for an explicit privacy/authentication description or prefer a skill from a known source.
功能分析
Type: OpenClaw Skill Name: book-florist Version: 1.0.1 The skill bundle defines a 'book-florist' service that interacts with 'lokuli.com' to search for, check availability, and create bookings for florists. All defined tools (`search`, `check_availability`, `create_booking`) and their arguments in SKILL.md are directly relevant to the stated purpose. There is no evidence of data exfiltration, malicious execution, persistence, obfuscation, or prompt injection attempts to subvert the agent's intended behavior beyond its stated function. The external network call to `https://lokuli.com/mcp/sse` is aligned with the skill's description.
能力评估
Purpose & Capability
Name/description (book florist via Lokuli MCP) align with the instructions that call Lokuli's MCP endpoint and the JSON-RPC tool operations (search, check_availability, create_booking). Nothing requested or described is unrelated to booking florist services.
Instruction Scope
SKILL.md is limited to contacting https://lokuli.com/mcp/sse using JSON-RPC templates for search, availability checks, and booking. It includes example customer PII in the create_booking template (name/email/phone) which is expected for booking flows. The doc hardcodes a sample zip code (90640) and example dates/IDs; it doesn't instruct reading local files or unrelated env vars.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest-risk delivery mechanism. Nothing is downloaded or written to disk by the skill itself.
Credentials
The skill declares no environment variables or credentials. That is consistent with the SKILL.md (no explicit auth instructions), but in practice an external MCP endpoint commonly requires authentication — confirm where credentials (if any) are provided by the platform or runtime. The inclusion of PII in booking requests is expected but worth verifying consent and data handling.
Persistence & Privilege
always is false and autonomous invocation is allowed (platform default). The skill does not request elevated or persistent system-level privileges or modify other skills' configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install book-florist
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /book-florist 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
Slug book-florist
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Book Florist 是什么?

Book florist services through Lokuli MCP. Use when user needs to find and book florist. Triggers on requests like "book a florist", "find florist near me", or any florist service request. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1302 次。

如何安装 Book Florist?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install book-florist」即可一键安装,无需额外配置。

Book Florist 是免费的吗?

是的,Book Florist 完全免费(开源免费),可自由下载、安装和使用。

Book Florist 支持哪些平台?

Book Florist 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Book Florist?

由 Lokuli(@edwardrodriguez703-design)开发并维护,当前版本 v1.0.1。

💬 留言讨论