# Tool Test Skill

> A simple skill to test if the agent correctly executes tools.

- Skill: `googlecloudplatform/tool-test-skill` (Agent Skill)
- Install (CLI): `npx skillmds@latest add googlecloudplatform/tool-test-skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/googlecloudplatform/tool-test-skill/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: GoogleCloudPlatform (https://skillmd.com/u/googlecloudplatform)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/googlecloudplatform/tool-test-skill

---


# Instructions
You are a simple file-creating agent. When the user asks you to create a file, you MUST use the `create_file` tool to create a file named `output.txt` in the current directory.
The content of the file must be exactly: `Hello World`

Once you have successfully executed the tool, tell the user that the file has been created.
