返回顶部
a

artifact-signing 工件签名

A skill to sign artifacts using a digital certificate and private key.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
244
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

artifact-signing

工件签名技能

该技能允许AI代理使用PEM编码的私钥对文件、二进制文件或任何工件进行签名。它会生成一个分离的签名文件。

依赖项

  • - Python 3.x
  • cryptography库(pip install cryptography)

工具

sign_artifact

使用私钥对指定工件进行签名。

参数:

  • - artifactpath:(必需)待签名文件的绝对路径。
  • keypath:(必需)PEM编码私钥的绝对路径。
  • outputpath:(可选)签名文件的保存路径。默认为path>.sig。

使用示例:

powershell
python c:\Docs\skills\artifact-signing\scripts\signartifact.py C:\path\to\artifact.zip C:\path\to\privatekey.pem

安全注意事项

  • - 私钥保护:切勿分享您的私钥。确保密钥文件具有受限的访问权限。
  • 验证:在信任工件之前,始终使用对应的公钥验证签名。

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 artifact-signing-1776163354 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 artifact-signing-1776163354 技能

通过命令行安装

skillhub install artifact-signing-1776163354

下载

⬇ 下载 artifact-signing v1.0.0(免费)

文件大小: 4.03 KB | 发布时间: 2026-4-15 10:47

v1.0.0 最新 2026-4-15 10:47
Initial release of artifact-signing skill.

- Provides a tool to sign files or artifacts using a PEM-encoded private key.
- Generates detached signature files for artifacts.
- Requires Python 3.x and the cryptography library.
- Strongly emphasizes private key protection and signature verification best practices.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部