← 返回 Skills 市场
1416
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install book-lawyer
功能描述
Book lawyer services through Lokuli MCP. Use when user needs to find and book lawyer. Triggers on requests like "book a lawyer", "find lawyer near me", or any lawyer service request.
使用说明 (SKILL.md)
uook lawyer
Book lawyer 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": "lawyer",
"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 implement booking calls to Lokuli's MCP endpoint, which aligns with its stated purpose, but there are important unknowns. Before installing: verify the Lokuli endpoint and the publisher (no homepage or trusted source listed); confirm how authentication is provided (the skill declares no API key or token but will need one to call an external service); understand how the skill will handle user PII (names, emails, phone numbers are part of the payloads shown)—ask for a privacy policy or data handling statement; and consider testing in a limited, revocable environment. If you cannot confirm the endpoint and authentication mechanism, treat the skill as untrusted and avoid sending real personal data through it.
功能分析
Type: OpenClaw Skill
Name: book-lawyer
Version: 1.0.1
The skill bundle is classified as benign. All defined tools (`search`, `check_availability`, `create_booking`) and the external endpoint (`https://lokuli.com/mcp/sse`) are directly aligned with the stated purpose of booking lawyer services. While the `create_booking` tool handles personally identifiable information (PII) like customer name, email, and phone, this is a necessary function for the skill's stated purpose and is directed to the intended service provider. There is no evidence of unauthorized data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts in the `SKILL.md` file.
能力评估
Purpose & Capability
Name/description match the instructions (calls to Lokuli MCP search/check_availability/create_booking). However, the skill declares no credentials or config while referencing an external MCP endpoint that in practice typically requires authentication — this gap reduces coherence.
Instruction Scope
SKILL.md shows concrete JSON-RPC payloads for searching and creating bookings (including customer name/email/phone). That is appropriate for booking functionality, but the doc does not describe how to obtain user consent, handle or store PII, or how to authenticate to the Lokuli endpoint. The presence of hard-coded example fields (zipCode, dates) may be only examples but could lead to misuse if not handled carefully.
Install Mechanism
Instruction-only skill with no install spec or code files — lowest install risk. Nothing is downloaded or written to disk by an installer.
Credentials
The skill requests no environment variables or credentials despite instructing the agent to call an external MCP endpoint. Realistic integration usually needs an API key or auth token; absence of declared auth is either incomplete documentation or implies the platform must supply credentials implicitly — this mismatch is a red flag.
Persistence & Privilege
always is false and the skill is user-invocable with normal model invocation. It does not request elevated or persistent platform privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install book-lawyer - 安装完成后,直接呼叫该 Skill 的名称或使用
/book-lawyer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
常见问题
Book Lawyer 是什么?
Book lawyer services through Lokuli MCP. Use when user needs to find and book lawyer. Triggers on requests like "book a lawyer", "find lawyer near me", or any lawyer service request. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1416 次。
如何安装 Book Lawyer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install book-lawyer」即可一键安装,无需额外配置。
Book Lawyer 是免费的吗?
是的,Book Lawyer 完全免费(开源免费),可自由下载、安装和使用。
Book Lawyer 支持哪些平台?
Book Lawyer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Book Lawyer?
由 Lokuli(@edwardrodriguez703-design)开发并维护,当前版本 v1.0.1。
推荐 Skills