Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    jiamingkong

    sys-admin

    jiamingkong/sys-admin
    Productivity
    4
    1 installs

    About

    SKILL.md

    Install

    Install via Skills CLI

    or add to your agent
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    ├─
    ├─
    └─

    About

    System administration tools for local OS info and remote SSH connection management.

    SKILL.md

    SysAdmin Skill

    This skill allows the agent to inspect the local system environment and manage persistent SSH connections to remote servers.

    Tools

    get_system_info

    Retrieve details about the local operating system, including version, architecture, current date/time, and locale settings.

    ssh_connect

    Establish a persistent SSH connection (session) to a remote host.

    • alias: A unique name for the session (e.g., 'webserver').
    • host: Hostname or IP.
    • user: SSH username.
    • port: (Optional) Port, default 22.
    • key_path: (Optional) Path to private key file.

    Note: This tool uses SSH ControlMaster with BatchMode. It requires key-based authentication (no password prompts).

    ssh_run_command

    Execute a shell command on an active SSH session.

    • alias: The session alias.
    • command: The command string to run.

    ssh_list_connections

    List all currently active SSH sessions.

    ssh_disconnect

    Close an active SSH session and cleanup resources.

    • alias: The session alias.
    Recommended Servers
    WorkOS
    WorkOS
    ThinAir Data
    ThinAir Data
    Prisma
    Prisma
    Repository
    jiamingkong/agent_demos
    Files