Nearby BnB Stays

v0.1.0

Find nearby BnB stays. Invoke when user asks for BnB stays near me.

0· 72·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.md describes querying nearby BnB stays given a location, radius, limit and filters. No unrelated binaries, env vars, or config paths are requested.
Instruction Scope
Instructions stay within the declared purpose (accept location, return standardized POI list, privacy recommendations). However the SKILL.md does not specify any data provider/API or where to fetch listings from and it references STANDARD_RESPONSE.md which is not included; that omission may leave the agent discretion to call arbitrary web endpoints or require additional credentials during runtime.
Install Mechanism
No install spec and no code files — instruction-only skill, so nothing is written to disk or pulled from external URLs at install time.
Credentials
No environment variables, credentials, or config paths are requested. This is proportionate to a lookup/listing skill. Be aware that using third-party listing APIs later could require keys not declared here.
Persistence & Privilege
always is false and the skill is user-invocable; there is no request for permanent elevated presence or modification of other skills or system-wide settings.
Assessment
This skill appears coherent and low-risk as-is: it asks only for a location and returns listings. Before installing, confirm where the agent will fetch listing data (which provider/API or dataset) and whether that provider will require API keys or scraping (which could introduce privacy or legal concerns). Also request or provide the missing STANDARD_RESPONSE.md so you know the exact output format. If the skill later asks you to supply API keys or access tokens, verify those requests are necessary and come from a trusted provider rather than the skill itself.

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

latestvk97dvnwqne5rcq30mrsyk31fj183efx4

License

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

Comments