← 返回 Skills 市场
asleep123

Openssl

作者 Asleep · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
2329
总下载
1
收藏
9
当前安装
1
版本数
在 OpenClaw 中安装
/install openssl
功能描述
Generate secure random strings, passwords, and cryptographic tokens using OpenSSL. Use when creating passwords, API keys, secrets, or any secure random data.
安全使用建议
This skill is coherent for generating random data, but review these points before installing: 1) Metadata omission: the SKILL.md runs external programs (openssl, tr, head, xxd, od); the skill should declare required binaries so you know the agent must have them on PATH. 2) Entropy caution: filtering base64 with 'tr -dc' or truncating output can reduce or bias entropy and may yield shorter strings than expected — prefer deterministic methods (e.g., openssl rand -hex for raw key material) and verify lengths. 3) Portability: some pipelines (xxd, od) may behave differently on non-Linux platforms. 4) Safety: the skill runs local commands but does not exfiltrate data; nevertheless ensure your agent runs in a secure environment and that any generated secrets are handled/stored securely. If you plan to use these commands programmatically (in services or client code), consider using a vetted cryptography library in your runtime language rather than shelling out to openssl plus filters.
功能分析
Type: OpenClaw Skill Name: openssl Version: 1.0.0 The skill bundle is benign. It provides instructions and commands for generating secure random strings, passwords, and cryptographic tokens using the standard `openssl rand` utility. All commands are local, do not access sensitive files, perform network operations, or attempt any form of prompt injection against the AI agent. The content is clearly aligned with its stated purpose.
能力评估
Purpose & Capability
The name, description, and SKILL.md all describe generating secure random strings with OpenSSL — that is coherent. However, the skill metadata declares no required binaries even though the instructions explicitly call external utilities (openssl, tr, head, xxd, od). The metadata should list these as required binaries so callers know runtime dependencies.
Instruction Scope
The SKILL.md is narrowly scoped to running openssl rand and small text transformations; it does not request files, environment secrets, or external network calls. Caveats: piping through 'tr -dc' to restrict character sets can reduce or bias entropy and may produce shorter outputs (requiring loops to reach intended length). The PIN-generation pipeline is complex and depends on several utilities; it may behave unpredictably across platforms.
Install Mechanism
There is no install spec and no code files (instruction-only), so nothing is written to disk by the skill itself. This is the lowest-risk install posture.
Credentials
The skill requests no environment variables or credentials, which is appropriate for its purpose (local random generation).
Persistence & Privilege
The skill is not always-enabled and does not request persistent privileges or modify other skills/configuration. Agent autonomous invocation is allowed (platform default) but not combined with other risky requests.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openssl
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openssl 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the openssl skill for secure random data generation. - Provides commands to generate passwords, API keys, tokens, and secrets with OpenSSL. - Includes examples for different character sets and output lengths. - Offers guidance on common use cases and best practices for cryptographic security. - Details how to adjust output character sets and explains output sizing for base64 and hex.
元数据
Slug openssl
版本 1.0.0
许可证
累计安装 10
当前安装数 9
历史版本数 1
常见问题

Openssl 是什么?

Generate secure random strings, passwords, and cryptographic tokens using OpenSSL. Use when creating passwords, API keys, secrets, or any secure random data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2329 次。

如何安装 Openssl?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install openssl」即可一键安装,无需额外配置。

Openssl 是免费的吗?

是的,Openssl 完全免费(开源免费),可自由下载、安装和使用。

Openssl 支持哪些平台?

Openssl 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Openssl?

由 Asleep(@asleep123)开发并维护,当前版本 v1.0.0。

💬 留言讨论