← 返回 Skills 市场
Pharmacies
作者
mikeclaw007
· GitHub ↗
· v0.1.0
· MIT-0
201
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pharmacies
功能描述
Find nearby pharmacies. Invoke when user asks for drugstores near me.
安全使用建议
This skill appears to do what it says, but the runtime instructions are incomplete and reference a local file path that won't exist in most environments. Before installing or enabling it, ask the author to: (1) include or embed the referenced STANDARD_RESPONSE.md (or replace the file:// reference with the actual schema), (2) specify the data provider(s)/endpoints the skill will use and list any required API keys or env vars, (3) restrict queries to approved endpoints and require explicit user consent before transmitting precise coordinates, and (4) document how location fuzzing is implemented. If you can't get those clarifications, treat the skill as untrusted because it may call arbitrary external services or fail to function as intended.
功能分析
Type: OpenClaw Skill
Name: pharmacies
Version: 0.1.0
The skill bundle consists of metadata and documentation (SKILL.md) for a pharmacy-finding tool. It contains no executable code, suspicious network requests, or instructions designed to exfiltrate data or compromise the agent. The content is entirely consistent with its stated purpose of providing location-based pharmacy information.
能力评估
Purpose & Capability
Name/description align with requirements: no binaries, no credentials, and an instruction-only skill are reasonable for a simple POI lookup. However, the SKILL.md does not declare a data provider or API, and it references a local STANDARD_RESPONSE.md via a file:///Users/... path that will not exist in a typical runtime — this is an implementation inconsistency.
Instruction Scope
Instructions require location input and describe parameters and error codes, but do not specify which data source, endpoint, or API to use. The SKILL.md instructs referencing STANDARD_RESPONSE.md via an absolute local file URI (file:///Users/mac_lkm/...), which is outside the skill bundle and may be missing at runtime. The lack of a specified provider makes the agent's behavior under-specified and could lead it to query arbitrary third-party services (potentially transmitting user location).
Install Mechanism
No install spec and no code files — lowest risk from installation. Nothing will be written to disk by an installer.
Credentials
The skill requests no environment variables or credentials, which is reasonable for an instruction-only lookup. But because no provider is specified, a runtime implementation might require API keys or other secrets that are not declared here — the lack of declared credentials combined with unspecified endpoints is a gap.
Persistence & Privilege
Skill is not always-enabled and is user-invocable. It does not request persistent presence or elevated platform privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pharmacies - 安装完成后,直接呼叫该 Skill 的名称或使用
/pharmacies触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Find nearby pharmacies based on user location.
- Returns a list of pharmacies (drugstores) near the provided latitude/longitude.
- Supports filtering by distance, 24-hour availability, prescription drugs, etc.
- Includes error handling for invalid input, excessive radius, unavailability, and rate limiting.
- Responds only after user location is authorized, with privacy safeguards for location data.
- Standardized response and easy integration for frontend or API use.
元数据
常见问题
Pharmacies 是什么?
Find nearby pharmacies. Invoke when user asks for drugstores near me. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 201 次。
如何安装 Pharmacies?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pharmacies」即可一键安装,无需额外配置。
Pharmacies 是免费的吗?
是的,Pharmacies 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Pharmacies 支持哪些平台?
Pharmacies 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pharmacies?
由 mikeclaw007(@mikeclaw007)开发并维护,当前版本 v0.1.0。
推荐 Skills