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.
UtilitiesIntermediate★ 507⑂ 119AI 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, supportinglyrics,style,exclude,streaming-lyrics,all, andsuno(JSON payload for the Tampermonkey auto-fill script). - Delegates section extraction and formatting to the
format_for_clipboardMCP 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
/clipboard lyrics sample-album 03— copy only track 03's Suno lyrics box content/clipboard all sample-album 01— copy style + exclude styles + lyrics together for a full Suno fill/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)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the 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.
- Open a terminal and clone the repo:
git clone https://github.com/bitwize-music-studio/claude-ai-music-skills.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy just this skill:
cp -r claude-ai-music-skills/skills/clipboard ~/.claude/skills/ - Make sure a clipboard tool exists: macOS and Windows have one built in; on Linux run
sudo apt install xclip. - Register the
bitwize-music-mcpserver with Claude Code following the repo README — the skill calls itsformat_for_clipboardtool. - Run
/configureto create~/.bitwize-music/config.yamlpointing at your album directory. - Restart Claude Code and test with
/clipboard lyrics <album-name> 01.
View source on GitHub ↗License: CC0-1.0