Neomano Places (Google Places)
v1.0.3Search Google Places (Places API New) for real-world places, businesses, restaurants, and nearby recommendations. Use when the user asks to find specific pla...
⭐ 1· 89·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk972bpz7qbe2p45sq41d9wgfmh83j5ge
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
📍 Clawdis
Binspython3
EnvGOOGLE_PLACES_API_KEY
Primary envGOOGLE_PLACES_API_KEY
