Sshkey

v2.0.1

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

0· 280·0 current·0 all-time
byBytesAgain2@ckchzh
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 (sshkey reference docs) align with what is provided: local plaintext reference output. The skill declares no credentials, binaries, or config paths and does not require them.
Instruction Scope
SKILL.md explicitly says the commands output local heredoc text and make no external calls; the included script only prints static documentation. Minor inconsistencies: metadata version is 2.0.1 while the script's VERSION variable is 2.0.0 and the help heredoc is single-quoted so it will show the literal "$VERSION" instead of the numeric version. These are usability/information inconsistencies, not security issues.
Install Mechanism
No install spec — instruction-only plus a small shell script. Nothing is downloaded or written to disk by an installer. Risk is minimal.
Credentials
No environment variables, credentials, or config paths are declared or accessed. The script does not read environment or sensitive files; requirements are proportionate to the stated purpose.
Persistence & Privilege
always:false (default) and disable-model-invocation:false; normal autonomy. The skill does not request permanent presence or modify other skills or system configuration.
Assessment
This skill is a local reference/documentation tool that prints static text — it does not make network calls or ask for credentials. It appears safe to install from a behavioral perspective. Things to consider before installing: 1) the script contains minor metadata mismatches (script VERSION vs registry version and help text quoting) — not a security problem but may affect displayed info; 2) if you prefer, inspect the script file before enabling the skill (it's short and human-readable); 3) run it in a sandbox or a separate environment if you want to be extra cautious. No additional secrets or system accesses are required by this skill.

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

latestvk979dtzcxgwhxfpkrmafk7fae583gyt6

License

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

Comments