← 返回 Skills 市场
附近取款机
作者
mikeclaw007
· GitHub ↗
· v0.1.0
· MIT-0
118
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install atms-nearby
功能描述
Find nearby ATMs. Invoke when user asks for cash withdrawal near me.
使用说明 (SKILL.md)
Nearby ATMs
用途
- 提供用户当前位置附近的 ATMs 列表
- 统一返回字段与查询行为,便于前端/接口复用
触发条件
- 用户询问“取款机 附近 / ATMs near me / cash withdrawal”
输入参数
- location: 经纬度 { lat, lng },必填
- radius_meters: 查询半径,默认 3000
- limit: 返回数量上限,默认 20,最大 50
- filters: 可选筛选(是否可存款、是否免手续费等)
响应字段
- 统一参见 STANDARD_RESPONSE.md
- 本技能 category 固定为 "atms"
错误码
- INVALID_LOCATION: 经纬度不合法
- RADIUS_TOO_LARGE: 超过最大查询半径
- PROVIDER_UNAVAILABLE: 数据源不可用
- RATE_LIMITED: 触发速率限制
示例
- 输入: { location: { lat: 30.123, lng: 120.456 }, radius_meters: 2000, limit: 10 }
- 输出: 标准 POI 列表(见 STANDARD_RESPONSE.md)
隐私与速率限制
- 仅在用户授权定位后查询
- 避免保留精确坐标,必要时进行网格化模糊处理
安全使用建议
This skill looks conceptually correct for 'find nearby ATMs' but the runtime instructions are incomplete and reference a local file path (file:///Users/...) for the response schema. Before installing or enabling it, verify: 1) which data provider or API the skill will use to find ATMs (Google/Mapbox/OpenStreetMap or an internal dataset), and whether API keys are needed; 2) remove or replace the absolute local file:// link with an embedded schema or a reachable URL so the agent won't attempt to read arbitrary local files; 3) confirm that the agent will only use the user's location after explicit consent and that precise coordinates will not be stored; 4) if you expect the skill to call external services, ensure those endpoints are trusted and that rate-limiting and error handling are defined. If these details are not provided, treat the skill as potentially unsafe to run autonomously because it could make arbitrary network requests or try to access local files.
功能分析
Type: OpenClaw Skill
Name: atms-nearby
Version: 0.1.0
The skill bundle consists of metadata and a markdown file (SKILL.md) defining a tool for locating nearby ATMs. It contains no executable code, suspicious network requests, or malicious instructions. The documentation includes standard input parameters, error codes, and privacy guidelines for handling location data.
能力评估
Purpose & Capability
Name and description match the declared inputs/outputs (location in, ATMs list out). The skill does not request any extra credentials or binaries, which is proportionate. However, the SKILL.md does not specify any data provider/API for ATM lookup (no mapping provider, POI datasource, or API endpoint), so it is unclear how results are obtained — this gap is noteworthy.
Instruction Scope
The instructions require an input location and describe response fields, errors, and privacy guidance, which is fine, but they also link to a STANDARD_RESPONSE.md using an absolute local file URL (file:///Users/mac_lkm/...). That references a developer-local path that won't exist in most runtimes and suggests the agent might try to read local files or rely on out-of-skill artifacts. The SKILL.md gives no direction on which external API, provider, or dataset to call; this vagueness grants the agent broad discretion to choose data sources or make arbitrary network calls.
Install Mechanism
Instruction-only skill with no install spec and no code files. This minimizes install-time risk.
Credentials
The skill declares no required environment variables, credentials, or config paths — appropriate for a simple lookup skill. There are no hidden credential requests in the instructions.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent presence or to modify other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install atms-nearby - 安装完成后,直接呼叫该 Skill 的名称或使用
/atms-nearby触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
- Initial release of "附近取款机" (Nearby ATMs) skill.
- Enables users to find a list of ATMs near their current location.
- Supports queries with location (latitude and longitude), radius (default 3000m), result limit, and optional filters.
- Standardized response fields for easy frontend and API integration.
- Error handling for invalid input, excessive radius, data provider issues, and rate limiting.
- Requires user location authorization and includes privacy measures for location handling.
元数据
常见问题
附近取款机 是什么?
Find nearby ATMs. Invoke when user asks for cash withdrawal near me. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 118 次。
如何安装 附近取款机?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install atms-nearby」即可一键安装,无需额外配置。
附近取款机 是免费的吗?
是的,附近取款机 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
附近取款机 支持哪些平台?
附近取款机 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 附近取款机?
由 mikeclaw007(@mikeclaw007)开发并维护,当前版本 v0.1.0。
推荐 Skills