Agent Skills
› jegly/Box
› virtual-piano
virtual-piano
GitHub提供可交互的虚拟钢琴界面,利用 Web Audio API 实现音乐播放功能。用户可通过自然语言指令触发该技能,系统调用 run_js 工具加载并展示横向滚动的钢琴键盘 UI。
Trigger Scenarios
Open virtual piano
Play the piano
I want to play piano
Show me a piano keyboard
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


