# V2 Test Skill

> A simple skill for testing V2 sandbox skill copy via prepare steps.

- Skill: `yaoapp/v2-test-skill` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add yaoapp/v2-test-skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/yaoapp/v2-test-skill/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: Apache-2.0
- Author: YaoApp (https://skillmd.com/u/yaoapp)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/yaoapp/v2-test-skill

---


# V2 Test Skill

Use this skill to verify that prepare step `action=copy` correctly
copies skills into the sandbox container.

## Steps

1. Run the echo script to verify availability
2. Check that the script has correct permissions

## Scripts

```bash
./scripts/test.sh "hello from v2"
```

