Skip to content
Development
Agent

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.

From plugin
nano-agent
20410 skills10 agents12 commands

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.md
name: 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>?
Ships withnano-agent

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?

Get the whole plugin