plagiarism-checker

Scans song lyrics for phrases matching existing songs using web search and LLM knowledge.

Updated Aug 14, 2026
One-click install
npx skills add https://github.com/LakshyaMaharshi/Vessel-Specific-Intracranial-Aneurysm-Segmentation-in-CTA-and-MRA-Using-Deep-Learning --skill plagiarism-checker-lakshyamaharshi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plagiarism-checker
Source: https://github.com/LakshyaMaharshi/Vessel-Specific-Intracranial-Aneurysm-Segmentation-in-CTA-and-MRA-Using-Deep-Learning/tree/main/.claude/skills/plagiarism-checker
Command: npx skills add https://github.com/LakshyaMaharshi/Vessel-Specific-Intracranial-Aneurysm-Segmentation-in-CTA-and-MRA-Using-Deep-Learning --skill plagiarism-checker-lakshyamaharshi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Songwriters risk unintentionally borrowing phrases from existing songs, which can surface after release. This Skill checks lyrics against web search results and LLM knowledge before release, flagging overlapping phrases so writers can revise early. ## Core Features & Use Cases - Distinctive Phrase Extraction: Extracts 4-7 word n-grams from lyrics via an MCP tool, filtering out common cliches before searching. - Multi-Source Matching: Combines web search results with independent LLM knowledge checks to catch both exact matches and thematic similarities. - Risk-Rated Reports: Generates structured reports classifying findings as HIGH, MEDIUM, or LOW risk with rewrite recommendations and an overall verdict. - Use Case: Before releasing an album, run the checker on each track to catch a chorus line that matches five consecutive words from a known song, then rewrite it before distribution. ## Quick Start Run the plagiarism checker on my album dark-tide, or on a specific track like 03-the-wire, and give me the risk report.

Frequently Asked Questions about plagiarism-checker

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

FAQPage Schema
How do I check song lyrics for plagiarism before release?

Provide an album slug or track reference, and the checker extracts distinctive 4-7 word phrases, searches the web for matches against known songs, and cross-checks with LLM knowledge. It returns a risk-rated report with rewrite recommendations.

How does lyric phrase matching work with web search?

An MCP tool extracts distinctive n-grams and filters out common cliches, then the top phrases are searched with quoted lyrics queries. Results naming specific songs are fetched and compared word-by-word against the original lines.

Can I check a full album for plagiarism at once?

Yes. When given only an album slug, the checker lists all tracks, scans those with In Progress, Generated, or Final status, and aggregates findings into a single album-level report with per-track sections.

What counts as high risk in lyric similarity?

HIGH risk means five or more consecutive words matching a known song, especially in a chorus or hook. Four-word matches are MEDIUM risk, and generic thematic overlap is LOW risk requiring no action.

What are the limitations of automated lyric plagiarism checks?

It is not a legal tool and cannot determine copyright infringement. Web searches may fail or be rate-limited, in which case only the LLM knowledge check runs, and phonetic spellings in Suno lyrics can produce poor search results.