← 返回 Skills 市场
charlie-morrison

Systemd Unit Generator

作者 charlie-morrison · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
92
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install systemd-unit-generator
功能描述
Generate, validate, and lint systemd unit files (.service, .timer, .socket, .mount) with hardening and best practices.
安全使用建议
This skill appears coherent for generating and validating systemd units. Before using it: (1) inspect generated unit text (especially ExecStart/ExecStop) before writing to /etc/systemd/system or enabling units; (2) avoid running the script as root unless necessary and understand that enabling a unit may run arbitrary commands; (3) be cautious with presets (e.g., docker preset calls docker-compose); (4) when validating files, remember the tool will read any file path you pass it—do not point it at secrets you don't want exposed in outputs. If you need higher assurance, inspect the full scripts/systemd-unit-generator.py source locally and run systemd-analyze verify on units before enabling.
功能分析
Type: OpenClaw Skill Name: systemd-unit-generator Version: 1.0.0 The skill is a legitimate utility for generating, validating, and linting systemd unit files (.service, .timer, .socket). The core logic in `scripts/systemd-unit-generator.py` uses only Python standard libraries to perform string manipulation and basic file I/O, with no evidence of malicious execution, network activity, or data exfiltration. The instructions in `SKILL.md` are consistent with the tool's administrative purpose and do not contain any prompt injection attempts.
能力评估
Purpose & Capability
Name/description match the provided script and SKILL.md: the Python tool generates .service/.timer/.socket/.mount units, provides presets, validation, linting, and hardening flags. There are no unrelated environment variables, binaries, or install steps requested.
Instruction Scope
SKILL.md instructs running the included local script and shows examples that read from or write to system paths (/etc/systemd/system/*). This is appropriate for a unit-generator/validator, but it means the tool will read unit files you point it at and can write unit files that run arbitrary ExecStart commands—review generated content before enabling or placing it under /etc/systemd/system as root.
Install Mechanism
No install spec; the skill is instruction-only with a bundled Python script (pure stdlib). Nothing is downloaded or extracted from external URLs.
Credentials
No credentials, environment variables, or config paths are required by the skill. The script accepts --env options to embed environment variables in generated units, which is expected and proportional.
Persistence & Privilege
always is false and the skill does not request persistent or elevated platform-level privileges. It does not attempt to modify other skills or agent configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install systemd-unit-generator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /systemd-unit-generator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug systemd-unit-generator
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Systemd Unit Generator 是什么?

Generate, validate, and lint systemd unit files (.service, .timer, .socket, .mount) with hardening and best practices. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 92 次。

如何安装 Systemd Unit Generator?

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

Systemd Unit Generator 是免费的吗?

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

Systemd Unit Generator 支持哪些平台?

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

谁开发了 Systemd Unit Generator?

由 charlie-morrison(@charlie-morrison)开发并维护,当前版本 v1.0.0。

💬 留言讨论