← Back to Skills Marketplace
Sshkey
by
BytesAgain2
· GitHub ↗
· v2.0.1
· MIT-0
359
Downloads
0
Stars
1
Active Installs
10
Versions
Install in OpenClaw
/install sshkey
Description
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Sshkey concepts, best practices, and implementation patterns.
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: sshkey
Version: 2.0.1
The 'sshkey' skill is a static documentation reference tool. The shell script (scripts/script.sh) and the agent instructions (SKILL.md) only provide informational text via heredocs regarding development patterns and security best practices. There is no evidence of network access, file system modification, or credential harvesting.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install sshkey - After installation, invoke the skill by name or use
/sshkey - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.1
Fix description
v2.0.0
Clean package
v3.0.1
v3.0.1: SKILL.md rewritten to match new script commands.
v3.0.0
v3.0.0: Complete rewrite — generate, list, fingerprint, copy, test, audit SSH keys.
v1.0.5
old template -> domain-specific v2.0.0
v1.0.4
old template -> domain-specific v2.0.0
v1.0.3
Quality upgrade
v1.0.2
Quality upgrade: custom functionality
v1.0.1
Standards compliance: unique content, no template text
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Sshkey?
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Sshkey concepts, best practices, and implementation patterns. It is an AI Agent Skill for Claude Code / OpenClaw, with 359 downloads so far.
How do I install Sshkey?
Run "/install sshkey" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Sshkey free?
Yes, Sshkey is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Sshkey support?
Sshkey is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Sshkey?
It is built and maintained by BytesAgain2 (@ckchzh); the current version is v2.0.1.
More Skills