weatheresp32

v1.0.0

Get weather data from your personal ESP32+BMP280 sensor

0· 828·0 current·0 all-time
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/description match the instructions: the skill asks for an ESP32 IP and makes simple HTTP GET requests to /reading and /health to obtain temperature/pressure/altitude. No unrelated environment variables, binaries, or installs are requested.
Instruction Scope
Instructions are narrowly scoped to asking the user for an IP, calling HTTP endpoints, parsing JSON, and giving advice. The doc instructs the agent to "Save the IP for future requests," which implies persisting that value in agent memory or config — reasonable for usability but worth noting as stored device addressing data.
Install Mechanism
No install spec or code files are present; this is instruction-only so nothing is written to disk during install.
Credentials
The skill requires no environment variables, credentials, or config paths. That is proportionate for a local HTTP-based sensor reader.
Persistence & Privilege
always:false (no forced global inclusion). The only persistence implied is saving the ESP32 IP for future calls — normal for this functionality, but users should be aware the IP may be stored in agent memory or skill settings.
Assessment
This skill appears to do exactly what it says: ask you for your ESP32's IP and query /reading and /health. It does not request secrets or install software. Before installing, consider: (1) where the agent will store the ESP32 IP (agent memory or skill config) and whether you are comfortable with that; (2) if your agent runs in the cloud, it may not be able to reach a private LAN IP without a tunnel — avoid providing public IPs or domains you don't control; (3) the SKILL.md includes an example trycloudflare domain — treat that as an example only and don’t enter sensitive endpoints unless you trust the destination. If you want stronger privacy, ask how/where the IP will be persisted or disable memory persistence for this skill.

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

latestvk976qbajv2wxdgfm0n0a1db45h80vx9q

License

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

Comments