loop-prevention
操作循环防止规范。防止 Agent 对同一操作反复执行造成资源浪费。适用于 exec 命令、工具调用、文件读写等所有可重复操作。核心规则:同一操作最多 5 次、结果不理想换策略、检测到循环立即停止。
chinese-holiday
查询中国法定节假日、周末及调休安排,判断某日是否节假日或工作日,获取节假日日期及放假安排信息。
kickstart-ks
Generate and manage Kickstart unattended installation configs for automated setup of RHEL/Fedora/CentOS systems with partitioning, networking, users, package...
obs
Comprehensive Open Build Service (OBS) management with full API support for projects, packages, repositories, builds, submit requests, files, users, and search.
date-utils
🚨 获取当前时间、日期计算、时间戳转换的**唯一可靠来源**。大模型没有内部时钟,训练数据截止后无法知道真实日期。**任何时候需要当前时间、今天日期、时间戳、相对日期(昨天/上周/下周)、日期差值、工作日判断,都必须调用此工具**,绝不凭记忆或猜测。基于 Python datetime 和系统时钟,不依赖外部...
openeuler-rpm
🚨 openEuler 专项 RPM 打包规范。任何涉及 openEuler 打包的场景,都必须读取此技能。**openEuler 规则与通用 RPM 不同**:5 包拆分规则、专用 changelog 格式(Type/ID/SUG/DESC)、openEuler 专用宏、检视原则。不适用于其他发行版。
mkisofs
Create and manage ISO 9660 images using mkisofs, genisoimage, or xorriso for standard, bootable, UEFI, hybrid, and multi-boot ISO creation.
subagent-clean
统一清理 OpenClaw 子 agent 会话,支持备份、归档,强制删除活跃会话,预览模式和指定目标清理。
change-safeguard
确保对工作区文件、配置和脚本的改动经过全面影响分析、逐项修改和严格复验,防止遗漏或错误修改。
ostree
Manage OSTree atomic system updates with repository, commit, deployment, branch, remote sync, and RPM-OSTree integration for immutable system infrastructures.
createrepo
Create and manage local RPM YUM/DNF repositories with metadata generation, incremental updates, multi-architecture support, syncing, and GPG signing.
lorax
Create bootable system images (ISO, disk, cloud) for Fedora/RHEL using Lorax with customizable packages, templates, and boot configurations.
rpm
🚨 RPM 打包通用规范。任何涉及 spec 文件编写/修改、rpmbuild、rpmlint、宏展开、依赖管理、构建系统模板(Autotools/CMake/Meson/Python)的场景,都必须读取此技能获取规范,绝不凭训练记忆编写 spec。适用于所有 RPM 发行版。
mock-build
Manage RPM package builds securely and reproducibly using Mock to create clean chroot environments with configurable presets and plugins.
skill-publish-vetter
Pre-publish privacy scan for ClawHub skills. Detects tokens, keys, credentials, .env secrets, personal info, and internal IPs before publishing.
delete-subagent
Clean and manage subagent sessions in OpenClaw's sessions.json by deleting entries based on name, status, age, or keyword with backup and validation.
koji
Manage Koji build system tasks, packages, tags, repos, users, SRPM/RPMs with full API support for build and task operations.
atomgit
AtomGit/GitCode 仓库管理技能,提供用户、仓库、Issue、PR、文件、分支等 API 操作。AtomGit 和 GitCode 是同一平台的不同域名(atomgit.com / gitcode.com),共享相同的 API 后端。
git-worktree
Git Worktree 多需求并行开发助手。在当前 worktree 目录下独立开发、修改、提交代码,不跨目录操作。基于目录命名规范自动识别仓库归属(如 main-repo-feature-a → main-repo 仓库)。遵循最小改动原则,从需求分析到 commit 交付全流程负责。触发场景:用户在 wor...