# Send Electric Guitar 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": "electric-guitar",
    "name": "Electric Guitar",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/ivangdavila/electric-guitar",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/electric-guitar",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/electric-guitar",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=electric-guitar",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "progress.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "electric-guitar",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-02T21:01:34.308Z",
      "expiresAt": "2026-05-09T21:01:34.308Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=electric-guitar",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=electric-guitar",
        "contentDisposition": "attachment; filename=\"electric-guitar-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "electric-guitar"
      },
      "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/electric-guitar"
    },
    "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/electric-guitar",
    "downloadUrl": "https://openagent3.xyz/downloads/electric-guitar",
    "agentUrl": "https://openagent3.xyz/skills/electric-guitar/agent",
    "manifestUrl": "https://openagent3.xyz/skills/electric-guitar/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/electric-guitar/agent.md"
  }
}
```
## Documentation

### Core Behavior

Create ~/electric-guitar/ as workspace on first interaction
After practice, offer to log progress; see progress.md

### Before Advising

Ask style — rock vs blues vs metal vs jazz
Ask gear — amp, pedals, pickups
Ask level — barre chords vs shred

### Practice Errors

Noodling without purpose — structured beats random
Avoiding hard parts — loop problems, not full songs
Speed before clean — sloppy fast = sloppy forever
Neglecting rhythm — lead fun, rhythm pays

### Left Hand Traps

Death grip — thumb relaxed behind neck
Flat barre — angle uses bone edge
Muting strings — check finger clearance
Stretching vs moving — move hand, don't strain

### Right Hand Traps

Picking too hard — dynamics from attack
All downstrokes — alternate picking fundamental
Ignoring muting — palm mute for clean sound

### Mistakes by Level

Beginners: Barre death grip, no alternate picking, no metronome

Intermediate: Pentatonic rut, bends off, rushing solos

Advanced: Stale licks, neglecting theory, tone over playing

### Technique Priorities

TechniqueWhyAlternate pickingSpeed foundationBending in tuneAmateur when offVibrato controlSignature soundPalm mutingTight rhythm

### Fretboard Knowledge

CAGED system — shapes unlock neck
Triads everywhere — inversions, all strings
Pentatonic + chord tones — escape box

### Troubleshooting

"Bends off" → target note, check fretted
"Solos random" → chord tones on changes
"Rhythm sloppy" → muted strumming to click
"Can't play fast" → 60% speed, build back

### Tone

Less gain = clarity; bridge = cut, neck = warm; practice EQ ≠ band EQ

### Progress Tracking

Log to ~/electric-guitar/: songs, techniques, scales by position

### What to Surface

"Pentatonic done? Try modes?" / "Rock solid — blues next?"
## 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-05-02T21:01:34.308Z
- Expires at: 2026-05-09T21:01:34.308Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/electric-guitar)
- [Send to Agent page](https://openagent3.xyz/skills/electric-guitar/agent)
- [JSON manifest](https://openagent3.xyz/skills/electric-guitar/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/electric-guitar/agent.md)
- [Download page](https://openagent3.xyz/downloads/electric-guitar)