🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Hostname Tool

by @dinghaibin

Display or set the system hostname. Use for identifying the current machine on a network and configuring system identity.

Versionv1.0.0
Downloads276
TERMINAL
clawhub install hostname-tool

πŸ“– About This Skill


name: hostname-tool description: Display or set the system hostname. Use for identifying the current machine on a network and configuring system identity.

Hostname - System Name Utility

Show or modify the system's hostname. The hostname identifies the machine on the network and is used in shell prompts, logs, and network services.

Usage

hostname-tool [options] [new-hostname]

Running without arguments displays the current hostname. Provide a new hostname to change it (requires root privileges).

Examples

# Display current hostname
hostname-tool

Show fully qualified domain name

hostname-tool --fqdn

Display IP address associated with hostname

hostname-tool --ip-address

πŸ’‘ Examples

# Display current hostname
hostname-tool

Show fully qualified domain name

hostname-tool --fqdn

Display IP address associated with hostname

hostname-tool --ip-address