Neomano Places (Google Places)

v1.0.3

Search Google Places (Places API New) for real-world places, businesses, restaurants, and nearby recommendations. Use when the user asks to find specific pla...

1· 152·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for elandivar/neomano-places.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Neomano Places (Google Places)" (elandivar/neomano-places) from ClawHub.
Skill page: https://clawhub.ai/elandivar/neomano-places
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required env vars: GOOGLE_PLACES_API_KEY
Required binaries: python3
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install neomano-places

ClawHub CLI

Package manager switcher

npx clawhub@latest install neomano-places
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
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.

Runtime requirements

📍 Clawdis
Binspython3
EnvGOOGLE_PLACES_API_KEY
Primary envGOOGLE_PLACES_API_KEY
latestvk972bpz7qbe2p45sq41d9wgfmh83j5ge
152downloads
1stars
4versions
Updated 1mo ago
v1.0.3
MIT-0

Neomano Places (Google Places)

Use Google Places as the source of truth for real-world place lookup.

Workflow

  1. Choose the search intent

    • Use the user's request directly when possible.
    • If they want food or local recommendations, search by category + place name.
  2. Search Places

    • Use scripts/places.py for text search.
    • Add location bias when the user mentions a town, city, or area.
    • Prefer concrete results with ratings and review counts.
  3. Filter and rank

    • Prefer places with stronger ratings and more reviews.
    • If the user wants a specific dish, favor places whose name, category, or reviews mention it.
    • If results are weak or ambiguous, say so and avoid guessing.
  4. Respond clearly

    • Return a short ranked list.
    • Include place name, why it stands out, rating, and address when available.
    • Include a Google Maps link if present.

Output style

  • Keep it practical and concrete.
  • Use bullets, not tables.
  • If the user asks for only one place, return the best match and 1–2 backups.

Notes

  • Requires GOOGLE_PLACES_API_KEY.
  • To get one, create a project in Google Cloud Console, enable Places API (New), and create an API key in APIs & Services → Credentials.
  • For best results, restrict the key to Places API and, if possible, lock it down by IP.
  • For JSON output, use --json on the script.
  • For nearby searches, pass --lat, --lng, and --radius-m.

Comments

Loading comments...