Skip to main content

hello-world

一个简单的问候 Skill,向用户打招呼并显示当前时间

Jump to install

Source facts

Repository
nlp-JvUUN/AAAAZOgH
Last source activity
July 30, 2026 at 15:31
Detected SKILL.md language
Chinese
Stars
1
Forks
52

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

File Explorer
2 files

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
name
hello-world
description
一个简单的问候 Skill,向用户打招呼并显示当前时间
version
1.0.0
triggers
["你好","hello","hi","打招呼"]
script_type
python
# Hello World Skill 这是一个示例 Skill,演示 Harness 的基本功能。 ## 功能 当用户说"你好"或"hello"时,Skill 会返回友好的问候语和当前时间。 ## 脚本 script: script.py
View on GitHub