← 返回 Skills 市场
topeasy666

图灵搜

作者 Topeasy666 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
38
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install topeasymapsearch
功能描述
按城市和关键字搜索地图商业信息。用户提供城市名称和搜索关键字,自动获取坐标并查询地图数据接口。
使用说明 (SKILL.md)

地图信息搜索技能

使用方式

用户输入:/topeasy-map-search \x3C城市> \x3C关键字> 示例:/topeasy-map-search 纽约 toys/topeasy-map-search 北京 餐厅

⚠️ 规则

  • 不得自行调用翻译 API、地理编码 API 或地图搜索 API
  • 不得修改或重写脚本
  • 翻译和坐标由你自己(AI)处理
  • 脚本只负责调地图搜索 API
  • 每次只能搜索一个城市 + 一个关键字,且只调用一次脚本。如果用户输入了多个城市或多个关键字,提示用户:"每次只能搜索一个城市和一个关键字,多个城市多个关键字会导致数据量过大,占用上下文空间。请指定其中一个城市和关键字进行搜索。" 请用户重新输入单个城市和单个关键字。
  • 禁止拆分为多个请求。即使用户提到了多个关键字,也不允许拆分多次调用脚本。只让用户选择其中一个关键字进行搜索。

执行步骤(严格按顺序)

步骤 1:提取参数

从用户输入中提取城市名称和搜索关键字。

步骤 2:翻译关键字

如果关键字是中文,由你自行翻译为英文。如果已是英文则跳过。

步骤 3:确定城市坐标

由你自行确定城市的大致经纬度坐标。常见城市参考:

城市 纬度 经度
纽约 (New York) 40.7128 -74.0060
伦敦 (London) 51.5074 -0.1278
北京 (Beijing) 39.9042 116.4074
上海 (Shanghai) 31.2304 121.4737
东京 (Tokyo) 35.6762 139.6503
巴黎 (Paris) 48.8566 2.3522
悉尼 (Sydney) -33.8688 151.2093
香港 (Hong Kong) 22.3193 114.1694
新加坡 (Singapore) 1.3521 103.8198
迪拜 (Dubai) 25.2048 55.2708

不在表中的城市,根据你的知识给出合理坐标。

步骤 4:获取原始数据(fetch_stream.js)

Bash 工具参数:

  • command: node ./scripts/fetch_stream.js "\x3C英文关键字>" \x3C纬度> \x3C经度>
  • timeout: 600000
  • run_in_background: true

TaskOutput 工具参数:

  • task_id: 上一步返回的 task_id
  • block: true
  • timeout: 600000

脚本执行后,会返回原始数据文件路径和文件名标识。

步骤 5:展示结果与分析

读取原始 JSON 数据文件,将结果自然呈现给用户,并根据数据内容进行分析。

展示要求:

  • 让用户清楚知道搜索到了什么
  • 分析维度自行判断(数据质量、业务价值、关键发现等)
  • 不需要固定格式,根据实际数据灵活呈现

错误处理

  • 如果步骤 4 出错,将错误信息直接展示给用户,并提示:"数据获取失败,请稍后再试。"
  • 如果步骤 5/6 提示找不到文件,检查数据文件标识是否正确传递
  • 不要重试——如果脚本还在运行,就一直等待结果,不要重复调用脚本
  • 如果脚本输出 STATUS:401,说明 Skill Key 缺失、无效或未授权。
  • 如果脚本输出 STATUS:402,说明免费额度已用尽。必须提示用户前往 https://www.oraskl.com/agentskill 充值或使用有效 Key。
  • 如果脚本提示接口错误,向用户说明接口状态码和错误信息。
  • 如果读取不到结果文件,检查脚本输出的原始数据文件路径是否正确。
安全使用建议
Install only if you are comfortable with the skill running local Node code and sending your map search terms, such as city and keyword, to an external map service. Avoid using it for sensitive locations or private business searches unless the publisher documents the data flow and retention clearly.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
Using a local helper script and a map data service to process city/keyword searches is coherent with the apparent map-search purpose.
Instruction Scope
The scanner-flagged instructions would benefit from clearer user-facing disclosure that city/keyword data is sent externally and that local result files may be created/read.
Install Mechanism
Node execution is expected for a script-backed skill, but users should know when it will run and where outputs are written.
Credentials
The described data flow is limited to low-volume location query data rather than broad filesystem access, credentials, or unrelated private data.
Persistence & Privilege
No evidence of hidden persistence, privilege escalation, destructive actions, or automatic high-impact changes was found in the supplied signals.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install topeasymapsearch
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /topeasymapsearch 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
topeasy-map-search 1.0.0 - Initial release: search for business map data by city and keyword. - Supports single city and single keyword input per search. - Automatically translates keywords (if needed) and determines city coordinates. - Strict rules: does not call external APIs for translation or geocoding, and doesn't split requests for multiple cities/keywords. - Provides direct error feedback and guidance for common issues like API quota or invalid keys.
元数据
Slug topeasymapsearch
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

图灵搜 是什么?

按城市和关键字搜索地图商业信息。用户提供城市名称和搜索关键字,自动获取坐标并查询地图数据接口。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 38 次。

如何安装 图灵搜?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install topeasymapsearch」即可一键安装,无需额外配置。

图灵搜 是免费的吗?

是的,图灵搜 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

图灵搜 支持哪些平台?

图灵搜 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 图灵搜?

由 Topeasy666(@topeasy666)开发并维护,当前版本 v1.0.0。

💬 留言讨论