local-places

Search local places via Google Places proxy and return structured results.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/dakshrawat298-gif/SOL-ALPHA-GUARDIAN --skill local-places-dakshrawat298-gif
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: local-places
Source: https://github.com/dakshrawat298-gif/SOL-ALPHA-GUARDIAN/tree/main/packages/skills/skills/local-places
Command: npx skills add https://github.com/dakshrawat298-gif/SOL-ALPHA-GUARDIAN --skill local-places-dakshrawat298-gif

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Queries for places can be slow and noisy without a direct, easy-to-use interface; this Skill provides a local Google Places proxy-backed solution to return structured, actionable place data.

Core Features & Use Cases

  • Search for places by text query with optional location bias and filters.
  • Retrieve place details and resolve vague locations quickly for user prompts.
  • Use-case: an agent asks for nearby cafes or landmarks and receives concise results with IDs and addresses.

Quick Start

Start the local Places server and issue a sample search request to discover nearby places.

Frequently Asked Questions about local-places

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search for local places using a proxy and get structured results?

To search for local places, this Skill uses a local Google Places proxy to process text queries with optional location bias and returns structured, typed output objects for agent consumption.

What is location bias and how does it filter local place searches?

Location bias is an optional filter applied when querying the Google Places proxy to prioritize and resolve local places based on geographical proximity to a specific area.

Can I retrieve place details and addresses for vague location prompts?

Yes, you can retrieve place details and resolve vague locations quickly. The Skill normalizes proxy responses into concise results containing place IDs and physical addresses.

Does this local places proxy require external dependencies to run?

No, this local places proxy does not require external dependencies. It operates independently to validate inputs, build API requests, and normalize Google Places responses.

What is the best way to format agent queries for nearby landmarks or cafes?

The best way to format queries is using natural text prompts for nearby cafes or landmarks. The Skill validates these inputs and builds the corresponding API requests automatically.