← Back to Skills Marketplace
附近取款机
by
mikeclaw007
· GitHub ↗
· v0.1.0
· MIT-0
118
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install atms-nearby
Description
Find nearby ATMs. Invoke when user asks for cash withdrawal near me.
README (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)
隐私与速率限制
- 仅在用户授权定位后查询
- 避免保留精确坐标,必要时进行网格化模糊处理
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install atms-nearby - After installation, invoke the skill by name or use
/atms-nearby - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 附近取款机?
Find nearby ATMs. Invoke when user asks for cash withdrawal near me. It is an AI Agent Skill for Claude Code / OpenClaw, with 118 downloads so far.
How do I install 附近取款机?
Run "/install atms-nearby" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 附近取款机 free?
Yes, 附近取款机 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 附近取款机 support?
附近取款机 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 附近取款机?
It is built and maintained by mikeclaw007 (@mikeclaw007); the current version is v0.1.0.
More Skills