← 返回 Skills 市场
Secure Workspace
作者
asistentegordito
· GitHub ↗
· v1.0.0
· MIT-0
37
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install secure-workspace-en
功能描述
Encrypt API keys, tokens and passwords with age to protect secrets in your workspace.
使用说明 (SKILL.md)
Secure Workspace
Encrypt secrets with age to protect them in repos and backups.
Usage
# 1. Generate key pair (if not exists)
bash scripts/secure/setup.sh
# 2. Encrypt a secret
echo 'export API_KEY=*** | bash scripts/secure/encrypt.sh scripts/secure/secrets.env.age
# 3. Decrypt on the fly
source \x3C(bash scripts/secure/decrypt.sh scripts/secure/secrets.env.age)
Files
| File | Purpose |
|---|---|
scripts/secure/encrypt.sh |
Encrypt stdin → .age |
scripts/secure/decrypt.sh |
Decrypt .age → stdout |
scripts/secure/setup.sh |
Generate key pair |
Requirements
age(apt install age / brew install age)
Note
The private key is at /root/.age/key.txt. It is never uploaded to the repo.
安全使用建议
Install only if you are comfortable managing local secret files and an age private key. Avoid sourcing decrypted secrets in long-lived shells unless needed, clear environment variables afterward, and protect the private key because anyone with it can decrypt the stored secrets.
能力标签
能力评估
Purpose & Capability
The stated purpose is to encrypt API keys, tokens, and passwords, and the artifacts implement local age key generation, encryption from stdin, and decryption to stdout.
Instruction Scope
The usage instructions are brief and do not clearly limit when agents should invoke the skill; the decryption example sources plaintext secrets into the current shell without a prominent warning.
Install Mechanism
The setup script creates or reuses an age key under the user's home directory and rewrites helper scripts in the skill directory; there is no automatic installer, package download, or hidden execution path.
Credentials
Use of local shell scripts and the age binary is proportionate for workspace secret encryption, and the artifacts show no network calls, telemetry, or remote upload behavior.
Persistence & Privilege
A persistent private key is stored at $HOME/.age/key.txt or /root/.age/key.txt depending on the path used, but no privilege escalation, daemon, cron job, or long-running persistence is present.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install secure-workspace-en - 安装完成后,直接呼叫该 Skill 的名称或使用
/secure-workspace-en触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
English version: encrypt API keys, tokens and passwords with age.
元数据
常见问题
Secure Workspace 是什么?
Encrypt API keys, tokens and passwords with age to protect secrets in your workspace. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 37 次。
如何安装 Secure Workspace?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install secure-workspace-en」即可一键安装,无需额外配置。
Secure Workspace 是免费的吗?
是的,Secure Workspace 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Secure Workspace 支持哪些平台?
Secure Workspace 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Secure Workspace?
由 asistentegordito(@asistentegordito)开发并维护,当前版本 v1.0.0。
推荐 Skills