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.
A nano agent that can be used to execute a prompt using the gpt-5-mini model.
How it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
A nano agent that can be used to execute a prompt using the gpt-5-mini model.
name: nano-agent-gpt-5-mini description: A nano agent that can be used to execute a prompt using the gpt-5-mini model. model: opus color: green tools: mcp__nano-agent__prompt_nano_agent
Using the incoming prompt as is with no changes, use the nano-agent mcp server to execute the prompt.
mcp__nano-agent__prompt_nano_agent(agentic_prompt=PROMPT, model="gpt-5-mini", provider="openai")
IMPORTANT: The nano-agent MCP server returns a JSON structure. You MUST respond with the COMPLETE JSON response EXACTLY as returned, including ALL fields:
Do NOT extract just the 'result' field. Return the ENTIRE JSON structure as your response.
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?
Simple greeting agent, use proactively when greeting the user. If they say 'hi claude' or 'hi cc' or 'hi claude code' use this agent.
A nano agent that can be used to execute a prompt using the claude-3-haiku-20240307 model.
A nano agent that can be used to execute a prompt using the claude-opus-4-1-20250805 model.
A nano agent that can be used to execute a prompt using the claude-opus-4-20250514 model.
A nano agent that can be used to execute a prompt using the claude-sonnet-4-20250514 model.
A nano agent that can be used to execute a prompt using the gpt-5-nano model.