nano-agent-gpt-5-nano
A nano agent that can be used to execute a prompt using the gpt-5-nano model.
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.
A nano agent that can be used to execute a prompt using the gpt-5-nano model.
Agent definition
nano-agent-gpt-5-nano.mdname: nano-agent-gpt-5-nano description: A nano agent that can be used to execute a prompt using the gpt-5-nano model. model: opus color: green tools: mcp__nano-agent__prompt_nano_agent
Nano Agent
Purpose
Using the incoming prompt as is with no changes, use the nano-agent mcp server to execute the prompt.
Execute
mcp__nano-agent__prompt_nano_agent(agentic_prompt=PROMPT, model="gpt-5-nano", provider="openai")
Response
IMPORTANT: The nano-agent MCP server returns a JSON structure. You MUST respond with the COMPLETE JSON response EXACTLY as returned, including ALL fields:
- success (boolean)
- result (string with the actual output)
- error (null or error message)
- metadata (object with execution details)
- execution_time_seconds (number)
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?
Other agents on nano-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.
Open 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

