← Back to Skills Marketplace
102
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install banks
Description
Find nearby banks. Invoke when user asks for bank branches near me.
README (SKILL.md)
Nearby Banks
用途
- 提供用户当前位置附近的 Banks 列表
- 统一返回字段与查询行为,便于前端/接口复用
触发条件
- 用户询问“银行 附近 / banks near me / nearby banks / 就近网点”
输入参数
- location: 经纬度 { lat, lng },必填
- radius_meters: 查询半径,默认 3000
- limit: 返回数量上限,默认 20,最大 50
- filters: 可选筛选(是否对公、是否周末营业等)
响应字段
- 统一参见 STANDARD_RESPONSE.md
- 本技能 category 固定为 "banks"
错误码
- INVALID_LOCATION: 经纬度不合法
- RADIUS_TOO_LARGE: 超过最大查询半径
- PROVIDER_UNAVAILABLE: 数据源不可用
- RATE_LIMITED: 触发速率限制
示例
- 输入: { location: { lat: 30.123, lng: 120.456 }, radius_meters: 3000, limit: 10 }
- 输出: 标准 POI 列表(见 STANDARD_RESPONSE.md)
隐私与速率限制
- 仅在用户授权定位后查询
- 避免保留精确坐标,必要时进行网格化模糊处理
Usage Guidance
This skill appears to be a straightforward 'nearby banks' lookup, but it leaves out important operational details. Before installing or enabling it, ask the publisher: (1) Which data provider or API will the skill call to get bank locations? (2) Will it require API keys or endpoints, and if so where/how should those credentials be supplied and stored? (3) Provide or bundle the STANDARD_RESPONSE.md schema (or an accessible URL) so you know exactly what the skill will return. Also confirm the privacy controls: ensure it will only query after explicit user location consent and that precise coordinates are not logged or exfiltrated to unknown endpoints. If the author cannot clarify these points, treat the skill as incomplete/suspicious and avoid granting it access to real location data.
Capability Assessment
Purpose & Capability
Name/description and the SKILL.md all describe a simple 'nearby banks' POI lookup — this is coherent. However, the SKILL.md references a response schema file via a local file:// path (STANDARD_RESPONSE.md) that is not bundled with the skill, which suggests a missing dependency or implicit expectation of local project files.
Instruction Scope
Instructions define inputs, outputs, error codes, and privacy guidance and stay within the declared purpose. But they mention a data provider (PROVIDER_UNAVAILABLE) and rate limiting without specifying which external API to call, endpoints, or required credentials. The reference to a local file path (file:///Users/...) for STANDARD_RESPONSE.md is outside the skill bundle and would require the agent to access local filesystem paths not included in the skill.
Install Mechanism
No install spec and no code files — lowest-risk delivery model. The skill is instruction-only, so nothing is written to disk by an installer.
Credentials
The skill declares no required environment variables or credentials, yet it implies querying an external provider for POI data. A provider API typically requires credentials or an endpoint; the absence of any declared env vars or primary credential is a mismatch and may hide implicit requirements.
Persistence & Privilege
always is false and the skill has no install-time hooks or config changes. It does not request persistent privileges or modify other skills' settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install banks - After installation, invoke the skill by name or use
/banks - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release of the "附近银行" (Nearby Banks) skill.
- Allows users to find bank branches near their current location.
- Supports filtering by radius, number of results, and additional options (e.g., weekend service).
- Standardized response fields for easy integration.
- Includes validation and specific error codes for invalid inputs or service issues.
- Requires explicit user location permission and applies privacy-friendly measures.
Metadata
Frequently Asked Questions
What is Banks?
Find nearby banks. Invoke when user asks for bank branches near me. It is an AI Agent Skill for Claude Code / OpenClaw, with 102 downloads so far.
How do I install Banks?
Run "/install banks" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Banks free?
Yes, Banks is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Banks support?
Banks is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Banks?
It is built and maintained by clawkk (@clawkk); the current version is v0.1.0.
More Skills