← 返回 Skills 市场
124
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install duanzj-hello-skill
功能描述
提供简单问候功能,用于测试和演示自定义技能的运行与响应能力。
使用说明 (SKILL.md)
Slug: duanzj-hello-skill
name: hello_world 001 description: 一个简单的问候技能,用于测试和学习
Hello World Skills
这是一个示例 Skills,用于演示如何创建自定义 Skills。
什么时候使用
当用户说以下类似的话时使用此技能:
- "打个招呼"
- "问个好"
- "测试一下技能"
- "运行 hello world"
如何响应
使用简单的问候语回复用户,例如:
- "你好!Hello World Skills 运行成功!👋"
- "嗨!我是你的自定义 Skills,很高兴见到你!"
示例
用户: 打个招呼 助手: 你好!Hello World Skills 运行成功!👋
安全使用建议
This skill is a simple, self-contained greeting demo and appears safe: it doesn't ask for credentials or install external code. If you care about provenance, prefer skills with a known source/homepage or vendor; for any skill you install, review requested permissions and watch for future updates that add network access, credential requirements, or install steps.
功能分析
Type: OpenClaw Skill
Name: duanzj-hello-skill
Version: 1.0.2
The skill is a standard 'Hello World' example designed for testing and learning. It contains a simple Python script (main.py) that prints a greeting and a markdown file (SKILL.md) with basic instructions for the AI agent. No suspicious or malicious behaviors were identified.
能力评估
Purpose & Capability
Name/description claim a simple greeting/demo skill. The SKILL.md and the single Python file both implement only greeting behavior; nothing in the bundle requests unrelated capabilities.
Instruction Scope
SKILL.md contains explicit, narrow instructions to reply with simple greetings and examples. It does not instruct the agent to read files, access environment variables, contact external endpoints, or collect unrelated data.
Install Mechanism
No install specification is provided (instruction-only), and the included main.py is a tiny local script that prints 'Hello, World!'. No downloads or extract operations are present.
Credentials
No environment variables, credentials, or config paths are required. The skill does not request any secrets or elevated access.
Persistence & Privilege
Flags are default (always:false, agent invocation allowed). There is no attempt to persist configuration, modify other skills, or gain elevated presence.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install duanzj-hello-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/duanzj-hello-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- No visible changes to documentation or skill description.
- Internal update made in main.py (contents not specified).
v1.0.1
- Updated the skill name in SKILL.md from "hello_world" to "hello_world 001"
- No other content changes made
v1.0.0
Initial release of a simple greeting skill.
- Introduces the "hello_world" skill for testing and learning.
- Responds with friendly greetings to trigger phrases (e.g., "打个招呼", "测试一下技能").
- Provides example user interactions for demonstration.
元数据
常见问题
Duanzj Hello Skill 是什么?
提供简单问候功能,用于测试和演示自定义技能的运行与响应能力。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 124 次。
如何安装 Duanzj Hello Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install duanzj-hello-skill」即可一键安装,无需额外配置。
Duanzj Hello Skill 是免费的吗?
是的,Duanzj Hello Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Duanzj Hello Skill 支持哪些平台?
Duanzj Hello Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Duanzj Hello Skill?
由 Wooola(@dunzung)开发并维护,当前版本 v1.0.2。
推荐 Skills