Tesla Commander
v3.0.1Reference tool for life — covers intro, quickstart, patterns and more. Quick lookup for Tesla Commander concepts, best practices, and implementation patterns.
⭐ 0· 364·0 current·0 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 advertise a local reference tool. The skill includes only a SKILL.md and a shell script that print documentation; it requests no credentials, binaries, or config paths. The requested footprint is proportionate to a reference CLI.
Instruction Scope
SKILL.md states that commands output plain-text via heredoc with no external API calls. The shipped script implements only heredoc outputs and basic CLI dispatch; it does not access files, network, or environment variables. Minor implementation quirk: the help heredoc is single-quoted so the $VERSION token is shown literally rather than expanded, and the script does an extra 'shift' suppressed with redirection—these are bugs, not evidence of scope creep.
Install Mechanism
No install spec is provided (instruction-only with an included script). No downloads, package installs, or archive extraction occur. Risk from installation is minimal.
Credentials
The skill declares no required environment variables, no primary credential, and no config paths. The runtime script does not read environment variables or secrets. Requested environment/credentials are proportionate (none).
Persistence & Privilege
always is false and the skill does not request persistent presence or modify other skills or system-wide settings. It only provides a CLI-style reference and has no persistent or privileged behavior.
Assessment
This skill appears to be a simple, local reference implemented as a shell script that prints documentation—there are no network calls or credential requests. If you plan to install or run it, you can proceed with low risk, but standard precautions apply: review the script yourself (or run it in a sandbox) before allowing any automated agent to execute it, confirm you trust the upstream repository, and be aware that future updates could change behavior. The script has minor non-security bugs (literal $VERSION in help, odd shift usage) but nothing that indicates malicious intent.Like a lobster shell, security has layers — review code before you run it.
chinesevk975mawh21mzafaxqvpfxm6b2582qnchlatestvk978y9v10fwjebkjw85ea5567183g387productivityvk975mawh21mzafaxqvpfxm6b2582qnch
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
