← 返回 Skills 市场
bytesagain3

Env Config

作者 bytesagain3 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ 安全检测通过
458
总下载
0
收藏
1
当前安装
10
版本数
在 OpenClaw 中安装
/install env-config
功能描述
环境变量配置管理。.env模板生成(Node/Python/Go/Docker)、验证、环境变量生成、多环境合并、加密建议、文档化。Environment variable config manager with templates, validation, generation, multi-env merge...
使用说明 (SKILL.md)

Env Config Manager

环境变量配置管理。.env模板生成(Node/Python/Go/Docker)、验证、环境变量生成、多环境合并、加密建议、文档化。Environment variable config manager with templates, validation, generation, multi-env merge, encryption, documentation. .env、配置管理、环境变量。

使用场景

💡 无论你是新手还是专业人士,都能快速上手

可用命令

  • template — template
  • validate — validate
  • generate — generate
  • merge — merge
  • encrypt — encrypt
  • document — document

专业建议

  • 每个项目都有 .env.example(不含真实值)
  • .env 加入 .gitignore
  • 变量名全大写下划线分隔: DATABASE_URL
  • 布尔值用 true/false 不用 1/0
  • 生产环境不要用 .env 文件,用环境变量注入

Env Config Manager by BytesAgain

Commands

  • compose — ============================================
  • decode — Execute decode
  • diff — Execute diff
  • encode — Execute encode
  • fastapi — ============================================
  • gitignore — Execute gitignore
  • golang — ============================================
  • lint — Execute lint
  • node — Execute node
  • nodejs — ============================================
  • nuxt — ============================================
  • sort — 🔑 .env.example 中有但 .env 中缺少的键:

💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com

Examples

# Show help
env-config help

# Run
env-config run
安全使用建议
This skill appears to be what it says: a local .env/template/validation tool. Before using it, review the scripts (they are included), and be aware: 1) invoking validate/encrypt/decrypt reads your .env files (which often contain secrets); 2) encrypt uses Base64 (not real encryption) and will expose encoded secrets on stdout — do not treat that as secure storage; 3) the tool creates a per-user data dir (~/.local/share/env-config by default) and logs history/data, so sensitive values may be written to disk; 4) if you want to limit persistence, set ENV_CONFIG_DIR to a controlled location or inspect/clean the data directory after use. If you are comfortable with those behaviors, the skill is coherent and usable; if not, run it in an isolated container or inspect/modify the scripts before running.
功能分析
Type: OpenClaw Skill Name: env-config Version: 2.0.0 The skill bundle is a legitimate utility for managing environment variable configurations across various development frameworks (Node, Python, Go, Docker). The scripts (env.sh and script.sh) provide functional tools for template generation, format validation, and key comparison without any evidence of data exfiltration, persistence, or malicious execution. While the 'encrypt' feature uses simple Base64 encoding, it is explicitly documented as obfuscation rather than secure encryption, and the overall behavior aligns perfectly with the stated purpose.
能力评估
Purpose & Capability
Name, description, SKILL.md and the two scripts implement .env template generation (Node/Python/Go/Docker/etc.), validation, compare, base64 encode/decode, gitignore snippet, and a small local data/logger — all coherent with an environment-variable config manager.
Instruction Scope
SKILL.md and scripts focus on .env tasks. The scripts explicitly read .env and .env.example, can base64-encode/decode their contents, and provide comparison/validation. This is within the stated scope, but be aware the tool will read any .env file you point it at (which may contain secrets) and will print encoded/decoded content to stdout.
Install Mechanism
Instruction-only skill (no install spec). Provided scripts are local and do not download or execute remote artifacts. No high-risk install mechanism observed.
Credentials
The skill does not request credentials or special env vars, but the scripts honor ENV_CONFIG_DIR/XDG_DATA_HOME/HOME and will create/read files under the user's data directory. Templates include placeholder names for services (AWS, OPENAI, STRIPE) as expected, but the tool will read .env files that may contain real secrets — so access to those files is functionally required but sensitive.
Persistence & Privilege
always:false and no platform-level privileges. The scripts create a per-user data directory (default: ${XDG_DATA_HOME:-$HOME/.local/share}/env-config), write history.log and data.log, and may persist entries added via commands. This is reasonable for a CLI utility but means user data and command history are stored on disk.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install env-config
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /env-config 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v1.0.6
yaml-fix+quality
v1.0.5
yaml-fix+quality
v1.0.4
Quality upgrade
v1.0.3
Quality upgrade: custom functionality
v1.0.2
Standards compliance: unique content, no template text
v1.0.1
Quality update: docs, examples, standards compliance
v2.3.0
Quality fixes: removed third-party references, aligned docs with implementation
v2.2.0
Enhanced descriptions
v1.0.0
Initial release of Env Config Manager. - Provides environment variable template generation for Node, Python, Go, and Docker. - Includes validation, variable generation, and multi-environment merging. - Offers encryption suggestions and command-line documentation tools. - Supports commands: template, validate, generate, merge, encrypt, and document. - Features professional best practices for .env and environment variable management.
元数据
Slug env-config
版本 2.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 10
常见问题

Env Config 是什么?

环境变量配置管理。.env模板生成(Node/Python/Go/Docker)、验证、环境变量生成、多环境合并、加密建议、文档化。Environment variable config manager with templates, validation, generation, multi-env merge... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 458 次。

如何安装 Env Config?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install env-config」即可一键安装,无需额外配置。

Env Config 是免费的吗?

是的,Env Config 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Env Config 支持哪些平台?

Env Config 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Env Config?

由 bytesagain3(@bytesagain3)开发并维护,当前版本 v2.0.0。

💬 留言讨论