在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
greeting-demo
// Greet the user in a distinctive, easy-to-verify format for skill activation demos.
$ git log --oneline --stat
stars:33,168
forks:4,113
updated:2026年3月10日 18:38
SKILL.md
// Greet the user in a distinctive, easy-to-verify format for skill activation demos.
| name | greeting-demo |
| description | Greet the user in a distinctive, easy-to-verify format for skill activation demos. |
Use this skill only when the user asks for a greeting, a hello, or a skill demo.
Instructions:
GREETING-SKILL-ACTIVE:.Hello from the greeting demo skill, <user input summary>.Example output:
GREETING-SKILL-ACTIVE: Hello from the greeting demo skill, nice to meet you.
Use the existing Python execution tools as a scratchpad for calculations, data transformation, and quick script-based validation.
Call REST APIs from Python, parse JSON responses, and report the useful fields back to the user.