---
name: bingzi-233/hello
source: https://app.decimal.ai/s/bingzi-233-hello@1/SKILL.md
source_sha256: 2cf1bc035c71
---

# Hello

A minimal example skill. It proves the round trip: HTTP request → agent run → schema-validated JSON.

## How to proceed

1. Build a friendly greeting addressed to `name`.
2. If `message` is provided, write a one-line `summary` of it. Otherwise set `summary` to an empty string.
3. Return exactly:

```json
{
  "greeting": "Hello, <name>!",
  "summary": "<one-line summary or empty string>"
}
```

This skill needs no tools beyond the read-only sandbox. To let a skill write files or run
commands, drop a `.mcp.json` sidecar next to this file (see the README, "MCP & tools").