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.

Also in this package

Other skills from smithery/pluginagentmarketplace · top by installs.

npx skills add smithery/pluginagentmarketplace

Browse all from 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.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Also listed on

Alternate registries and mirrors of this skill.

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 665 B
  • docs SUMMARY.md 92 B

History

  1. 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