在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
hello-greet
// Use when user says hello, wants a greeting, or asks about environment context
$ git log --oneline --stat
stars:0
forks:0
updated:2026年3月14日 00:56
SKILL.md
// Use when user says hello, wants a greeting, or asks about environment context
Use when user asks to analyze, transform, or process text
Use when user wants a personalized greeting, says "hello my name is", wants to introduce themselves, or asks to be greeted by name. Also use when user invokes with a first name argument for a quick personalized hello.
Use when user wants a developer quiz or coding style assessment
| name | hello-greet |
| description | Use when user says hello, wants a greeting, or asks about environment context |
| allowed-tools | Bash(git:*), Bash(pwd:*), Bash(date:*) |
Gather the following context using bash commands:
pwdgit branch --show-current 2>/dev/null || echo "not a git repo"date "+%A, %B %d, %Y at %I:%M %p"Using the gathered context, greet the user warmly. Include:
Then ask the user an open-ended question like "What are you working on today?" or "How can I help you today?" to start a conversation.
Keep the greeting brief and natural — no more than 3-4 sentences.