← 返回 Skills 市场
184
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install atms
功能描述
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 is internally consistent and lightweight, but before installing check two things: (1) where the agent will get ATM data (the SKILL.md does not name a provider or API — confirm the runtime will use a trusted maps/POI service), and (2) the referenced STANDARD_RESPONSE.md points to a local developer path and may be missing at runtime; ensure the response schema is available or integrated correctly. Also confirm that your agent’s implementation honors the privacy notes (only query after user consents to location, avoid storing exact coordinates) and has reasonable rate limiting for the data provider.
功能分析
Type: OpenClaw Skill
Name: atms
Version: 0.1.0
The skill bundle is a standard utility for locating nearby ATMs based on user-provided coordinates. It defines clear parameters, error codes, and privacy considerations such as location authorization and coordinate blurring. No malicious logic, unauthorized data access, or suspicious execution patterns were identified in SKILL.md or _meta.json.
能力评估
Purpose & Capability
The name and description (find nearby ATMs) align with the SKILL.md inputs/outputs and there are no unrelated required binaries, env vars, or config paths. The declared inputs (location, radius, filters) are appropriate for the stated purpose.
Instruction Scope
The SKILL.md stays within scope (query nearby ATMs, return a standard POI response, respect user authorization and fuzz coordinates). One minor inconsistency: it references a local file URI (STANDARD_RESPONSE.md) at a developer workstation path (file:///Users/...), which is not available in production environments and could cause an agent to attempt to read a local file if implemented that way. The SKILL.md also does not specify any data provider or network endpoints to actually fetch ATM data, so the runtime implementation would need to supply a provider.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk and no external packages are pulled in.
Credentials
No environment variables, credentials, or config paths are requested; this is proportionate for a location/POI lookup skill.
Persistence & Privilege
Skill does not request always:true and makes no changes to other skills or system settings; autonomous invocation is allowed (platform default) but is not combined with broad privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install atms - 安装完成后,直接呼叫该 Skill 的名称或使用
/atms触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Version 0.1.0 of "附近取款机" skill released.
- Provides a list of nearby ATMs based on user's current location.
- Supports filters (e.g., cash deposit, fee-free ATMs), customizable search radius, and results limit.
- Uses standardized response fields for consistent front-end integration.
- Handles errors such as invalid coordinates, excessive radius, provider issues, or rate limiting.
- Respects privacy: only searches with user location consent, with support for location anonymization.
元数据
常见问题
附近取款机 是什么?
Find nearby ATMs. Invoke when user asks for cash withdrawal near me. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 184 次。
如何安装 附近取款机?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install atms」即可一键安装,无需额外配置。
附近取款机 是免费的吗?
是的,附近取款机 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
附近取款机 支持哪些平台?
附近取款机 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 附近取款机?
由 ClawKK(@codekungfu)开发并维护,当前版本 v0.1.0。
推荐 Skills