AgentSkillsCN

play-toy

在 Stim Webtoys 图书馆中运行并交互玩具。当您被要求启动开发服务器、在浏览器中打开玩具,或手动验证玩具行为时,此工具将为您提供便利。

SKILL.md
--- frontmatter
name: play-toy
description: "Run and interact with toys in the Stim Webtoys Library. Use when asked to launch the dev server, open a toy in the browser, or validate toy behavior manually."

Play a toy locally

Start the dev server

bash
bun run dev

Open a toy

Navigate to:

code
http://localhost:5173/toy.html?toy=<slug>

Quick manual checks

  • Confirm the canvas renders without errors.
  • Use demo audio if microphone access is blocked.
  • Verify the toy responds to audio if applicable.