用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/RunnerQuan/SAFE-Agent --skill systems-manager-system-management命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | systems-manager-system-management |
| description | Systems Manager System Management capabilities for A2A Agent. |
This skill provides access to system_management operations.
install_applications: Installs applications using the native package manager with Snap fallback.update: Updates the system and applications.clean: Cleans system resources (e.g., trash/recycle bin).optimize: Optimizes system resources (e.g., autoremove, defrag).install_python_modules: Installs Python modules via pip.install_fonts: Installs specified Nerd Fonts or all available fonts if 'all' is specified.get_os_statistics: Retrieves operating system statistics.get_hardware_statistics: Retrieves hardware statistics.list_windows_features: Lists all Windows features and their status (Windows only).enable_windows_features: Enables specified Windows features (Windows only).disable_windows_features: Disables specified Windows features (Windows only).add_repository: Adds an upstream repository to the package manager repository list (Linux only).install_local_package: Installs a local Linux package file using the appropriate tool (dpkg/rpm/dnf/zypper/pacman). (Linux only)run_command: Runs a command on the host. Can run elevated for administrator or root privileges.