# Hello World

> Use this graph skill when you need a minimal deterministic greeting or want to verify a Graph Skill Runtime installation.

- Skill: `sevenx77/hello-world` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add sevenx77/hello-world`
- Raw SKILL.md: https://api.skillmd.com/api/skills/sevenx77/hello-world/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: SevenX77 (https://skillmd.com/u/sevenx77)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/sevenx77/hello-world

---


# Hello World

Treat this directory as the explicit skill root.

1. Prefer the `gskill` MCP server's `compile` or `run` tool.
2. If MCP is unavailable, call the installed `gskill` console command with this
   directory path.
3. Pass an optional string input named `name` and consume the structured result.

Do not invoke the runtime through `python -m`; the installed `gskill` command is
the stable process fallback.

