← Back to Skills Marketplace
trylife

hello

by trylife · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ Security Clean
318
Downloads
1
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install trylife-hello
Description
trylife-hello, when user input `hello
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install trylife-hello
  3. After installation, invoke the skill by name or use /trylife-hello
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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 "你好".
Metadata
Slug trylife-hello
Version 1.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is hello?

trylife-hello, when user input `hello. It is an AI Agent Skill for Claude Code / OpenClaw, with 318 downloads so far.

How do I install hello?

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

Is hello free?

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

Which platforms does hello support?

hello is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created hello?

It is built and maintained by trylife (@trylife); the current version is v1.0.2.

💬 Comments