← 返回 Skills 市场
249
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install liufeng-greeting-skill
功能描述
Detects various greetings and replies with personalized messages including the current date and time in China Standard Time.
使用说明 (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 (中国标准时间)
安装与使用
- 技能已自动安装到 OpenClaw 技能目录
- 无需额外配置,立即生效
- 在任意聊天渠道中发送问候语即可触发
自定义配置
如需修改问候语风格,编辑 greeting.js 文件中的回复模板。
更新日志
v1.0.0 (2026-03-11)
- 初始版本发布
- 支持基本问候语检测
- 集成日期时间显示功能
- 个性化回复模板\r ------WebKitFormBoundaryt84l59ct13--\r
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install liufeng-greeting-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/liufeng-greeting-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Initial release - 柳峰专属问候技能
元数据
常见问题
liufeng-greeting-skill 是什么?
Detects various greetings and replies with personalized messages including the current date and time in China Standard Time. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 249 次。
如何安装 liufeng-greeting-skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install liufeng-greeting-skill」即可一键安装,无需额外配置。
liufeng-greeting-skill 是免费的吗?
是的,liufeng-greeting-skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
liufeng-greeting-skill 支持哪些平台?
liufeng-greeting-skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 liufeng-greeting-skill?
由 liufeng(@lyq8479)开发并维护,当前版本 v1.0.1。
推荐 Skills