Roomba Control
v3.0.1Reference tool for life — covers intro, quickstart, patterns and more. Quick lookup for Roomba Control concepts, best practices, and implementation patterns.
⭐ 0· 392·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the delivered assets. The package provides local reference documentation and a small CLI script that prints heredoc content — nothing in the files requires cloud access, credentials, or unrelated system privileges.
Instruction Scope
SKILL.md explicitly states no external API calls or network access; the included script only emits static documentation via heredocs and performs simple local control flow. The docs mention tools like tcpdump/wireshark as examples but do not invoke them. No instructions attempt to read arbitrary system files or credentials.
Install Mechanism
This is an instruction-only skill with no install spec. A single helper script is included; nothing is downloaded or extracted at install time, so there is no remote install risk.
Credentials
The skill requires no environment variables, no credentials, and no config paths. The code does not access environment secrets or other services beyond standard shell behaviour.
Persistence & Privilege
always is false and model invocation is allowed (the platform default). The skill does not request permanent presence, nor does it modify other skills or system-wide settings.
Assessment
This skill is coherent and low-risk: it prints local reference docs and does not use network access or credentials. If you plan to allow autonomous invocation, note the agent could run the included shell script; review the script (it's short) before granting execution rights. Small notes: the script has a minor version string/formatting bug (help output uses a quoted heredoc so $VERSION won't expand), but this is functional-only and not a security issue. If you need stronger isolation, run/inspect the script in a sandbox before use.Like a lobster shell, security has layers — review code before you run it.
chinesevk975m7d4mzp96ywb8d6f4qt9dx82pgp9latestvk97ek2r0ezazhykpzvn1227ke183hz18productivityvk975m7d4mzp96ywb8d6f4qt9dx82pgp9
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
