附近取款机
v0.1.0Find nearby ATMs. Invoke when user asks for cash withdrawal near me.
⭐ 0· 140·0 current·0 all-time
byClawKK@codekungfu
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk97ap4cdcpk9w0h6q81td8cs0d8328xg
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
