返回 Skill 列表
extension
分类: 其它无需 API Key

Greeting Skill

一个友好的问候技能,提供基于时间的个性化问候

person作者: terrycarter1985hubclawhub

Greeting Skill for Clawd Bot

A simple, friendly greeting skill that provides personalized greetings for users of the Clawd personal AI assistant.

Features

  • Random generic greetings
  • Time-based contextual greetings (morning/afternoon/evening)
  • Fully compatible with OpenClaw skill specification

Installation

npx clawhub install greeting-skill

Usage

The skill responds to natural language triggers like "greet", "hello", "hi", "good morning", etc. You can also call the tools directly:

Random greeting

greet [name]

Time-based greeting

time-greet [name]

Development

Prerequisites

  • Node.js 18+
  • TypeScript 5+
  • @openclaw/core

Build

npm run build

Watch mode

npm run dev

Type check

npm run typecheck

Test

npm test

License

MIT