Load Balancer

v2.0.3

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Load Balancer concepts, best practices, and implementation patterns.

0· 135·1 current·1 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 (load balancer reference) match the provided materials: SKILL.md and the included shell script both produce plain-text reference content. There are no unrelated credentials, binaries, or cloud services requested.
Instruction Scope
SKILL.md explicitly states the commands produce heredoc text with no external API calls, and scripts/script.sh implements only local heredoc output and basic CLI parsing. The instructions do not access environment variables, system config paths, or external endpoints.
Install Mechanism
There is no install specification (instruction-only), so nothing will be downloaded or executed by an automated installer. The bundle includes a single bash script; that script is plain text and contains no network or unsafe operations.
Credentials
The skill requires no environment variables or credentials; the code does not read or reference secrets or external config. This is proportionate for an offline reference tool.
Persistence & Privilege
Flags show normal defaults (not always:true). The skill does not request persistent system presence or modify other skills' configuration. Autonomous invocation is allowed by platform default but is not combined with concerning privileges here.
Assessment
This skill appears to be an offline reference and is internally consistent. Before installing, you may want to: (1) note the minor metadata mismatch (SKILL.md lists version 2.0.3 while scripts/script.sh defines VERSION=2.0.2) and small help-text quoting bug (the help heredoc uses single quotes so $VERSION won't expand) — these are non-security issues; (2) preview the included script (scripts/script.sh) yourself and confirm your agent/platform will not execute it automatically if you don't want it to; and (3) if you plan to allow autonomous invocation, ensure you are comfortable with the agent running this local script (it is benign but will write output to the agent). If you need stronger isolation, test the skill in a sandbox or review the repository (https://github.com/bytesagain/ai-skills) and contact the maintainer (hello@bytesagain.com) for clarifications.

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

latestvk976qac71qnddcr0mk3a4fjfnd83hkvd

License

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

Comments