← 返回 Skills 市场
trylife

hello

作者 trylife · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ 安全检测通过
318
总下载
1
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install trylife-hello
功能描述
trylife-hello, when user input `hello
安全使用建议
This skill is simple and appears low-risk: it runs a tiny local Python script that prints "Hello, World!" with a timestamp and returns a line from a bundled quotes file. Before installing: (1) confirm you are comfortable allowing the agent to run small bundled scripts (it will call the local `python` binary — ensure your environment provides it); (2) review the two included files (they are short and human-readable); (3) note there is no network access, credentials, or external downloads in the package. If you do not want the agent to call skills autonomously, consider disabling autonomous invocation for this skill in your agent settings (the skill itself uses default invocation settings). The package has no homepage and an owner ID only — that is not a security problem by itself but is a minor trust signal to consider if provenance matters to you.
功能分析
Type: OpenClaw Skill Name: trylife-hello Version: 1.0.2 The skill bundle is a simple greeting utility that performs basic tasks such as printing the current time via a Python script and retrieving motivational quotes from a text file. Analysis of SKILL.md, scripts/hello-world.py, and references/praise.md reveals no evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description promise simple greeting behavior. Included files (hello script and a quotes file) match that purpose and are proportionate.
Instruction Scope
SKILL.md instructs running a local Python script and selecting lines from a bundled text file — both are within the skill's scope. Minor mismatch: SKILL.md calls `python scripts/hello-world.py` but the skill metadata did not declare any required binaries; this merely means the runtime must have a Python interpreter available. The script itself is short and only prints a timestamped greeting; references/praise.md is a static list of motivational quotes.
Install Mechanism
No install spec (instruction-only with two small bundled files). Nothing is downloaded or written to disk beyond the included files.
Credentials
No environment variables, credentials, or config paths are requested. The skill does not attempt to access unrelated secrets or system configs.
Persistence & Privilege
always:false (default) and agent invocation is allowed (normal). The skill does not request elevated or persistent platform privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install trylife-hello
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /trylife-hello 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Updated the skill description from "hello" to "trylife-hello". - No logic or functional changes; documentation update only.
v1.0.1
No changes detected in this version. - No updates or modifications were made to the skill or its documentation.
v1.0.0
Initial release of the "hello" skill. - Responds with "hello from skill {version}" when user inputs "hello". - Replies with script output for "hello world". - Sends a random phrase from references/praise.md when user inputs "你好".
元数据
Slug trylife-hello
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

hello 是什么?

trylife-hello, when user input `hello. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 318 次。

如何安装 hello?

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

hello 是免费的吗?

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

hello 支持哪些平台?

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

谁开发了 hello?

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

💬 留言讨论