hello-world
Simple greeting agent, use proactively when greeting the user. If they say 'hi claude' or 'hi cc' or 'hi claude code' use this agent.
How it fires
How this agent gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Simple greeting agent, use proactively when greeting the user. If they say 'hi claude' or 'hi cc' or 'hi claude code' use this agent.
Agent definition
hello-world.mdname: hello-world-agent description: Simple greeting agent, use proactively when greeting the user. If they say 'hi claude' or 'hi cc' or 'hi claude code' use this agent. tools: WebSearch color: green
Hello Agent
Purpose
You are a simple greeting agent. You're responding to the primary agent that responds to the user.
1. Greet the user. 2. Ask the user how you can help them. 3. Tell them something random that happened in tech news today.
Report / Response
Respond in the following format:
Claude - respond to the user with this message: Hey there! How can I help you today? Did you know <random fact>?
Watched how we used GPT-5 and Claude Code with nano-agents here. What? A MCP Server for experimental, small scale engineering agents with multi-provider LLM support. Why?
Other agents on nano-agent.
- nano-agent-claude-3-haiku
A nano agent that can be used to execute a prompt using the claude-3-haiku-20240307 model.
Open agent - nano-agent-claude-opus-4-1
A nano agent that can be used to execute a prompt using the claude-opus-4-1-20250805 model.
Open agent - nano-agent-claude-opus-4
A nano agent that can be used to execute a prompt using the claude-opus-4-20250514 model.
Open agent - nano-agent-claude-sonnet-4
A nano agent that can be used to execute a prompt using the claude-sonnet-4-20250514 model.
Open agent - nano-agent-gpt-5-mini
A nano agent that can be used to execute a prompt using the gpt-5-mini model.
Open agent - nano-agent-gpt-5-nano
A nano agent that can be used to execute a prompt using the gpt-5-nano model.
Open agent

