← Back to Skills Marketplace
Pharmacies
by
mikeclaw007
· GitHub ↗
· v0.1.0
· MIT-0
201
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pharmacies
Description
Find nearby pharmacies. Invoke when user asks for drugstores near me.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pharmacies - After installation, invoke the skill by name or use
/pharmacies - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Pharmacies?
Find nearby pharmacies. Invoke when user asks for drugstores near me. It is an AI Agent Skill for Claude Code / OpenClaw, with 201 downloads so far.
How do I install Pharmacies?
Run "/install pharmacies" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pharmacies free?
Yes, Pharmacies is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Pharmacies support?
Pharmacies is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pharmacies?
It is built and maintained by mikeclaw007 (@mikeclaw007); the current version is v0.1.0.
More Skills