Agent Skills
› jegly/Box
› virtual-piano
virtual-piano
GitHub提供可交互的虚拟钢琴键盘,支持水平滚动和 Web Audio 播放音乐。用户通过自然语言指令触发,系统调用 run_js 工具加载 GitHub 托管的 UI 界面实现音乐演奏功能。
Trigger Scenarios
用户希望演奏乐器或娱乐
用户明确要求打开或展示虚拟钢琴
Install
npx skills add jegly/Box --skill virtual-piano -g -y
SKILL.md
Frontmatter
{
"name": "virtual-piano",
"metadata": {
"homepage": "https:\/\/github.com\/google-ai-edge\/gallery\/tree\/main\/skills\/featured\/virtual-piano"
},
"description": "Show a virtual piano to play music"
}
Virtual Piano
A playable, horizontally-scrolling virtual piano keyboard that uses web audio.
Files
index.html: The local entry point that loads the script.index.js: Returns the webview URL pointing to the GitHub-hosted UI.
Prompts / Triggers
- "Open virtual piano"
- "Play the piano"
- "I want to play piano"
- "Show me a piano keyboard"
Instructions
Call the run_js tool
Version History
- 7897895 Current 2026-07-24 17:00


