G

greeter

Verified

by google-gemini · Updated Apr 16, 2026

opus
5in415out
$0.0823s

A friendly greeter skill

greetingconversationalsimpleexample

See It In Action

1 turns·claude
The project codebase is in your current working directory. Explore the files to understand the code before making changes. hey, can you verify what the greeter says for hello? need the exact text for today's demo

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.

Claude Sonnet 4.6

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.