A foundational utility for adding personalized greetings and testing agent connectivity within Openclaw Skills.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install nothing-suss
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install nothing-suss using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Greeting Skill is a lightweight, essential component designed for developers exploring the capabilities of Openclaw Skills. It serves as a primary testing mechanism to ensure that your AI agent is correctly configured and responding to user-defined parameters. By implementing this skill, users can add a touch of personality to their agent interactions, making the transition to more complex Openclaw Skills smoother and more engaging. This package is a perfect entry point for anyone building a custom repository of Openclaw Skills to verify that their environment is functioning correctly.
To integrate this module into your agent environment, follow these steps to register it with your Openclaw Skills library:
# Navigate to your agent skills directory
cd path/to/your/agent-config
# Download or clone the greeting-skill source
# Add 'greeting-skill' to your enabled skills list
Once added, restart your agent to begin using the command within your Openclaw Skills setup.
The Greeting Skill utilizes a straightforward data structure to manage user input and response formatting within Openclaw Skills.
| Property | Type | Description |
|---|---|---|
| name | string | The target identifier provided by the user for personalization. |
| emoji | string | The visual emoji (👋) included in the response. |
| version | string | Semantic versioning for the skill (1.0.0). |
| author | string | The developer responsible for this skill instance. |
Loading
A foundational skill for generating personalized, friendly greetings to test AI agent responsiveness.

A streamlined utility for automating essential system administration and maintenance tasks.

A security research demonstration highlighting how SVG files can be used to execute scripts and access sensitive browser localStorage data.

A specialized automation tool designed to streamline essential system administration and maintenance tasks.

A lightweight interaction tool designed to provide personalized, friendly greetings within an AI agent environment.

A security-focused demonstration skill designed to expose vulnerabilities and promote safer development practices within AI agent ecosystems.








































