npx skills add https://modelscope.cn/skills/@chaterm/system-admin
smithery/pluginagentmarketplace
system-admin
Linux system administration - installation, maintenance, troubleshooting
Installation
npx skills add smithery/pluginagentmarketplace --skill system-admin
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Browser automation CLI for AI agents. Use when the user needs to interact with websites, includ…
810.4K installsReview UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "chec…
617.3K installsBuild, deploy, evaluate, optimize, fine-tune, and manage Microsoft Foundry agents, models, and …
576.5K installsArchitect and provision enterprise Azure infrastructure from workload descriptions. For cloud a…
402.8K installsAlso in this package
Other skills from smithery/pluginagentmarketplace · top by installs.
npx skills add smithery/pluginagentmarketplace
More details
Agent compatibility
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Also listed on
Alternate registries and mirrors of this skill.
Package contents
Files included with this skill beyond the listing page.
-
skill md
SKILL.md665 B -
docs
SUMMARY.md92 B
History
- First recorded snapshot · 0 installs
SKILL.md
System Admin Skill
Overview
Comprehensive Linux system administration for enterprise environments.
Capabilities
- Installation: Automated, kickstart, preseed
- Maintenance: Updates, backups, monitoring
- Troubleshooting: Logs, dmesg, journalctl
- High Availability: Clustering, failover
- Documentation: Wiki, runbooks
Examples
# View system logs
journalctl -xe
# Check disk usage
df -h
du -sh /var/*
# Monitor system
htop