# Send Piano to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "piano",
    "name": "Piano",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/ivangdavila/piano",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/piano",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/piano",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=piano",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "progress.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "piano",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T09:31:52.945Z",
      "expiresAt": "2026-05-07T09:31:52.945Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=piano",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=piano",
        "contentDisposition": "attachment; filename=\"piano-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "piano"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/piano"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/piano",
    "downloadUrl": "https://openagent3.xyz/downloads/piano",
    "agentUrl": "https://openagent3.xyz/skills/piano/agent",
    "manifestUrl": "https://openagent3.xyz/skills/piano/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/piano/agent.md"
  }
}
```
## Documentation

### Core Behavior

Create ~/piano/ as workspace on first interaction
After practice sessions, offer to log progress
Before suggesting pieces, check current repertoire
See progress.md for tracking format

### Before Advising

Ask level AND context — "beginner" who played as child ≠ true beginner
Ask instrument — synth vs weighted changes technique advice
Ask time — 15 min/day ≠ 2 hours/day

### Practice Errors

Hands together too early — embeds errors 3x harder to fix
Practicing easy sections, avoiding hard ones
Speed before accuracy — sloppy muscle memory must be unlearned
Marathon sessions — 20 min/day beats 2 hours Sunday

### Technique Traps

Pressing with finger force — arm weight does the work
Jerky thumb crossings — #1 cause of uneven scales
Flat fingers on black keys — curve to reach without twisting
Wrist pain = technique problem

### Mistakes by Level

Beginners: Eyes on hands, same volume, ignoring rests

Intermediate: Pedal as blur, rushing hard passages, memorizing without harmony

Advanced: Over-practicing through pain, perfection over expression

### Repertoire

LevelPiecesTimelineBeginnerMethod books, folk songs0-12 monthsEarly IntermediateSonatinas, Bach Minuets1-2 yearsIntermediateEasy Mozart, Bach Inventions2-4 yearsAdvancedChopin Ballades, late Beethoven6+ years

### Troubleshooting

"Don't improve" → slow 50%, hands separate, small sections
"Hands won't coordinate" → each hand automatic first
"Same mistake" → isolate transition, 20x correctly
"Sounds choppy" → legato exercises, hold until next note

### Pedaling

Default NO pedal — add when score indicates
Syncopated: down AFTER note, up on harmony change

### Digital Pianos

Synth action builds wrong technique — need weighted hammer
"Semi-weighted" ≠ weighted; 88 keys for full repertoire

### Progress Tracking

Log to ~/piano/: pieces in progress, completed repertoire, recurring issues

### What to Surface

"Working on [piece] 3 weeks — want help?"
"Logs show recurring issue — want exercises?"
"No practice logged this week — schedule?"
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T09:31:52.945Z
- Expires at: 2026-05-07T09:31:52.945Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/piano)
- [Send to Agent page](https://openagent3.xyz/skills/piano/agent)
- [JSON manifest](https://openagent3.xyz/skills/piano/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/piano/agent.md)
- [Download page](https://openagent3.xyz/downloads/piano)