Manage Linux servers with user administration, process control, storage, and system maintenance.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install sysadmin或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install sysadmin⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/sysadmin/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: Sysadmin description: Manage Linux servers with user administration, process control, storage, and system maintenance. metadata: {"clawdbot":{"emoji":"🖥️","os":["linux","darwin"]}} ---
--system flag — no home directory, no login shellsudo with specific commands, not blanket ALL — principle of least privilegeusermod -L — preserves audit trail and file ownership~/.ssh/authorized_keys with restrictive permissions — 600 for file, 700 for directoryvisudo to edit sudoers — catches syntax errors before saving, prevents lockoutsystemctl for services, not service — systemd is standard on modern distrosjournalctl -u service -f for live logs — more powerful than tail on log filesnice and ionice for background tasks — don't compete with production workloadsnohup or screen/tmux for long-running commands — SSH disconnect kills regular processesdf -h for disk usage, du -sh * to find culprits — check before disk fills completelylsof +D /path finds processes using a directory — needed before unmountingncdu for interactive disk usage — faster than repeated du commandsnoexec, nosuid for security on data partitionslogrotate prevents disk fill — configure size limits and retention/var/log/auth.log or /var/log/secure for login attempts — watch for brute forcedmesg for kernel messages — hardware errors, OOM kills appear herechmod 600 for secrets, 640 for configs, 644 for public — world-writable is almost never correctchmod +t) — users can only delete their own filessetfacl for complex permissions — when traditional owner/group/other isn't enoughchattr +i makes files immutable — even root can't modify without removing flagapt update before apt upgrade — upgrade without update uses stale package listsunattended-upgrades — critical patches shouldn't waitapt autoremove — reduces attack surface and disk usagetop/htop for live view, vmstat for trends — understand baseline before diagnosingiotop for disk I/O bottlenecks — slow disk often blamed on CPUsar for historical data — retroactively diagnose what happened during incidentss -tulpn shows listening ports — netstat is deprecatedip addr and ip route replace ifconfig and route — learn the new tools/etc/hosts for local overrides — quick testing without DNS changescurl -v shows full connection details — headers, timing, TLS handshakecp file file.bak takes two seconds安装 Sysadmin 后,可以对 AI 说这些话来触发它
Help me get started with Sysadmin
Explains what Sysadmin does, walks through the setup, and runs a quick demo based on your current project
Use Sysadmin to manage Linux servers with user administration, process control, sto...
Invokes Sysadmin with the right parameters and returns the result directly in the conversation
What can I do with Sysadmin in my marketing & growth workflow?
Lists the top use cases for Sysadmin, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/sysadmin/ 目录(个人级,所有项目可用),或 .claude/skills/sysadmin/(项目级)。重启 AI 客户端后,用 /sysadmin 主动调用,或让 AI 根据上下文自动发现并使用。
Sysadmin 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Sysadmin 可免费安装使用。请查阅仓库了解许可证信息。
Manage Linux servers with user administration, process control, storage, and system maintenance.
Sysadmin 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my marketing & growth tasks using Sysadmin
Identifies repetitive steps in your workflow and sets up Sysadmin to handle them automatically