📦 Age — 技能工具

v1.0.0

age file encryption reference — the modern, simple alternative to GPG. Covers key generation, X25519 encryption, SSH key support, passphrase mode, pipe patte...

0· 111·0 当前·0 累计
ckchzh 头像by @ckchzh (BytesAgain2)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/3/25
0
安全扫描
VirusTotal
Pending
查看报告
OpenClaw
安全
high confidence
This is an instruction-only reference for the age encryption tool; the files and examples match the stated purpose and there are no unexpected credentials, installs, or network callbacks baked into the skill.
评估建议
This skill is a documentation/reference for the age encryption tool and appears internally consistent. Before using it: (1) review and understand any example commands that reference local private keys (~/.ssh, identity files) or cloud endpoints (aws s3, curl to GitHub) — do not run them blindly, since they can read or upload sensitive data; (2) verify you have the genuine age/rage binaries and any plugins installed from official sources before following install instructions; (3) treat the includ...
详细分析 ▾
用途与能力
Name/description (age encryption reference) match the provided SKILL.md and the included script which is a text/manual-style helper. Examples reference age, keygen, SSH, sops, YubiKey and related tools — all coherent with the stated purpose.
指令范围
The instructions include example commands that reference system paths (~/.ssh, ~/.config/age), network endpoints (curl https://github.com/username.keys), and third-party CLIs (aws s3 cp, sops). These are example usage patterns appropriate for an encryption reference, but users/agents must not run them automatically since they touch local keys, cloud storage, or external endpoints.
安装机制
No install spec is present and the skill is instruction-only (plus a script that prints documentation). Nothing is downloaded or written to disk by an installer, so install risk is low.
凭证需求
The skill declares no required environment variables or credentials. Example commands show use of existing tools/credentials (AWS CLI, ssh keys) but the skill does not request any secrets itself — this is proportionate for an encryption reference.
持久化与权限
always is false and the skill does not request persistent or elevated platform privileges. It does not modify other skills or system-wide agent settings.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/25

publish v1.0.0

Pending

安装命令

点击复制
官方npx clawhub@latest install age
镜像加速npx clawhub@latest install age --registry https://cn.longxiaskill.com

技能文档

Simple, modern file encryption with age.

Commands

CommandDescription
introOverview, philosophy, GPG comparison
keygenKey generation, SSH keys, management
encryptEncryption operations and pipe patterns
decryptDecryption and error handling
recipesBackups, git, team sharing, SOPS
pluginsYubiKey, TPM, rage, passage ecosystem
securityThreat model and security limits
数据来源ClawHub ↗ · 中文优化:龙虾技能库