← Back to Skills Marketplace
161
Downloads
1
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install neomano-places
Description
Search Google Places (Places API New) for real-world places, businesses, restaurants, and nearby recommendations. Use when the user asks to find specific pla...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install neomano-places - After installation, invoke the skill by name or use
/neomano-places - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 161 downloads so far.
How do I install Neomano Places (Google Places)?
Run "/install neomano-places" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Neomano Places (Google Places) free?
Yes, Neomano Places (Google Places) is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Neomano Places (Google Places) support?
Neomano Places (Google Places) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Neomano Places (Google Places)?
It is built and maintained by elandivar (@elandivar); the current version is v1.0.3.
More Skills