clipboard

Copy lyrics, style prompts, or streaming lyrics from music track files to the system clipboard.

408|97|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/bitwize-music-studio/claude-ai-music-skills --skill clipboard-bitwize-music-studio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clipboard
Source: https://github.com/bitwize-music-studio/claude-ai-music-skills/tree/main/skills/clipboard
Command: npx skills add https://github.com/bitwize-music-studio/claude-ai-music-skills --skill clipboard-bitwize-music-studio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill makes it effortless to transfer track content (lyrics, style prompts, streaming lyrics) from your project files into your system clipboard, enabling quick pasting into Suno or other tools.

Core Features & Use Cases

  • Clipboard-ready extraction: copy specific sections (Lyrics Box, Style Box) or all Suno inputs from a track file to the clipboard.
  • Cross-platform support: automatically uses the appropriate clipboard utility on macOS, Linux, or Windows (via WSL).
  • Use Case: when you’ve finished composing a track's prompts, run the clipboard skill to grab the lyrics or style prompt and paste them directly into Suno prompts or a DAW note.

Quick Start

Run the clipboard command for a track example:

  • /clipboard lyrics sample-album 03

Frequently Asked Questions about clipboard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I copy lyrics and style prompts to the clipboard for Suno?

You can copy lyrics and style prompts for Suno by running the clipboard command on your track files, which extracts the specified content sections and sends them directly to your system clipboard for immediate pasting.

What content types can I extract from my music tracks for Suno prompts?

You can extract lyrics, style prompts, streaming lyrics, or all of these combined from your music track files, allowing you to selectively copy the exact Suno prompt inputs you need.

Does the clipboard utility work on Windows, macOS, and Linux?

The clipboard utility supports cross-platform operations by automatically detecting and using the appropriate system tool, such as pbcopy on macOS, clip.exe on Windows via WSL, or xclip and xsel on Linux.

What configuration and file access is required to copy track content?

You need read access to your organized music track files under the configured content root, as well as read access to your user configuration file located at ~/.bitwize-music/config.yaml to successfully copy track content.

Can I copy all Suno inputs from a track at once?

Yes, you can copy all Suno inputs at once by specifying the combined content type option, which consolidates the lyrics box and style box sections from your track file into a single clipboard entry.

Why are my track lyrics not copying to the clipboard correctly?

If your track lyrics are not copying, verify that the required platform-specific clipboard utility is installed, and that your track files are correctly organized under the content root path defined in your config.yaml file.