# Hello Files

> A tiny example skill that writes a hello.txt file into your out-box, to show that local file writing works safely.

- Skill: `metadist/hello-files` (Agent Skill)
- Install (CLI): `npx skillmds@latest add metadist/hello-files`
- Raw SKILL.md: https://api.skillmd.com/api/skills/metadist/hello-files/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: metadist (https://skillmd.com/u/metadist)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/metadist/hello-files

---


# hello-files

This is a minimal example skill included with Synaplan Desktop. Use it to confirm
that a skill can create a file on this computer, inside the out-box, under the
folder allowlist.

## Steps

1. Use the `Write` tool to create `hello.txt` in the out-box with a friendly,
   one-line greeting.
2. Tell the user the full path where the file was saved.

This skill does not run any programs — it only writes a text file.

