Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

Clipboard (Suno lyrics & style copier)

Copies a track's lyrics, style prompt, exclude list, or streaming lyrics straight to your system clipboard for pasting into Suno.

UtilitiesIntermediate507119AI score 8/10Last updated: Sep 16, 2026

What it does

  • Detects the available clipboard utility across platforms — pbcopy (macOS), clip.exe (Windows/WSL), xclip/xsel (Linux) — and prints install hints if none is found.
  • Parses <content-type> <album-name> <track-number> arguments, supporting lyrics, style, exclude, streaming-lyrics, all, and suno (JSON payload for the Tampermonkey auto-fill script).
  • Delegates section extraction and formatting to the format_for_clipboard MCP tool, then confirms exactly which album and track file was copied.
  • Ships predefined error messages for missing tracks, missing sections, and a missing ~/.bitwize-music/config.yaml.

Who it's for

  • Musicians generating songs in Suno who repeatedly paste lyrics and style prompts into the web UI
  • Anyone keeping albums as Markdown track files and needing distributor-ready streaming lyrics
  • Users who already run the bitwize-music MCP server and its config file

Examples

  1. /clipboard lyrics sample-album 03 — copy only track 03's Suno lyrics box content
  2. /clipboard all sample-album 01 — copy style + exclude styles + lyrics together for a full Suno fill
  3. /clipboard suno sample-album 01 — copy a JSON object (title, style, exclude_styles, lyrics) and auto-fill Suno with Ctrl+Shift+V

· · · Install guide · · ·

Try it now, no install

Paste this into Claude to use the skill without installing anything.

Read the instructions in this file and follow them to help me:
https://raw.githubusercontent.com/bitwize-music-studio/claude-ai-music-skills/HEAD/skills/clipboard/SKILL.md

What I want: (describe your task here)

If Claude can't open the link, open it yourself and paste the contents instead.

If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.

Install in the Claude app (no terminal)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download ZIP
Install in Claude Code

Let Claude do it — paste this into Claude Code

Install the skill I found on Claude Skill Mart.
Copy the skills/clipboard folder from the GitHub repo bitwize-music-studio/claude-ai-music-skills into my ~/.claude/skills/clipboard/.
When it's done, tell me in one line what this skill can do.

Install with a command instead

git clone https://github.com/bitwize-music-studio/claude-ai-music-skills.git /tmp/claude-ai-music-skills && mkdir -p ~/.claude/skills && cp -r /tmp/claude-ai-music-skills/skills/clipboard ~/.claude/skills/

This is a third-party skill. Check the source repository before installing.

  1. Open a terminal and clone the repo: git clone https://github.com/bitwize-music-studio/claude-ai-music-skills.git
  2. Create the skills folder: mkdir -p ~/.claude/skills
  3. Copy just this skill: cp -r claude-ai-music-skills/skills/clipboard ~/.claude/skills/
  4. Make sure a clipboard tool exists: macOS and Windows have one built in; on Linux run sudo apt install xclip.
  5. Register the bitwize-music-mcp server with Claude Code following the repo README — the skill calls its format_for_clipboard tool.
  6. Run /configure to create ~/.bitwize-music/config.yaml pointing at your album directory.
  7. Restart Claude Code and test with /clipboard lyrics <album-name> 01.