Uptime Robot
v1.0.2Uptime Robot integration. Manage data, records, and automate workflows. Use when the user wants to interact with Uptime Robot data.
⭐ 0· 78·0 current·0 all-time
byVlad Ursul@gora050
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (Uptime Robot integration) match the instructions: the SKILL.md consistently describes using Membrane to connect to and run actions against Uptime Robot. Nothing in the instructions requests unrelated services or credentials.
Instruction Scope
Instructions are narrowly scoped to installing/using the Membrane CLI, creating a connection, listing actions, running actions, and optionally proxying raw API requests via Membrane. Notably, proxy requests and credential management are handled by Membrane (so the skill routes Uptime Robot API calls through Membrane's servers). This is expected for a proxy-based integration but is a privacy/trust consideration.
Install Mechanism
The skill is instruction-only (no install spec). It tells users to run `npm install -g @membranehq/cli` or use `npx` in examples. Installing a third‑party CLI from npm is reasonable here but does execute remote code on the user's system; verify the package (publisher, repo, checksum) before global install if you have security/privacy concerns.
Credentials
The skill requires no environment variables, no local credentials, and does not ask the agent to read unrelated files or secrets. The dependency on a Membrane account is explicit and proportional to the described proxy-based integration.
Persistence & Privilege
always is false and there are no install scripts or code that would persist or change other skills/config. This skill is instruction-only and does not request elevated or persistent privileges.
Assessment
This skill is coherent with its stated purpose, but note that it relies on the Membrane service: when you follow the instructions you will (a) install/run a third‑party CLI from npm and (b) give Membrane the ability to hold/use credentials and proxy API calls to Uptime Robot. Before proceeding, verify the @membranehq CLI package and its GitHub repository, review Membrane's privacy/security docs, consider using least-privilege/test accounts for integration, and prefer using `npx` or pinned versions if you want to avoid a global install.Like a lobster shell, security has layers — review code before you run it.
latestvk9781qjyx7war1wh5p4xn2kwws843npr
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
