Vobile AI Agent Skills
Welcome to Vobile's AI Agent Skills repository. Vobile is the global leader in digital content protection and acquired the leading music identification technology company Pex in 2025. Read more about the acquisition here.
This repository provides a collection of modular Agent Skills — standardized instructions and resources that allow AI agents (like Claude Code, GitHub Copilot, or custom LLM workflows) to effectively interface with Vobile’s ACR (Automatic Content Recognition) and AI-detection technologies.
📂 Repository Structure
skills/: The core skill definitions. Each subfolder contains aSKILL.mdfile that teaches an AI agent how to use specific Vobile capabilities.ai-song-detector/: Use API endpoint to identify if an audio file (song) was generated by AI.
🛠 Getting Started
To use these skills, point your agent to the relevant directory or follow the installation instructions within each individual SKILL.md file or install skills using
npx skills add Pexeso/ai-agents
🚀 Why Use These Skills?
By importing these skills into your AI agent's environment, you enable it to:
- Navigate Vobile Tools: Understand Vobile's query syntax and metadata structures.
- Automate Compliance: Build workflows that automatically flag AI-generated content or copyright issues.
- Enhance Attribution: Leverage Vobile's industry-leading registry to accurately attribute content to rightsholders.
Vobile MCP - Model Context Protocol
The Vobile MCP server is available at https://mcp.pex.com/mcp . See mcp.json for details.
It provides the following tools:
-
detect_ai_song_from_url- Detects whether audio from a URL is AI-generated.
- Parameters:
url(string): The URL of the audio file to analyze. - Returns: A dictionary containing the detection result, including fields like
is_aiandai_score.
-
detect_ai_song_from_base64- Detects whether base64-encoded audio is AI-generated.
- Parameters:
file_contents(string): The base64-encoded audio data. - Returns: A dictionary containing the detection result.
Client ID and Client Secret must be filled-in when adding the MCP connector to the AI agent. While adding the connector, the AI Agent will show the authorization consent page.
To get Client ID and Client Secret please reach out to the Vobile Music Team.
Authorization for the MCP server was tested with:
- Claude
- Grok - choose "Token Auth Method" =
client_secret_postorclient_secret_basic - Gemini CLI
- ChatGPT
No comments yet
Be the first to share your take.