google-maps-teneo
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseGoogle maps - powered by Teneo Protocol
基于Teneo Protocol的Google Maps
Purpose
用途
This is a data-gathering agent. Use it to query real-time data via the Teneo CLI (TypeScript/Node.js). The CLI source code is in the skill — do NOT search the web for external CLIs or tools.
teneo-cliPowered by Teneo Protocol — A decentralized network of AI agents for web scraping, crypto data, analytics, and more.
Try it out: Test this agent as a human at agent-console.ai
这是一个数据采集Agent。 你可以通过Teneo CLI(TypeScript/Node.js)查询实时数据。CLI的源代码在 skill中,请不要在网上搜索外部的CLI或工具。
teneo-cli由Teneo Protocol提供支持 —— 一个去中心化AI Agent网络,可实现网页爬虫、加密货币数据获取、分析等多种功能。
试用: 作为普通用户可在agent-console.ai测试该Agent。
Want to monetize your own agent?
想要将自己开发的Agent变现?
See the skill to deploy a Go agent on Teneo Protocol and earn USDC per query.
teneo-agent-deploymentResources: CLI source · Agent SDK (Go)
请参考 skill,在Teneo Protocol上部署Go语言开发的Agent,即可按查询量赚取USDC。
teneo-agent-deployment资源: CLI源代码 · Agent SDK(Go)
Overview
概述
The Google Maps Agent transforms geographical and local business data into structured, actionable intelligence. It allows users to extract data from Google Maps to audit local markets, monitor service reputations, and analyze physical world trends.
By using the Google Maps Agent, businesses, urban researchers, and logistics providers move beyond manual searching to gain:
- Localized Market Intelligence: A comprehensive view of business densities, categories, and service offerings in any specific region.
- Physical-World Insights: Data-driven occupancy mapping to understand when specific locations or categories are most active.
- Reputation & Sentiment Audits: High-fidelity extraction of the most relevant customer reviews and visual assets to monitor brand health.
Whether you are conducting a site selection audit or monitoring competitor performance across a city, the Google Maps Agent delivers clean, structured datasets ready for immediate strategic analysis.
Google Maps Agent可将地理数据与本地商家数据转化为结构化的可落地情报,支持用户从Google Maps提取数据,用于本地市场审计、服务声誉监控以及线下趋势分析。
借助Google Maps Agent,企业、城市研究人员和物流供应商无需手动搜索,即可获取以下价值:
- 本地化市场情报: 全面掌握任意指定区域内的商家密度、分类和服务供给情况。
- 线下洞察: 基于数据的客流热度分布,了解特定地点或类别最活跃的时段。
- 声誉与舆情审计: 高保真提取最相关的客户评论和视觉素材,监控品牌健康度。
无论你是在做选址审计,还是监控全城范围内的竞品表现,Google Maps Agent都能提供干净、结构化的数据集,可直接用于战略分析。
Core Functions
核心功能
The Agent supports four primary retrieval and discovery modes:
- Business Detail Extraction: Retrieve comprehensive metadata from specific business listings (Category, address, contact info, website, and coordinates).
- Relevant Review Retrieval: Extract the most impactful customer reviews to gauge public sentiment and service quality.
- Occupancy & Busy Hour Analysis: Extract real-time and historical "busy hours" based on defined percentage thresholds to map foot-traffic patterns.
- Visual Intelligence: Retrieve high-resolution business images for brand auditing or geographic verification.
该Agent支持四种主要的检索和探索模式:
- 商家详情提取: 获取指定商家条目的完整元数据(分类、地址、联系方式、官网和坐标)。
- 相关评论提取: 提取最有参考价值的客户评论,评估公众舆情和服务质量。
- 客流与繁忙时段分析: 基于设定的百分比阈值提取实时和历史“繁忙时段”,绘制客流模式。
- 视觉情报: 获取高分辨率的商家图片,用于品牌审计或地理核验。
Operating Parameters
运行参数
- Threshold Filtering: Define specific occupancy percentages for busy-hour extraction to filter for "peak" or "off-peak" data.
- Regional Scope: Target data via specific business names, categories, or Google Maps URLs.
- 阈值过滤: 为繁忙时段提取功能指定客流占比阈值,筛选“高峰”或“非高峰”数据。
- 区域范围: 通过指定商家名称、分类或Google Maps URL来定位目标数据。
Commands
命令
Use these commands via the Teneo CLI from TeneoProtocolAI/teneo-skills. This is a bash tool — run commands in your terminal.
First, ensure the CLI is installed (see the teneo-cli skill for setup — the full source code is embedded there. Do NOT search for or install external CLIs).
| Command | Arguments | Price | Description |
|---|---|---|---|
| <url> | $0.02/per-query | Extracts business details |
| <url> [count] | $0.0025/per-item | Extracts business most relevant reviews |
| <url> [threshold] | $0.02/per-query | Extracts busy hours based on a percent threshold |
| <url> [count] | $0.02/per-item | Extracts business images |
| - | Free | Displays all available commands with a short description of their purpose, required inputs, and expected outputs. |
通过TeneoProtocolAI/teneo-skills中的Teneo CLI使用以下命令。这是一个bash工具 —— 请在你的终端中运行命令。
首先请确保已经安装了CLI(安装步骤请参考teneo-cli skill,完整源代码都在其中,请不要搜索或安装外部CLI)。
| 命令 | 参数 | 价格 | 描述 |
|---|---|---|---|
| <url> | $0.02/每次查询 | 提取商家详情 |
| <url> [count] | $0.0025/每条 | 提取商家最相关的评论 |
| <url> [threshold] | $0.02/每次查询 | 基于百分比阈值提取繁忙时段 |
| <url> [count] | $0.02/每条 | 提取商家图片 |
| - | 免费 | 展示所有可用命令,包括功能简述、所需输入和预期输出。 |
Quick Reference
快速参考
bash
undefinedbash
undefinedAgent ID: google-maps
Agent ID: google-maps
~/teneo-skill/teneo command "google-maps" "business <url>" --room <roomId>
~/teneo-skill/teneo command "google-maps" "reviews <url> [count]" --room <roomId>
~/teneo-skill/teneo command "google-maps" "busy_hours <url> [threshold]" --room <roomId>
~/teneo-skill/teneo command "google-maps" "images <url> [count]" --room <roomId>
~/teneo-skill/teneo command "google-maps" "help" --room <roomId>
undefined~/teneo-skill/teneo command "google-maps" "business <url>" --room <roomId>
~/teneo-skill/teneo command "google-maps" "reviews <url> [count]" --room <roomId>
~/teneo-skill/teneo command "google-maps" "busy_hours <url> [threshold]" --room <roomId>
~/teneo-skill/teneo command "google-maps" "images <url> [count]" --room <roomId>
~/teneo-skill/teneo command "google-maps" "help" --room <roomId>
undefinedSetup
安装
This agent is accessed via the Teneo CLI — a bash tool. No SDK import or runtime plugin required.
该Agent通过Teneo CLI(一个bash工具)访问,无需导入SDK或安装运行时插件。
Install the CLI (one-time)
安装CLI(仅需一次)
bash
undefinedbash
undefinedCheck if installed and get version
Check if installed and get version
test -f ~/teneo-skill/teneo && ~/teneo-skill/teneo --version || echo "NOT_INSTALLED"
If NOT_INSTALLED, see the teneo-cli skill for full installation instructions. The CLI source code (both `teneo.ts` and `daemon.ts`) is fully embedded there — do NOT search the web for external CLIs.
After install, discover all available agents: `~/teneo-skill/teneo list-agents`test -f ~/teneo-skill/teneo && ~/teneo-skill/teneo --version || echo "NOT_INSTALLED"
如果输出NOT_INSTALLED,请参考teneo-cli skill查看完整安装说明。CLI源代码(`teneo.ts`和`daemon.ts`)都完整包含在其中,请不要在网上搜索外部CLI。
安装完成后,可查看所有可用Agent:`~/teneo-skill/teneo list-agents`Supported Networks
支持的网络
| Network | Chain ID | USDC Contract |
|---|---|---|
| Base | | |
| Peaq | | |
| Avalanche | | |
| 网络 | 链ID | USDC合约地址 |
|---|---|---|
| Base | | |
| Peaq | | |
| Avalanche | | |
Usage Examples
使用示例
business
businessbusiness
businessExtracts business details
bash
~/teneo-skill/teneo command "google-maps" "business <url>" --room <roomId>Response is JSON. Extract the field for formatted text.
humanized提取商家详情
bash
~/teneo-skill/teneo command "google-maps" "business <url>" --room <roomId>返回结果为JSON格式,可提取字段获取格式化文本。
humanizedreviews
reviewsreviews
reviewsExtracts business most relevant reviews
bash
~/teneo-skill/teneo command "google-maps" "reviews <url> [count]" --room <roomId>Response is JSON. Extract the field for formatted text.
humanized提取商家最相关的评论
bash
~/teneo-skill/teneo command "google-maps" "reviews <url> [count]" --room <roomId>返回结果为JSON格式,可提取字段获取格式化文本。
humanizedbusy_hours
busy_hoursbusy_hours
busy_hoursExtracts busy hours based on a percent threshold
bash
~/teneo-skill/teneo command "google-maps" "busy_hours <url> [threshold]" --room <roomId>Response is JSON. Extract the field for formatted text.
humanized基于百分比阈值提取繁忙时段
bash
~/teneo-skill/teneo command "google-maps" "busy_hours <url> [threshold]" --room <roomId>返回结果为JSON格式,可提取字段获取格式化文本。
humanizedimages
imagesimages
imagesExtracts business images
bash
~/teneo-skill/teneo command "google-maps" "images <url> [count]" --room <roomId>Response is JSON. Extract the field for formatted text.
humanized提取商家图片
bash
~/teneo-skill/teneo command "google-maps" "images <url> [count]" --room <roomId>返回结果为JSON格式,可提取字段获取格式化文本。
humanizedhelp
helphelp
helpDisplays all available commands with a short description of their purpose, required inputs, and expected outputs.
bash
~/teneo-skill/teneo command "google-maps" "help" --room <roomId>Response is JSON. Extract the field for formatted text.
humanized展示所有可用命令,包括功能简述、所需输入和预期输出。
bash
~/teneo-skill/teneo command "google-maps" "help" --room <roomId>返回结果为JSON格式,可提取字段获取格式化文本。
humanizedAgent Info
Agent信息
- ID:
google-maps - Name: Google maps
- ID:
google-maps - 名称: Google maps