← Back to Skills Marketplace
ckchzh

Smart Lights

by BytesAgain2 · GitHub ↗ · v2.0.2 · MIT-0
cross-platform ✓ Security Clean
192
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install smart-lights
Description
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Smart Lights concepts, best practices, and implementation patterns.
Usage Guidance
This skill appears low-risk: it ships a small local shell script that prints documentation and does not access the network or secrets. Two minor implementation inconsistencies exist (the SKILL.md/registry version is 2.0.2 while the script's internal VERSION is 2.0.1, and the help heredoc is quoted so it will display the literal string "$VERSION" rather than the numeric version). None of these affect security, but if you depend on exact version reporting or want absolute assurance, review or run the script in a sandbox before granting it broader execution rights. Otherwise, installing/using this skill is reasonable given its stated purpose.
Capability Analysis
Type: OpenClaw Skill Name: smart-lights Version: 2.0.2 The skill bundle is a static documentation reference tool for 'Smart Lights' concepts. The main execution script (scripts/script.sh) only outputs plain-text information using heredocs and contains no network requests, file system modifications, or credential harvesting logic. The instructions in SKILL.md are consistent with the code and do not attempt to manipulate the AI agent into performing unauthorized actions.
Capability Assessment
Purpose & Capability
Name/description describe a local reference for Smart Lights and the included script implements exactly that: command-driven, heredoc-based plaintext output. No unrelated credentials, binaries, or network access are requested.
Instruction Scope
SKILL.md explicitly states all commands output plaintext via heredoc and require no network access. The provided script only prints internal documentation, does not read arbitrary files, does not access environment variables, and makes no network calls or external subprocess downloads.
Install Mechanism
There is no install spec (instruction-only skill with a small helper script). No external downloads, package installs, or archive extraction are present.
Credentials
The skill declares no required environment variables, credentials, or config paths. The runtime script does not reference any external secrets or environment variables, so requested access is proportional to the purpose.
Persistence & Privilege
The skill is not forced always-on (always: false) and does not attempt to modify other skills or global agent settings. It does not request persistent system privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install smart-lights
  3. After installation, invoke the skill by name or use /smart-lights
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.2
Fix description
v2.0.1
Clean package with matching SKILL.md
v2.0.0
Domain-specific upgrade
Metadata
Slug smart-lights
Version 2.0.2
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 3
Frequently Asked Questions

What is Smart Lights?

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Smart Lights concepts, best practices, and implementation patterns. It is an AI Agent Skill for Claude Code / OpenClaw, with 192 downloads so far.

How do I install Smart Lights?

Run "/install smart-lights" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Smart Lights free?

Yes, Smart Lights is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Smart Lights support?

Smart Lights is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Smart Lights?

It is built and maintained by BytesAgain2 (@ckchzh); the current version is v2.0.2.

💬 Comments