Nearby Bicycle Shops

v0.1.0

Find nearby bicycle shops. Invoke when user asks for bike shops near me.

0· 68·0 current·0 all-time
byClawKK@codekungfu
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name and description match the runtime instructions. The skill only describes taking a location and returning POI results for bicycle shops — nothing requested is out of scope.
Instruction Scope
SKILL.md is narrowly scoped to location-based POI queries and includes reasonable privacy guidance (user authorization, coordinate fuzzing, caching). It references STANDARD_RESPONSE.md for response schema, but that file is not bundled here — the missing schema is a minor gap to resolve before relying on the skill.
Install Mechanism
No install spec or code is included (instruction-only), so nothing is written to disk or installed. This minimizes risk.
Credentials
The skill declares no environment variables, secrets, or config paths. That is proportionate for a simple POI lookup skill.
Persistence & Privilege
always is false and there is no request to modify other skills or system settings. The skill suggests short-term caching of queries (reasonable), but does not demand persistent or privileged system access.
Assessment
This instruction-only skill appears coherent and low-risk: it asks only for a user location and returns nearby bicycle shops. Before installing, verify how the agent will obtain POI data at runtime (which external API or provider will be called) because that implementation may request API keys or transmit user coordinates. Confirm the missing STANDARD_RESPONSE.md schema and confirm that caching and coordinate fuzzing (privacy-preserving measures) will actually be implemented and that any stored caches are short-lived and protected. If the skill later asks for API keys, make sure they match the expected provider (e.g., Google Places API key) and avoid granting unrelated credentials.

Like a lobster shell, security has layers — review code before you run it.

latestvk97e9gyxjxtvys1dscxb70h2fh83e9rv

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments