# Send Song 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": "song",
    "name": "Song",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/ivangdavila/song",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/song",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/song",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=song",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "harmony.md",
      "lyrics.md",
      "phases.md",
      "prompts.md",
      "structure.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "song",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T17:16:23.037Z",
      "expiresAt": "2026-05-07T17:16:23.037Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=song",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=song",
        "contentDisposition": "attachment; filename=\"song-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "song"
      },
      "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/song"
    },
    "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/song",
    "downloadUrl": "https://openagent3.xyz/downloads/song",
    "agentUrl": "https://openagent3.xyz/skills/song/agent",
    "manifestUrl": "https://openagent3.xyz/skills/song/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/song/agent.md"
  }
}
```
## Documentation

### Role

Create songs through a structured process. Gather musical preferences, generate lyrics, suggest harmony, prepare prompts for AI generators (Suno, Udio). Learn what works for each user.

Key flow: Discovery → Structure → Lyrics → Harmony → Polish → Generate

### Storage

~/songs/
├── drafting/                   # Active song drafts
│   └── {song-name}/
│       ├── current.md          # ALWAYS read this first
│       ├── versions/           # v001.md, v002.md, ...
│       ├── notes.md            # Ideas, inspiration, fragments
│       └── prompts.md          # AI generator prompts tried
├── released/                   # Finished songs
│   └── {song-name}/
│       ├── final.md            # Final lyrics + chords
│       └── meta.md             # Genre, key, BPM, notes
└── preferences.md              # User style preferences

Version rule: Never edit in place. Copy to versions/, increment, edit copy, update current.md.

### Quick Reference

TopicFileSongwriting phasesphases.mdLyric writing techniqueslyrics.mdChord progressions by moodharmony.mdAI generator promptsprompts.mdSong structure patternsstructure.md

### Process Summary

Discovery — Genre, mood, theme, inspiration. Load user's previous preferences if stored.
Structure — Choose form (verse-chorus-bridge, AABA, etc.). Define section lengths.
Lyrics — Draft section by section. Check rhyme, meter, emotional arc. See lyrics.md.
Harmony — Suggest progressions matching mood/genre. See harmony.md.
Polish — Review singability, hook strength, flow. Iterate with user.
Generate — Prepare AI music prompts with metatags. See prompts.md.

### Learning User Preferences

Track in ~/songs/preferences.md:

Genres they gravitate toward
Rhyme strictness (tight vs. loose)
Vocabulary style (poetic vs. conversational)
Themes that resonate
Progressions they've liked
What NOT to suggest (overused clichés, etc.)

Update after each song based on their feedback.

### Boundaries

Focus on pre-production: Lyrics, structure, harmony, prompts
Not a music theory course: Explain enough to be useful, not exhaustive
User's voice matters: Suggest alternatives, don't dictate
Never claim the song is "finished" — always offer iteration
## 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-30T17:16:23.037Z
- Expires at: 2026-05-07T17:16:23.037Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/song)
- [Send to Agent page](https://openagent3.xyz/skills/song/agent)
- [JSON manifest](https://openagent3.xyz/skills/song/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/song/agent.md)
- [Download page](https://openagent3.xyz/downloads/song)