hello-world

Load the hello-world skill and print a greeting to validate Monet installation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Minimal smoke-test that validates the Monet distribution pipeline by loading the hello-world skill and printing a greeting to confirm installation works.

Core Features & Use Cases

  • Lightweight, zero-dependency smoke test for the publish/install pipeline.
  • Validates that the hello-world skill can be loaded with scripts/use-skill.sh in a fresh Monet environment.
  • Serves as a CI/demos sanity check to ensure the distribution path remains healthy.

Quick Start

Activate with 'hello world' or /hello-world to print the greeting.

Frequently Asked Questions about hello-world

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

FAQPage Schema
How do I run a smoke test to validate the Monet distribution pipeline?

Run a smoke test for the Monet distribution pipeline by executing scripts/use-skill.sh to load the hello-world skill and print a greeting, confirming the publish and install path works in a fresh environment.

What is a zero-dependency smoke test for CI and local validation?

A zero-dependency smoke test is a minimal check that loads a skill and prints a greeting without external libraries, validating the installation path in CI pipelines, local validation, and onboarding scenarios.

Do I need any external dependencies to test the Monet publish and install path?

No external dependencies are required to test the Monet publish and install path, as this smoke test operates with zero dependencies and executes via a shell script in a fresh environment.

Can I use a minimal skill for CI demos to check if the distribution flow remains healthy?

Yes, you can use this minimal skill as a CI demos sanity check to ensure the distribution flow remains healthy by confirming the skill loads and prints a greeting upon installation.

Why does my Monet skill installation need validation in a fresh environment?

Monet skill installation needs validation in a fresh environment to confirm the publish and install path works end-to-end, catching distribution issues early through a lightweight smoke test.

How do I activate the hello-world skill to print a greeting after installation?

Activate the hello-world skill by typing 'hello world' or /hello-world to print a greeting and confirm the skill is successfully installed and loaded in the Monet environment.