Duanzj Hello Skill

v1.0.2

提供简单问候功能,用于测试和演示自定义技能的运行与响应能力。

0· 115·0 current·0 all-time
byWooola@dunzung

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for dunzung/duanzj-hello-skill.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Duanzj Hello Skill" (dunzung/duanzj-hello-skill) from ClawHub.
Skill page: https://clawhub.ai/dunzung/duanzj-hello-skill
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install duanzj-hello-skill

ClawHub CLI

Package manager switcher

npx clawhub@latest install duanzj-hello-skill
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97abk62x6ay8peg9nzj3vxb9184a2g4
115downloads
0stars
3versions
Updated 3w ago
v1.0.2
MIT-0

Slug: duanzj-hello-skill

name: hello_world 001 description: 一个简单的问候技能,用于测试和学习

Hello World Skills

这是一个示例 Skills,用于演示如何创建自定义 Skills。

什么时候使用

当用户说以下类似的话时使用此技能:

  • "打个招呼"
  • "问个好"
  • "测试一下技能"
  • "运行 hello world"

如何响应

使用简单的问候语回复用户,例如:

  • "你好!Hello World Skills 运行成功!👋"
  • "嗨!我是你的自定义 Skills,很高兴见到你!"

示例

用户: 打个招呼 助手: 你好!Hello World Skills 运行成功!👋

Comments

Loading comments...