中国银行汇率查询

# Skill: SSH Server Monitor

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "中国银行汇率查询" with this command: npx skills add ganlan0608/boc-exchange-rate

Skill: SSH Server Monitor

Overview

This skill allows monitoring of server resources such as hostname, disk usage, CPU load, and memory usage by connecting to the server via SSH.

Dependencies

  • sshpass: Used to handle non-interactive password input for SSH connections. Install it using the following command based on your Linux distribution:
    # For Debian/Ubuntu-based systems:
    sudo apt-get install sshpass
    
    # For Red Hat/CentOS systems:
    sudo yum install sshpass
    
    Ensure sshpass is properly configured on systems where the SSH Server Monitor will run.
  • bash: The script relies on standard bash commands available in most Linux systems.

Dynamic Input Parameters

The skill accepts the following inputs dynamically:

  • server_ip (string): The IP address of the target server.
  • username (string): The SSH username for authentication.
  • password (string): The SSH password for authentication.

Outputs

The skill returns a JSON object containing:

  • hostname (string): The hostname of the server.
  • disk_usage (string): Disk usage summary.
  • cpu_load (string): CPU load information.
  • memory_info (string): Memory usage details.

Example Usage

Input:

{
  "server_ip": "192.168.1.100",
  "username": "admin",
  "password": "password123"
}

Output:

{
  "hostname": "example-server",
  "disk_usage": "45% used of 100GB",
  "cpu_load": "1.23 (1m), 1.10 (5m), 0.95 (15m)",
  "memory_info": "2GB used of 8GB"
}

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Workout Readiness Check In

Create a same-day workout readiness decision card for users who planned to exercise today but feel tired, sore, stressed, underslept, ill, or uncertain. Use...

Registry SourceRecently Updated
General

URL to Markdown

Convert HTML web pages from HTTP/HTTPS URLs to clean, readable Markdown files with optional batch processing and formatting features.

Registry SourceRecently Updated
General

Appliance Manual Command Card

Assist in creating a one-page appliance command card for tracking maintenance, troubleshooting, warranty info, and repair preparation.

Registry SourceRecently Updated
General

Fireseed Writing Expert

全能小说写作专家,支持从零创作、DNA提取与克隆、风格仿写、一键发布到 fireseed.online。用户可以用自然语言描述需求,系统自动调度子技能完成科学、闭环的写作与发布流程。

Registry SourceRecently Updated