Cc Switch

v3.0.2

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

0· 416·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
The skill is presented as a reference for 'Cc Switch' and contains only static documentation and a script that prints reference text. There are no declared env vars, binaries, or config paths that would be unnecessary for a documentation/reference tool. (Minor note: metadata version 3.0.2, SKILL.md reports 3.0.1, and the script sets VERSION=3.0.0 — versioning is inconsistent but not a security concern by itself.)
Instruction Scope
SKILL.md instructs that all commands output plain-text via heredoc and that no external API calls or credentials are needed. The included script implements only static heredoc outputs and does not read extra files, environment variables, or network endpoints. There is no scope creep in the instructions.
Install Mechanism
There is no install spec; this is instruction-only with one included shell script. No downloads or extraction occur. The presence of a script means the runtime may execute bundled code, but the script contains only static text output and no network or system-modifying actions.
Credentials
The skill declares no required environment variables or credentials and the script does not reference environment secrets. No disproportionate access to secrets or unrelated services is requested.
Persistence & Privilege
The skill is not always-enabled and is user-invocable; it does not request permanent presence or attempt to modify other skills or system-wide agent settings. Autonomous invocation is allowed (platform default) but not combined with other concerning privileges.
Assessment
This skill appears to be a harmless local reference: it ships static docs and a shell script that prints heredoc content and does not access the network or secrets. Before installing or executing the script, you may want to: (1) review the script contents (already included) to confirm it matches expectations, (2) note the minor version-string inconsistencies as a sign of maintenance sloppiness (not an attack), and (3) run it in a restricted environment if you want to be extra cautious. If you rely on the platform to execute skill code, confirm the runtime enforces network and file access controls consistent with your security posture.

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

latestvk97de93t37fm44yseksw5z1wn583g5d8

License

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

Comments