One-click install
npx skills add https://github.com/devopstales/aiskillgrid --skill local-pois-devopstales
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: local-pois
Source: https://github.com/devopstales/aiskillgrid/tree/main/.agents/skills_back/local-pois
Command: npx skills add https://github.com/devopstales/aiskillgrid --skill local-pois-devopstales

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, and includes scripts (resource) components.

What problem does it solve?

This Skill addresses the need for quickly accessing detailed business and Point of Interest (POI) information by using specific IDs, making it easy to retrieve full details about local businesses, including ratings, hours, and contact info.

Core Features & Use Cases

  • Detailed Business Information: Fetches comprehensive data on local businesses such as ratings, contact information, and location details.
  • Efficient Data Retrieval: Allows for retrieval of data based on up to 20 POI IDs, simplifying the search process.
  • Use Case: Use this Skill to get the hours of operation and reviews for a specific local business or to find the nearest coffee shop based on a given location.

Quick Start

Get details for the business with ID 'loc4CQWMJWLD4VBEBZ62XQLJTGK6YCJEEJDNAAAAAAA=' by running the command 'get-local-pois -i loc4CQWMJWLD4VBEBZ62XQLJTGK6YCJEEJDNAAAAAAA='.

Frequently Asked Questions about local-pois

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

FAQPage Schema
How do I retrieve detailed local business information using a POI ID?

Retrieve local business information by passing a specific POI ID to fetch details like name, address, ratings, and hours. This method queries a search API using pre-identified location identifiers to return comprehensive business data.

Can I fetch business details for multiple POI IDs at the same time?

Yes, you can fetch business details for multiple POI IDs simultaneously. The Skill allows efficient data retrieval by accepting a list of up to 20 POI IDs, returning comprehensive information for each location in a single request.

What do I need to access local business data like ratings and hours of operation?

To access local business data like ratings and hours, you need a valid API key for authentication. The Skill uses this key to query the search API and authenticate requests for fetching details based on your POI IDs.

Does this local business search API tool require any specific command-line utilities?

Yes, the local business search API tool requires the 'curl' command-line utility. It uses scripts that depend on curl to execute API requests and fetch the business details for your provided POI IDs.

What is the best way to get contact info and location details for a pre-identified local business?

The best way to get contact info and location details is by using the specific POI ID associated with that business. Querying the API with this ID retrieves comprehensive data including contact information, ratings, and location details.

What are the limitations when fetching local POI details?

The primary limitation when fetching local POI details is that you can retrieve data for a maximum of 20 POI IDs per request. Additionally, you must already have the pre-identified POI IDs, as the Skill does not support discovering businesses by name or category.