← 返回 Skills 市场
elandivar

Neomano Places (Google Places)

作者 elandivar · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ 安全检测通过
161
总下载
1
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install neomano-places
功能描述
Search Google Places (Places API New) for real-world places, businesses, restaurants, and nearby recommendations. Use when the user asks to find specific pla...
安全使用建议
This skill appears coherent: it only needs a Google Places API key and python3 and uses them to call Google's Places API. Before installing, provide only a key restricted to the Places API (and ideally to specific IPs or referrers), monitor quota/billing, and avoid sharing the key publicly. If you don't want an agent to call external APIs autonomously, consider disabling autonomous invocation at the agent level; otherwise the skill will be invoked only when appropriate per your prompts.
功能分析
Type: OpenClaw Skill Name: neomano-places Version: 1.0.3 The skill bundle is a legitimate implementation for searching the Google Places API. The script `scripts/places.py` uses standard Python libraries to interact with the official Google API endpoint and includes helpful security advice in `SKILL.md` regarding API key restriction. No malicious patterns, data exfiltration, or prompt injection attempts were detected.
能力评估
Purpose & Capability
The skill is named and described as a Google Places search helper and requires only python3 and GOOGLE_PLACES_API_KEY. The bundled script calls the Google Places endpoint and requests place fields consistent with the stated functionality.
Instruction Scope
SKILL.md confines runtime behavior to using scripts/places.py with optional location, rating, and open-now filters. It only references the declared env var and does not instruct the agent to read unrelated files, secrets, or external endpoints beyond Google's Places API.
Install Mechanism
There is no install spec (instruction-only plus a small script). The skill does not download or install third-party packages or execute arbitrary installers; it relies on the existing python3 binary.
Credentials
Only a single credential (GOOGLE_PLACES_API_KEY) is required and it is used directly by the script to authenticate requests to the Google Places API. There are no other secret env vars or unrelated credentials requested.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request permanent presence or modify other skills or agent-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install neomano-places
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /neomano-places 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
Add user-facing setup guidance for Google Cloud Console API key creation.
v1.0.2
Rename title to clarify Google Places focus.
v1.0.1
Declare GOOGLE_PLACES_API_KEY in metadata and remove undocumented base URL override for cleaner registry validation.
v1.0.0
Initial release: Google Places search for places, restaurants, ratings, and maps links.
元数据
Slug neomano-places
版本 1.0.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Neomano Places (Google Places) 是什么?

Search Google Places (Places API New) for real-world places, businesses, restaurants, and nearby recommendations. Use when the user asks to find specific pla... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 161 次。

如何安装 Neomano Places (Google Places)?

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

Neomano Places (Google Places) 是免费的吗?

是的,Neomano Places (Google Places) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Neomano Places (Google Places) 支持哪些平台?

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

谁开发了 Neomano Places (Google Places)?

由 elandivar(@elandivar)开发并维护,当前版本 v1.0.3。

💬 留言讨论