hello

Greet users and display date, user, OS, and working directory.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/hproof/claude-market-gamedev --skill hello-hproof
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hello
Source: https://github.com/hproof/claude-market-gamedev/tree/main/plugins/hello/skills/hello
Command: npx skills add https://github.com/hproof/claude-market-gamedev --skill hello-hproof

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill greets users and reveals current system information to help users verify plugin responsiveness and get quick context about the environment.

Core Features & Use Cases

  • Greeting: Responds with a friendly hello message.
  • System Info: Retrieves and displays current date/time, user, OS information, and working directory.
  • Use Case: A developer can trigger it with /hello to confirm the plugin is loaded and the environment is accessible.

Quick Start

Ask the assistant to greet you and display the current system information.

Frequently Asked Questions about hello

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check system information and plugin health using bash commands?

To check system information and plugin health, you can trigger a greeting command that retrieves the current date, user, OS information, and working directory using shell commands to verify environment accessibility.

What is the best way to display OS info and current user details in a development environment?

The best way to display OS info and current user details is to use a command that collects date, user, OS, and working directory data via shell commands, formatting the output for quick environment verification.

How do I test if my plugin is loaded and responsive to environment queries?

To test if your plugin is loaded and responsive, trigger a greeting command like /hello or say '你好' to confirm the plugin loads and can access the current system environment.

Can I retrieve working directory and OS information without writing custom bash scripts?

Yes, you can retrieve working directory and OS information without custom bash scripts by using a greeting command that internally executes shell commands to gather and format the system status instantly.

Why does my system info command return an error when checking environment awareness?

If your system info command returns an error when checking environment awareness, it likely indicates the plugin is not properly loaded or the shell commands cannot access the required OS and user data.