hello-world

Generate personalized greetings with optional time-of-day context and JSON output.

Updated Dec 12, 2025
One-click install
npx skills add https://github.com/danielscholl/agent-base-v2 --skill hello-world-danielscholl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hello-world
Source: https://github.com/danielscholl/agent-base-v2/tree/main/src/_bundled_skills/hello-world
Command: npx skills add https://github.com/danielscholl/agent-base-v2 --skill hello-world-danielscholl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill demonstrates the Agent Skills framework by providing a simple, reusable greeting flow that can be used to greet users or test skill wiring.

Core Features & Use Cases

  • Greeting generation: Produce friendly greetings, optionally personalized with a name.
  • Script integration: If present, executes scripts/greet.sh to format the greeting based on time of day.
  • Reference examples: Includes example greetings in references/EXAMPLES.md to illustrate variations.

Quick Start

Activate the skill and say hello. If greet.sh is available, run it with a name parameter: ./scripts/greet.sh Alice

Frequently Asked Questions about hello-world

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate greeting messages with bash scripts?

Automate greetings by executing a bash script that generates friendly messages based on context. This Skill provides a reusable greeting flow with optional time-of-day awareness and name personalization, returning results in JSON format for integration into larger automation workflows.

Can I personalize automated greetings with user names?

Yes, the greeting script accepts an optional name parameter for personalized output. Pass the name when invoking greet.sh to generate customized greetings that incorporate the user's identity in the formatted response.

How does time-of-day context work in greeting automation?

The greet.sh script detects the current time and tailors greeting messages accordingly—morning, afternoon, or evening greetings. This context-aware approach produces more natural, appropriate responses without requiring manual time input.

What's included in this greeting Skill for testing automation workflows?

The Skill demonstrates the Agent Skills framework with example greetings in references/EXAMPLES.md and an executable greet.sh script. It serves as a simple, reusable reference for testing skill wiring and understanding how automation flows operate.

Do I need to install dependencies to run the greeting script?

No dependencies are required. The Skill is a basic, self-contained bash implementation that runs standalone. Simply invoke the greet.sh script directly with optional parameters to generate greeting output.