← Back to Skills Marketplace
codekungfu

附近取款机

by ClawKK · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
184
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install atms
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: 可选筛选(是否可存款、是否免手续费等)

响应字段

错误码

  • 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 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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install atms
  3. After installation, invoke the skill by name or use /atms
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug atms
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
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 184 downloads so far.

How do I install 附近取款机?

Run "/install atms" 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 ClawKK (@codekungfu); the current version is v0.1.0.

💬 Comments