← 返回 Skills 市场
126
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ssl-certificate-manager
功能描述
Automate SSL certificate generation and management with DNS challenge validation and certificate provisioning.
安全使用建议
This skill appears to describe a certificate-management API but omits critical operational details. Before installing or using it: 1) Ask the publisher for the API base URL and authentication method — do not assume requests are to a trusted host. 2) Confirm how private keys are handled: never fetch or store private.key into shared agent logs or third-party endpoints; require secure, private storage and transport (HTTPS, access controls). 3) Verify the provider's identity and reputation (homepage, documentation, TLS certs for the API host). 4) Prefer skills that explicitly declare required credentials (API key or OAuth) and include a servers field in openapi.json. 5) If uncertain, avoid using the download endpoint through the agent; manage private keys via your own infrastructure or vetted tooling. These gaps could be benign (incomplete docs or a local-only stub) but also could mask misuse — proceed only after clarifying the missing pieces.
功能分析
Type: OpenClaw Skill
Name: ssl-certificate-manager
Version: 1.0.0
The skill facilitates SSL certificate management via the api.mkkpro.com service but is classified as suspicious due to high-risk security practices. Specifically, the service generates and stores private keys on its own servers rather than using local CSR generation, allowing them to be retrieved via the /download/{cert_name}/private.key endpoint as documented in SKILL.md and openapi.json. This architectural vulnerability exposes sensitive credentials to a third party, which is a significant security risk, although the behavior appears aligned with the tool's stated purpose and lacks clear evidence of intentional malice.
能力评估
Purpose & Capability
Name and description match the provided endpoints (dns-challenge, generate-certificate, debug, download). However, a real certificate management API normally requires explicit authentication, a base URL/server, and integration details for DNS or DNS-provider APIs; none are declared. The absence of required credentials or configuration is unexpected for this capability but could be a minimal or local-only stub.
Instruction Scope
SKILL.md instructs calling endpoints that can issue certificates and download private keys, but it does not (a) specify the API base URL or auth method, (b) provide secure handling guidance for private keys, or (c) limit where downloaded keys should be stored or transmitted. The instructions are otherwise limited to HTTP API use and DNS TXT record guidance; they do not request reading local files or unrelated system data.
Install Mechanism
This is an instruction-only skill with no install spec and no code to write to disk, which is low-risk from an installation standpoint.
Credentials
The skill declares no required environment variables or credentials. That is unusual for a certificate provisioning API that issues private keys and certificates — typically some form of auth (API key, token) or DNS-provider credentials would be required. The lack of declared secrets or auth is an unexplained omission and increases the chance the skill is incomplete or misdocumented.
Persistence & Privilege
The skill does not request permanent presence (always:false) and does not declare permissions to modify other skills or system settings. Agent autonomy is enabled by default (not a unique risk here).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ssl-certificate-manager - 安装完成后,直接呼叫该 Skill 的名称或使用
/ssl-certificate-manager触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Simple SSL Certificate Manager.
- Provides a streamlined API to automate SSL/TLS certificate lifecycle management with DNS challenge validation.
- Supports endpoints for DNS challenge creation, certificate generation, certificate download, DNS debugging, health checks, and API info.
- Enables flexible workflows for both staging and production environments.
- Suitable for organizations automating certificate renewals and managing multiple domains.
- Includes sample requests, responses, and plan-based pricing structure.
元数据
常见问题
SSL Certificate Manager 是什么?
Automate SSL certificate generation and management with DNS challenge validation and certificate provisioning. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 126 次。
如何安装 SSL Certificate Manager?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ssl-certificate-manager」即可一键安装,无需额外配置。
SSL Certificate Manager 是免费的吗?
是的,SSL Certificate Manager 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
SSL Certificate Manager 支持哪些平台?
SSL Certificate Manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 SSL Certificate Manager?
由 ToolWeb(@krishnakumarmahadevan-cmd)开发并维护,当前版本 v1.0.0。
推荐 Skills