← 返回 Skills 市场
1384
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install book-notary
功能描述
Book notary services through Lokuli MCP. Use when user needs to find and book notary. Triggers on requests like "book a notary", "find notary near me", or any notary service request.
使用说明 (SKILL.md)
uook notary
Book notary 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": "notary",
"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, but it calls an external endpoint (https://lokuli.com/mcp/sse) and will forward personal data (name, email, phone, and location/zip code) to that service to make bookings. Before installing or using: 1) Verify that lokuli.com is legitimate and that you trust the operator; 2) Confirm how the agent/platform authenticates to the MCP (no credentials are declared in the skill); 3) Ensure you obtain explicit user consent before sending PII; 4) Consider limiting what contact data you provide (or masking) if you only want a quote/search; 5) If you need higher assurance, request the skill's source or ask the publisher for privacy/security documentation. If any of these are unclear, treat the skill cautiously.
功能分析
Type: OpenClaw Skill
Name: book-notary
Version: 1.0.1
The skill bundle defines a legitimate purpose: booking notary services through Lokuli MCP. The `SKILL.md` file outlines the skill's description, an external endpoint (`https://lokuli.com/mcp/sse`), and three tools (`search`, `check_availability`, `create_booking`) that align with this purpose. While the `create_booking` tool handles Personally Identifiable Information (PII) like customer name, email, and phone, this is necessary and expected for a booking service. There is no evidence of data exfiltration to unauthorized endpoints, malicious execution, persistence, prompt injection attempts to subvert the agent, or obfuscation. The minor typo 'uook notary' in the title is not indicative of malicious intent.
能力评估
Purpose & Capability
Name/description match the SKILL.md: it describes searching, checking availability, and creating bookings via an external MCP. The required capabilities (search, check_availability, create_booking) are coherent with a booking/notary skill. No unrelated binaries or env vars are requested.
Instruction Scope
Instructions are scoped to interacting with Lokuli's MCP (SSE + JSON-RPC) and calling three tool methods. They do not instruct reading local files or unrelated env vars. Note: the skill will send user PII (customerName, customerEmail, customerPhone, and likely location/zip) to an external endpoint — this is expected for a booking service but is a privacy consideration.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest install risk. Nothing is downloaded or written to disk by the skill itself.
Credentials
No environment variables, credentials, or config paths are requested. The absence of auth details suggests the agent/platform will handle authentication to the MCP; confirm how that is provisioned before use.
Persistence & Privilege
Defaults are used (not always:true). The skill does not request persistent presence or modify other skills. Autonomous invocation is allowed (platform default) but not combined with other privilege escalations.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install book-notary - 安装完成后,直接呼叫该 Skill 的名称或使用
/book-notary触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed name
v1.0.0
Initial release
元数据
常见问题
Book Notary 是什么?
Book notary services through Lokuli MCP. Use when user needs to find and book notary. Triggers on requests like "book a notary", "find notary near me", or any notary service request. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1384 次。
如何安装 Book Notary?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install book-notary」即可一键安装,无需额外配置。
Book Notary 是免费的吗?
是的,Book Notary 完全免费(开源免费),可自由下载、安装和使用。
Book Notary 支持哪些平台?
Book Notary 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Book Notary?
由 Lokuli(@edwardrodriguez703-design)开发并维护,当前版本 v1.0.1。
推荐 Skills