Sketch Board

v2.0.2

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

0· 103·0 current·0 all-time
bybytesagain4@xueyetianya
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 describe a documentation/reference helper and the package only includes a SKILL.md and a small shell script that prints static heredoc text. No credentials, external services, or unrelated binaries are requested.
Instruction Scope
SKILL.md instructs the agent to provide plain-text reference output with no network calls or credential use. The shipped script implements those commands and only prints static documentation; it does not read unrelated files, access environment variables, or send data externally.
Install Mechanism
There is no install spec and the skill is instruction-only with a single local script. Nothing is downloaded or extracted at install time, so there is no elevated install risk.
Credentials
The skill declares no required environment variables, no primary credential, and the implementation does not reference env vars or credentials. The scope of access requested is minimal and appropriate for a documentation helper.
Persistence & Privilege
always is false and the skill does not request persistent system changes or modification of other skills' configuration. It does not write config or store tokens.
Assessment
This skill appears safe and coherent: it only prints built-in reference text and doesn’t access the network or ask for secrets. Before installing, you may still (1) verify the GitHub repository and publisher if you want provenance, (2) inspect the script locally or run it in a restricted environment (e.g., container/sandbox) to confirm behavior, and (3) note minor non-security issues such as a version mismatch between metadata (2.0.2) and the script (VERSION="2.0.1"). If you need long-term assurance, check the project’s license and recent commit history on the source repo.

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

latestvk976sq2kn3t4he5dbtzdm67cgx83hnar

License

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

Comments