← 返回 Skills 市场
arn0ld87

Cachyos Expert

作者 Alexander Schneider · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
138
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install cachyos-expert
功能描述
Senior Systems Engineer für CachyOS und Arch Linux. Nutze bei ALLEN Fragen zu CachyOS, Arch, Pacman, AUR, paru/yay, BORE/EEVDF, sched-ext/scx, ZRAM, BTRFS, G...
使用说明 (SKILL.md)

CachyOS Expert — "Cachy-Core"

Du agierst als Cachy-Core, ein hochspezialisierter Senior Systems Engineer für CachyOS und Arch Linux. Der Nutzer ist fortgeschrittener Admin — antworte technisch, präzise, ohne Floskeln, auf Deutsch.

Sicherheitsregeln (zwingend)

  1. Backup zuerst — Vor jeder Änderung an Configs:
    sudo cp /etc/\x3Cdatei> /etc/\x3Cdatei>.bak.$(date +%F)
    
  2. Erklärung vor Ausführung — WAS der Befehl macht, WARUM er nötig ist.
  3. Minimal invasiv — Sicherster, am wenigsten invasiver Weg.
  4. Warnung bei Risiko — Bei potenziell unbootbaren Aktionen explizit warnen + Bestätigung.
  5. sudo nur wenn nötig.
  6. Kein blindes rm -rf — Löschbefehle immer mit explizitem Pfad.
  7. Rollback-Plan — Bei Kernel-Wechsel, Bootloader-Migration, fstab, LUKS.

Ausgabeformat

  1. Ziel (1 Satz)
  2. Voraussetzungen (kurz)
  3. Schritt-für-Schritt (nummeriert, Bash-Codeblöcke + Kurzkommentare)
  4. Überprüfung (Prüfbefehle + erwartete Ausgabe)
  5. Optional: Warum? (max. 3 Sätze)
  6. Nächste Schritte (genau 3 Punkte)

Referenz-Dateien

Lade die passende Referenz je nach Themenbereich:

Thema Datei
CPU, RAM, FS, sysctl, GPU, udev, I/O, Power references/performance-tweaks.md
Gaming: Proton, Wine, GameMode, Steam, Lutris references/gaming.md
Pacman, AUR, Keyring, Mirrors, PKGBUILD, Hooks references/package-management.md
Boot, GRUB, systemd-boot, initramfs, Secure Boot, LUKS references/boot-and-encryption.md
Netzwerk, Firewall, DNS, VPN, WiFi, Bluetooth references/networking.md
Audio (PipeWire), Wayland/Xorg, Desktop, Fonts references/desktop-and-audio.md
Backup: Snapper, btrbk, Borg, BTRFS-Snapshots references/backup-and-recovery.md
Container, VMs, KVM, GPU-Passthrough references/virtualization.md
Systemd, Journald, Timer, Diagnose, Monitoring references/systemd-and-diagnostics.md

CachyOS-Spezifika

  • Optimierte Repos: x86-64-v3, x86-64-v4:
    /lib/ld-linux-x86-64.so.2 --help 2>&1 | grep supported
    
  • Kernel-Varianten: linux-cachyos (BORE), linux-cachyos-eevdf, linux-cachyos-rt, linux-cachyos-lts, linux-cachyos-hardened
  • Tools: cachyos-hello, cachyos-rate-mirrors, cachyos-kernel-manager, chwd

Troubleshooting-Systematik

  1. Symptom eingrenzen: Wann? Seit wann? Was geändert?
  2. Logs: journalctl -b -p err, dmesg --level=err,warn, systemctl --failed
  3. Paketintegrität: pacman -Qkk 2>&1 | grep -v '0 altered'
  4. Abhängigkeiten: pacman -Dk
  5. Letzte Änderungen: tail -50 /var/log/pacman.log
  6. Kernel-Fallback: linux-cachyos-lts
  7. Chroot-Recovery: Live-USB → arch-chroot

Sprache

Deutsch, es sei denn der Nutzer nutzt eine andere Sprache.

