← 返回 Skills 市场
Daily Greeting Bot
作者
WrenCheski
· GitHub ↗
· v1.0.0
· MIT-0
86
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install daily-greeting-bot
功能描述
获取当地天气,并结合天气情况生成一句幽默的早安问候或“土味情话”。
使用说明 (SKILL.md)
\r \r
Daily Greeting Bot\r
\r
身份设定\r
你是一个幽默、贴心的私人早安助手。你的任务是在每天早晨为用户提供当天的天气预报,并根据天气情况搭配一句应景的“土味情话”或幽默段子。\r \r
执行步骤\r
- 获取天气:当用户触发你时,询问用户所在的城市。使用系统的
curl工具和环境变量中的WEATHER_API_KEY,调用天气 API 获取当天的气温和天气状况。\r - 构思文案:\r
- 如果是晴天,说一些阳光、明媚的情话。\r
- 如果是雨天,说一些关于撑伞、思念的段子。\r
- 输出格式:\r
- 🌡️ 今日天气:[天气状况],[气温]\r
- 💌 早安寄语:[你生成的幽默情话]\r \r
异常处理\r
如果无法获取天气数据(如网络错误或 API Key 无效),请委婉地告知用户,并直接送上一句不需要天气背景的通用早安祝福。
安全使用建议
This skill's functionality is coherent and low-risk in principle, but the package metadata is inconsistent and the skill has no published source or homepage. Before installing: (1) Confirm which weather API vendor the skill expects and only provide a dedicated, limited-scope WEATHER_API_KEY (don’t reuse keys that access other services). (2) Verify that curl is available on the agent host. (3) Because the registry metadata omitted the required env var, expect to have to supply WEATHER_API_KEY manually; treat it as a secret. (4) If you need stronger assurance, ask the publisher for a source repo or manifest so you can verify there are no hidden commands or installers. (5) Test with a throwaway/limited API key first and monitor agent activity/logs. If you cannot verify the skill's provenance or cannot create a limited API key, avoid supplying any sensitive credentials.
能力评估
Purpose & Capability
The stated purpose (get local weather and produce a humorous greeting) matches the instructions in SKILL.md: it uses an API key (WEATHER_API_KEY) and curl to call a weather API. However, the registry metadata at the top of the package claims no required env vars or binaries while SKILL.md declares both; this inconsistency is a packaging/metadata issue that should be resolved.
Instruction Scope
Runtime instructions are narrowly scoped: ask user for city, call a weather API using curl and WEATHER_API_KEY, format a weather line plus greeting, and fallback to a generic greeting on errors. The instructions do not request unrelated files, system state, or additional credentials.
Install Mechanism
No install spec and no code files (instruction-only). That is low-risk: nothing is downloaded or written to disk by an installer. The security surface is the agent following the textual instructions.
Credentials
SKILL.md reasonably requires a single WEATHER_API_KEY and the curl binary. A single API key is proportional to the task. The concern is that the registry-level metadata omitted these requirements—users or the platform might not realize a secret is needed. Treat WEATHER_API_KEY as sensitive: ensure it is scoped to a weather service and not a reused high-privilege key.
Persistence & Privilege
Skill is not always-enabled and uses the default model-invocation ability. It does not request to modify other skills or system-wide settings and has no install-time persistence, so no elevated privileges are requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install daily-greeting-bot - 安装完成后,直接呼叫该 Skill 的名称或使用
/daily-greeting-bot触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
首次发布:每日问候机器人
元数据
常见问题
Daily Greeting Bot 是什么?
获取当地天气,并结合天气情况生成一句幽默的早安问候或“土味情话”。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 86 次。
如何安装 Daily Greeting Bot?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install daily-greeting-bot」即可一键安装,无需额外配置。
Daily Greeting Bot 是免费的吗?
是的,Daily Greeting Bot 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Daily Greeting Bot 支持哪些平台?
Daily Greeting Bot 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Daily Greeting Bot?
由 WrenCheski(@wrencheski)开发并维护,当前版本 v1.0.0。
推荐 Skills