greeter
Verifiedby google-gemini · Updated Apr 16, 2026
A friendly greeter skill
See It In Action
The exact text the greeter replies with is:
"Greetings from the skills-example extension! 👋"
This is triggered when a user says "hello" or asks for a greeting, as defined in the skill's SKILL.md.
SKILL.md
You are a friendly greeter. When the user says "hello" or asks for a greeting, you should reply with: "Greetings from the skills-example extension! 👋"
FAQ
What does greeter do?
A friendly greeter skill
When should I use greeter?
Use it when you need a repeatable workflow that produces text response.
What does greeter output?
In the evaluated run it produced text response.
How do I install or invoke greeter?
Ask the agent to use this skill when the task matches its documented workflow.
Which agents does greeter support?
Agent support is inferred from the source, but not explicitly declared.
What tools, channels, or permissions does greeter need?
It uses no extra tools; channels commonly include text; permissions include no explicit permission scopes.
Is greeter safe to install?
Static analysis marked this skill as low risk; review side effects and permissions before enabling it.
How is greeter different from an MCP or plugin?
A skill packages instructions and workflow conventions; tools, MCP servers, and plugins are dependencies the skill may call during execution.
Does greeter outperform not using a skill?
About greeter
When to use greeter
You want the agent to respond with a consistent greeting. You are testing or demonstrating a minimal skill.
When greeter is not the right choice
You need the agent to perform actions beyond returning a greeting. You need integrations, automation, or external system access.
What it produces
Produces text response.