hello-world

Generate a personalized greeting with a timestamp from a name input.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/billlzzz10/bl1nk-skill-mcp-server --skill hello-world-billlzzz10
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hello-world
Source: https://github.com/billlzzz10/bl1nk-skill-mcp-server/tree/main/skills/hello-world
Command: npx skills add https://github.com/billlzzz10/bl1nk-skill-mcp-server --skill hello-world-billlzzz10

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a tiny, self-contained example showing how skills are defined and executed, enabling quick onboarding and testing.

Core Features & Use Cases

  • Input-driven greeting: supply a name to receive a personalized greeting.
  • Output includes greeting and timestamp to demonstrate dynamic results.
  • Use Case: Quick hello responses for new users or test harnesses.

Quick Start

bl1nk-skill run hello-world -a '{"name": "Alice"}'