Lametric Cli

v1.0.2

Control LaMetric TIME/SKY smart displays from the command line. Use when sending notifications, controlling device brightness/volume, managing timers, or dis...

0· 597·2 current·2 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, required binary (lametric), primaryEnv (LAMETRIC_API_KEY), and the install options (Homebrew tap and Go package from GitHub) align with a CLI wrapper for LaMetric devices. Asking for an API key is expected.
Instruction Scope
SKILL.md instructs only running the lametric CLI, using device discovery on the local network, streaming images, and setting keys/config in ~/.config/lametric-cli/config.yaml — all within the stated domain. It does not ask for unrelated files or additional credentials.
Install Mechanism
Installers are Homebrew (dedene/tap) and go install from github.com/dedene/lametric-cli, which are typical for CLI tools. These are not high-risk arbitrary downloads, but users should verify trust in the dedene/tap and the GitHub repo before installing.
Credentials
Only the LaMetric API key (LAMETRIC_API_KEY) is declared as primary credential; the skill optionally references LAMETRIC_DEVICE for device IP. No unrelated secrets or numerous credentials are requested.
Persistence & Privilege
always is false and the skill does not request elevated or persistent system-wide privileges. It does not modify other skills' config or require always-on presence.
Assessment
This skill appears to be what it claims: a wrapper around the lametric CLI that uses a LaMetric API key and local-network discovery to control devices. Before installing, verify the Homebrew tap (dedene/tap) and the GitHub repository (github.com/dedene/lametric-cli) are legitimate and maintained; prefer official release pages or signed packages when available. Treat your LAMETRIC_API_KEY like any device credential—only provide it to code you trust and consider using environment variables or your OS credential store rather than embedding keys in files. Note the SKILL.md contains a truncated install line and a version string mismatch (SKILL.md metadata shows 1.1.0 while registry metadata lists 1.0.2); these are minor editorial inconsistencies but worth checking on the project page before trusting binaries.

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

latestvk972wv0jvrxzryffbbgg7cfstn818cp6

License

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

Runtime requirements

Binslametric
Primary envLAMETRIC_API_KEY

Install

Homebrew
Bins: lametric
brew install dedene/tap/lametric
Go
Bins: lametric

Comments