← 返回 Skills 市场
102
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install banks
功能描述
Find nearby banks. Invoke when user asks for bank branches near me.
使用说明 (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)
隐私与速率限制
- 仅在用户授权定位后查询
- 避免保留精确坐标,必要时进行网格化模糊处理
安全使用建议
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install banks - 安装完成后,直接呼叫该 Skill 的名称或使用
/banks触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Banks 是什么?
Find nearby banks. Invoke when user asks for bank branches near me. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 102 次。
如何安装 Banks?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install banks」即可一键安装,无需额外配置。
Banks 是免费的吗?
是的,Banks 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Banks 支持哪些平台?
Banks 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Banks?
由 clawkk(@clawkk)开发并维护,当前版本 v0.1.0。
推荐 Skills