From hello
向用户问好并显示当前系统信息。 当用户输入 /hello 或说"你好"、"打个招呼"、"显示系统信息"时触发。 适用于用户想要了解当前环境或测试插件是否正常工作。
How this skill is triggered — by the user, by Claude, or both
Slash command
/hello:helloThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
向用户问好并显示系统信息。
向用户问好并显示系统信息。
获取当前系统信息:
date 命令获取当前日期时间whoami 或 echo %USERNAME% 获取当前用户uname -a 或 ver 获取操作系统信息pwd 获取当前工作目录以友好的方式向用户问好,并展示收集到的系统信息
使用以下格式输出:
👋 你好,[用户名]!
📅 当前时间:[日期时间]
💻 操作系统:[系统信息]
📂 工作目录:[当前目录]
🎮 祝你使用愉快!
npx claudepluginhub hproof/claude-market-gamedev --plugin helloGreets users warmly for hello, hi, good morning, or greeting requests. Handles casual, time-based, and enthusiastic responses with examples.
Executes Bash command to fetch current UTC date and time, ensuring accurate temporal context for time-sensitive tasks, deadlines, and documentation.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.