← Back to Skills Marketplace
Tesla Commander
by
bytesagain1
· GitHub ↗
· v3.0.1
· MIT-0
441
Downloads
0
Stars
1
Active Installs
16
Versions
Install in OpenClaw
/install tesla-commander
Description
Reference tool for life — covers intro, quickstart, patterns and more. Quick lookup for Tesla Commander concepts, best practices, and implementation patterns.
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: tesla-commander
Version: 3.0.1
The 'tesla-commander' skill is a purely informational reference tool that outputs static documentation via a shell script. Analysis of 'scripts/script.sh' and 'SKILL.md' shows no network activity, file system modifications, credential access, or malicious instructions; it simply uses heredocs to display generic guidance on development patterns and troubleshooting.
Capability Assessment
Purpose & 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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tesla-commander - After installation, invoke the skill by name or use
/tesla-commander - Provide required inputs per the skill's parameter spec and get structured output
Version History
v3.0.1
Fix description
v3.0.0
Clean package
v2.0.1
update
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v2.3.6
retry-fix-token
v2.3.5
yaml-fix+quality
v2.3.4
Quality upgrade
v2.3.3
Quality upgrade: custom functionality
v2.3.2
Quality fix: cleaner docs, removed flags
v2.3.1
Quality improvement: better docs, examples, cleaner text
v2.3.0
Quality fixes: removed third-party references, aligned docs with implementation
v2.2.0
Enhanced descriptions for better AI triggering
v2.1.0
Enhanced descriptions for better AI triggering
v1.0.2
Runtime fix
v1.0.1
Add runtime declaration + security compliance
v1.0.0
Initial release of tesla-commander.
- Command and monitor Tesla vehicles from the command line via Fleet API.
- Supports vehicle status, climate, charging, locks, tracking, and trip analytics.
- OAuth 2.0 authentication with built-in token management.
- Automation-friendly with quick summary and scripting support.
- Includes privacy and API rate-limit precautions.
Metadata
Frequently Asked Questions
What is Tesla Commander?
Reference tool for life — covers intro, quickstart, patterns and more. Quick lookup for Tesla Commander concepts, best practices, and implementation patterns. It is an AI Agent Skill for Claude Code / OpenClaw, with 441 downloads so far.
How do I install Tesla Commander?
Run "/install tesla-commander" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Tesla Commander free?
Yes, Tesla Commander is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Tesla Commander support?
Tesla Commander is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Tesla Commander?
It is built and maintained by bytesagain1 (@bytesagain1); the current version is v3.0.1.
More Skills