Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Sign Linux packages with GPG keys for secure distribution
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-11 | ✗→✓ | ▲ Improved | -60% | 0% |
| case-12 | ✗→✓ | ▲ Improved | -60% | 0% |
| case-01 | ✓→✓ | = Same ✓ | 15% | 0% |
| case-02 | ✓→✓ | = Same ✓ | -17% | 0% |
| case-03 | ✓→✓ | = Same ✓ | -23% | 0% |
Sign Linux packages with GPG keys for secure distribution through package repositories.
json{ "type": "object", "properties": { "packagePath": { "type": "string" }, "keyId": { "type": "string" }, "packageType": { "enum": ["deb", "rpm", "appimage"] } }, "required": ["packagePath", "keyId"] }
bash# Generate GPG key gpg --full-generate-key # Sign DEB package dpkg-sig --sign builder -k $KEY_ID package.deb # Sign RPM package rpm --addsign -D "_gpg_name $KEY_ID" package.rpm # Export public key gpg --armor --export $KEY_ID > public-key.asc
deb-package-builderrpm-spec-generatorOther measured skills in the registry, with their headline benchmark lift.