← 返回 Skills 市场
terrycarter1985

Greeting Skill

作者 terrycarter1985 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
121
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install greeting-skill
功能描述
A friendly greeting skill that provides personalized and time-based greetings
使用说明 (SKILL.md)

Greeting Skill

A simple skill that provides friendly personalized greetings. Supports both random generic greetings and time-based contextual greetings.

Tools

greet

Generates a random friendly greeting for a user

Parameters:

  • name (string, required): The name of the person to greet

Returns: A random greeting string

Example:

User: greet Alice Agent: Hello, Alice! Hope you're having a great day! 👋

getTimeBasedGreeting

Generates a greeting appropriate for the current time of day

Parameters:

  • name (string, required): The name of the person to greet

Returns: A time-appropriate greeting (morning/afternoon/evening)

Example:

User: greet Bob (at 10 AM) Agent: Good morning, Bob!

安全使用建议
This skill appears internally consistent and minimal: it's just local greeting logic. If you plan to install it, verify the publisher (orlyjamie) and the @openclaw/core dependency from your package registry, and review build/run steps before executing untrusted code. No credentials or network access are requested, so the main remaining risk is running third-party code—only install from sources you trust.
功能分析
Type: OpenClaw Skill Name: greeting-skill Version: 1.0.0 The greeting-skill bundle is a simple utility that provides personalized and time-based greetings. The implementation in src/index.ts is limited to basic string manipulation and local time checks, with no evidence of network access, file system interaction, or data exfiltration. The skill.md instructions and package.json dependencies are standard and align perfectly with the stated purpose.
能力评估
Purpose & Capability
Name/description (friendly, time-based greetings) align with the code and SKILL.md. The files implement two greeting tools and nothing else; no unrelated credentials, binaries, or paths are requested.
Instruction Scope
SKILL.md only documents greeting and time-based greeting tools and parameters. It does not instruct the agent to read files, access environment variables, call external endpoints, or collect extra context.
Install Mechanism
There is no install spec; this is an instruction+source package. package.json lists @openclaw/core as a dependency and TypeScript dev deps, which is expected for a skill implemented in TypeScript. No suspicious downloads or extract operations are present.
Credentials
The skill declares no required environment variables or credentials. The code does not access process.env or other sensitive configuration.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request permanent system presence or modify other skills' configs. Autonomous invocation remains possible (platform default) but is not combined with other red flags here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install greeting-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /greeting-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
dry run check
元数据
Slug greeting-skill
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Greeting Skill 是什么?

A friendly greeting skill that provides personalized and time-based greetings. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 121 次。

如何安装 Greeting Skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install greeting-skill」即可一键安装,无需额外配置。

Greeting Skill 是免费的吗?

是的,Greeting Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Greeting Skill 支持哪些平台?

Greeting Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Greeting Skill?

由 terrycarter1985(@terrycarter1985)开发并维护,当前版本 v1.0.0。

💬 留言讨论