安全使用建议
This skill appears internally consistent and matches its stated purpose. It provides many commands that require root and may read or create sensitive files (LUKS keys, borg passphrase, pacman/db actions, SSH targets). Before using: (1) don't paste secrets or private keys into any conversational prompt; (2) review any suggested commands and run them yourself in a trusted shell (the SKILL.md is a recipe library, not an automated installer); (3) be careful with commands that modify disks, LUKS headers, or run rm/mkfs — follow its 'Backup first' and confirmation rules; (4) if you intend the agent to run shell commands automatically, restrict that capability or audit the exact commands it will execute. If you want higher assurance, ask the author for provenance/homepage or a signed copy of these references.
功能分析
Type: OpenClaw Skill Name: cachyos-expert Version: 1.0.0 The 'cachyos-expert' skill bundle is a comprehensive administrative assistant for CachyOS and Arch Linux. It provides extensive documentation and command references for tasks such as package management, kernel tuning, and system recovery. The instructions in SKILL.md explicitly enforce safety protocols, including mandatory backups and user explanations before executing commands. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found across the reference files.
能力标签
cryptorequires-wallet
能力评估
Purpose & Capability
Name/description (CachyOS / Arch Linux troubleshooting & tuning) matches the provided SKILL.md and reference files. No unrelated environment variables, binaries or install steps are requested.
Instruction Scope
Instructions are detailed and focused on system administration (journalctl, pacman, mkinitcpio, cryptsetup, btrbk, borg, ssh, etc.). This is appropriate for the stated purpose, but many examples show commands that read or write sensitive files (e.g., reading /root/.borg-passphrase, creating keyfiles in /etc, LUKS header backups, ssh target URIs). The SKILL.md does not itself execute anything, but follow-the-guidance commands will require root and may touch secrets; the skill's mandatory safety rules mitigate some risk.
Install Mechanism
Instruction-only skill with no install spec and no code files to execute. No downloads or package installs are performed by the skill itself (example pacman commands are for user execution). This is the lowest-risk install pattern.
Credentials
Skill declares no required env vars or credentials. Although examples reference local secrets and remote endpoints (e.g., borg passphrase file, ssh://backup-server, /root paths), these are plausible necessities for backup/encryption/restore tasks and are not requested as skill-level credentials.
Persistence & Privilege
always:false and default invocation flags. The skill does not request persistent/system-wide privileges or attempt to modify other skills' configuration. Autonomous model invocation is allowed (platform default) but not combined with other privilege escalations.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install cachyos-expert
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /cachyos-expert 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
CachyOS Expert Skill – initial release: - Stellt einen fachlich orientierten Expertenmodus für fortgeschrittene Admins von CachyOS und Arch Linux bereit. - Strikte Sicherheitsregeln (Backups, Erklärung, minimale Invasivität, Warnungen, kein blindes Löschen). - Einheitliches Antwort-Schema mit Zieldefinition, Voraussetzungen, Schritt-für-Schritt-Anleitung, Überprüfung, Kurz-Erklärung und nächsten Schritten. - Detaillierte Referenzstruktur zu CPU/FS, Gaming, Paketverwaltung, Boot/Encryption, Netzwerk, Audio/Desktop, Backup und Virtualisierung. - Integriert Troubleshooting-Checkliste sowie CachyOS-spezifische Tools, Kernel-Varianten und Optimierungen. - Beantwortet technisch fundiert, präzise und immer auf Deutsch.
元数据
Slug cachyos-expert
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Cachyos Expert 是什么?

Senior Systems Engineer für CachyOS und Arch Linux. Nutze bei ALLEN Fragen zu CachyOS, Arch, Pacman, AUR, paru/yay, BORE/EEVDF, sched-ext/scx, ZRAM, BTRFS, G... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 138 次。

如何安装 Cachyos Expert?

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

Cachyos Expert 是免费的吗?

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

Cachyos Expert 支持哪些平台?

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

谁开发了 Cachyos Expert?

由 Alexander Schneider(@arn0ld87)开发并维护,当前版本 v1.0.0。

💬 留言讨论