← 返回 Skills 市场
steipete

Local Places

作者 Peter Steinberger · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
8262
总下载
28
收藏
342
当前安装
1
版本数
在 OpenClaw 中安装
/install local-places
功能描述
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
安全使用建议
Before installing, run the server only with the 127.0.0.1 command from SKILL.md, avoid the 0.0.0.0 README command unless you intentionally want network exposure and have added controls, confirm GOOGLE_PLACES_BASE_URL is unset or points only to a trusted Google endpoint, and use the skill only for location searches you are comfortable sending to Google Places. Keep the Google API key private and consider removing raw request-body logging before regular use.
功能分析
Type: OpenClaw Skill Name: local-places Version: 1.0.0 The skill bundle sets up a local FastAPI server to proxy requests to the Google Places API, requiring a `GOOGLE_PLACES_API_KEY` for authentication with Google. All network communication is directed to the official Google API endpoint or the local server. The `SKILL.md` provides clear, functional instructions for the AI agent to interact with the local API for its stated purpose, without any evidence of prompt injection attempts to subvert the agent's behavior. There are no indicators of data exfiltration to unauthorized endpoints, malicious execution, persistence mechanisms, or obfuscation across any of the files.
能力评估
Purpose & Capability
The core purpose is coherent: it runs a local FastAPI proxy that resolves locations, searches places, and fetches place details through Google Places using a GOOGLE_PLACES_API_KEY.
Instruction Scope
SKILL.md uses 127.0.0.1, but SERVER_README.md and the __main__ entry bind uvicorn to 0.0.0.0, which can expose an unauthenticated proxy to other devices on the network.
Install Mechanism
Setup requires uv, local package installation, a .env file containing the Google Places API key, and starting a local uvicorn server; this is expected for the stated local proxy design.
Credentials
The Google API key is expected, but the code also honors an undocumented GOOGLE_PLACES_BASE_URL environment override, which can change the endpoint receiving the API key and place/location queries.
Persistence & Privilege
No autostart, background persistence, destructive action, or privilege escalation is shown; persistence is limited to the user-created .env file and a user-started server process.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install local-places
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /local-places 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
元数据
Slug local-places
版本 1.0.0
许可证
累计安装 344
当前安装数 342
历史版本数 1
常见问题

Local Places 是什么?

Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 8262 次。

如何安装 Local Places?

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

Local Places 是免费的吗?

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

Local Places 支持哪些平台?

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

谁开发了 Local Places?

由 Peter Steinberger(@steipete)开发并维护,当前版本 v1.0.0。

💬 留言讨论