← Back to Skills Marketplace
lyq8479

liufeng-greeting-skill

by liufeng · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
249
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install liufeng-greeting-skill
Description
Detects various greetings and replies with personalized messages including the current date and time in China Standard Time.
README (SKILL.md)

name: liufeng-greeting-skill description: 柳峰专属问候技能 - 当用户说"你好"、"hello"、"嗨"、"在吗"时,回复问候语并附带当前日期和时间 author: 大白 (柳峰的AI助手) created: 2026-03-11 version: 1.0.1 homepage: https://clawhub.com/skills/liufeng-greeting-skill license: MIT metadata: {"clawdbot":{"emoji":"👋","requires":{"bins":["node"]},"install":[{"id":"clawhub","kind":"clawhub","slug":"liufeng-greeting-skill","label":"Install via ClawHub"}]}}

liufeng-greeting-skill

柳峰专属的个性化问候技能。当检测到用户发送问候消息时,自动回复个性化的问候语并显示当前日期和时间。

🎯 功能特性

  • 智能问候检测:识别多种问候语变体(中文、英文、混合)
  • 个性化回复:根据柳峰的偏好定制回复风格
  • 时间显示:自动显示当前日期和时间(中国标准时间)
  • 随机回复:每次使用不同的问候语,避免重复
  • 简单易用:无需复杂配置,开箱即用
  • 多平台支持:适用于所有OpenClaw支持的聊天渠道

🚀 快速开始

# 通过ClawHub安装
clawhub install liufeng-greeting-skill

# 或手动安装到技能目录
cp -r liufeng-greeting-skill ~/.openclaw/workspace/skills/

触发关键词

当用户消息包含以下任意关键词时触发:

  • 你好
  • hello
  • 在吗
  • hi
  • 早上好
  • 下午好
  • 晚上好

回复格式

[个性化问候语]

当前时间:[YYYY-MM-DD HH:mm:ss]
时区:Asia/Shanghai (中国标准时间)

示例

用户输入:"你好" 技能回复:

柳峰,你好!🌄 大白在这里随时为你服务。

当前时间:2026-03-11 00:10:25
时区:Asia/Shanghai (中国标准时间)

安装与使用

  1. 技能已自动安装到 OpenClaw 技能目录
  2. 无需额外配置,立即生效
  3. 在任意聊天渠道中发送问候语即可触发

自定义配置

如需修改问候语风格,编辑 greeting.js 文件中的回复模板。

更新日志

v1.0.0 (2026-03-11)

  • 初始版本发布
  • 支持基本问候语检测
  • 集成日期时间显示功能
  • 个性化回复模板\r ------WebKitFormBoundaryt84l59ct13--\r
Usage Guidance
This skill appears to be what it claims: a simple greeting responder with localized time. Before installing: (1) confirm you have Node.js available if you want to run the bundled tests locally (test.js); (2) note the SKILL.md frontmatter mentions ClawHub install metadata even though no remote install URL is present — treat that as documentation rather than an active downloader; (3) because the package source and homepage are unknown, only install if you trust the author (you can inspect greeting.js yourself — it’s short and benign); and (4) run node test.js in a sandboxed environment to verify behavior before enabling it in production.
Capability Analysis
Type: OpenClaw Skill Name: liufeng-greeting-skill Version: 1.0.1 The skill is a simple greeting bot designed for a specific user named 'Liu Feng'. It identifies common greeting keywords (e.g., '你好', 'hello') and responds with a personalized message and the current time in the Asia/Shanghai timezone. The code in greeting.js and test.js is straightforward, lacks any external dependencies, and contains no evidence of data exfiltration, malicious execution, or harmful prompt injection.
Capability Assessment
Purpose & Capability
The skill's name, description, and code (greeting.js) align: it detects greeting keywords and produces personalized replies with China Standard Time. Minor mismatch: SKILL.md frontmatter declares a 'node' binary requirement and a ClawHub install entry, but the registry metadata lists no required binaries or install spec — this is likely a metadata bookkeeping inconsistency rather than functionality mismatch.
Instruction Scope
SKILL.md and code instructions stay on-purpose. Runtime behavior reads only the passed context.message and user object, formats the time locally, and returns a reply object. There are no instructions to read system files, environment variables, or send data externally.
Install Mechanism
Registry lists no install spec (instruction-only), and package.json has no dependencies. SKILL.md frontmatter references an install via ClawHub, but there is no downloadable code or external install URL in the provided registry install spec — no remote downloads or archive extraction are present in the package, which keeps install risk low. Verify your platform has Node.js if you plan to run tests locally.
Credentials
The skill declares no required environment variables or credentials and the code does not access process.env or other secrets. Requested permissions are proportional (essentially none).
Persistence & Privilege
The skill is not marked always:true and does not attempt to modify other skills or system settings. It exports handler functions and is user-invocable/autonomous invocation defaults are standard for skills.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install liufeng-greeting-skill
  3. After installation, invoke the skill by name or use /liufeng-greeting-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Initial release - 柳峰专属问候技能
Metadata
Slug liufeng-greeting-skill
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is liufeng-greeting-skill?

Detects various greetings and replies with personalized messages including the current date and time in China Standard Time. It is an AI Agent Skill for Claude Code / OpenClaw, with 249 downloads so far.

How do I install liufeng-greeting-skill?

Run "/install liufeng-greeting-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is liufeng-greeting-skill free?

Yes, liufeng-greeting-skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does liufeng-greeting-skill support?

liufeng-greeting-skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created liufeng-greeting-skill?

It is built and maintained by liufeng (@lyq8479); the current version is v1.0.1.

💬 Comments