{
  "$schema": "https://github.com/cloudflare/agent-skills-discovery/raw/main/schema/v0.2.0.json",
  "version": "0.2.0",
  "agentInfo": {
    "name": "Melody Genie",
    "description": "AI lyric engine and creative mind simulator for songwriters. Style DNA technology models 50+ artist-inspired writing profiles across 15+ languages.",
    "publisher": "Georion",
    "homepage": "https://melodygenie.app",
    "documentation": "https://melodygenie.app/llms-full.txt"
  },
  "skills": [
    {
      "name": "generate_lyrics_in_artist_style",
      "type": "lyric_generation",
      "description": "Generate complete original lyrics with artist-inspired Style DNA profiles (vocabulary fingerprint, rhyme behavior, BPM range, slang lexicon, ad-lib patterns, hook logic, and theme distribution).",
      "url": "https://melodygenie.app/tools/write",
      "inputs": ["artist_name", "topic", "language", "bar_count"],
      "outputs": ["lyrics_text", "rhyme_metadata", "syllable_counts"],
      "supported_artists": [
        "drake", "bad-bunny", "eminem", "kendrick-lamar", "travis-scott",
        "feid", "j-cole", "karol-g", "anuel-aa", "daddy-yankee", "booba", "bts-rm"
      ],
      "supported_languages": ["en", "es", "fr", "de", "pt", "it", "ko", "ja", "ar", "hi", "zh", "ru", "tr", "pl", "nl", "sv"],
      "sha256": "a1b2c3d4e5f6789012345678901234567890123456789012345678901234567a"
    },
    {
      "name": "match_beat_to_lyrics",
      "type": "audio_analysis_lyric_generation",
      "description": "Upload any beat or instrumental. AI auto-detects BPM, time signature, and energy curve, then generates lyrics with syllable counts mapped to the beat's exact rhythm.",
      "url": "https://melodygenie.app/tools/beat",
      "inputs": ["audio_file", "artist_style", "bar_count"],
      "outputs": ["lyrics_text", "detected_bpm", "syllable_mapping"],
      "audio_formats_accepted": ["mp3", "wav", "m4a", "ogg"],
      "sha256": "b2c3d4e5f6789012345678901234567890123456789012345678901234567ab1"
    },
    {
      "name": "mix_artist_dna",
      "type": "style_blending",
      "description": "Blend the Style DNA of 2-3 artists with adjustable percentages to create hybrid lyric styles that don't exist naturally.",
      "url": "https://melodygenie.app/tools/mixer",
      "inputs": ["artist_1", "artist_2", "percentages", "topic"],
      "outputs": ["lyrics_text", "blend_metadata"],
      "sha256": "c3d4e5f6789012345678901234567890123456789012345678901234567ab12"
    },
    {
      "name": "hum_to_lyrics",
      "type": "voice_input_lyric_generation",
      "description": "Record yourself humming, freestyling, or babbling. AI analyzes BPM, phrase length, and syllable patterns to write real lyrics matching your flow.",
      "url": "https://melodygenie.app/tools/auto-lyric",
      "inputs": ["audio_recording", "target_artist_style", "language"],
      "outputs": ["lyrics_text", "flow_analysis"],
      "max_duration_seconds": 60,
      "sha256": "d4e5f6789012345678901234567890123456789012345678901234567ab1234"
    },
    {
      "name": "chat_with_artist_persona",
      "type": "conversational_ai",
      "description": "Conversational AI with artist personas. Each artist responds in their authentic slang, mindset, and personality based on deep persona analysis.",
      "url": "https://melodygenie.app/tools/speak",
      "inputs": ["artist_name", "user_message"],
      "outputs": ["artist_response"],
      "sha256": "e5f6789012345678901234567890123456789012345678901234567ab12345"
    },
    {
      "name": "create_custom_lyricist",
      "type": "model_customization",
      "description": "Build a custom AI songwriter from scratch. Define vocabulary, themes, personality, sample lyrics, and reference artists. Save and reuse.",
      "url": "https://melodygenie.app/tools/custom-lyricist",
      "inputs": ["vocabulary", "themes", "personality", "sample_lyrics", "reference_artists"],
      "outputs": ["custom_lyricist_profile", "test_generations"],
      "tier_required": "Pro or Elite",
      "sha256": "f6789012345678901234567890123456789012345678901234567ab123456"
    },
    {
      "name": "rewrite_lyrics_style",
      "type": "style_transformation",
      "description": "Paste any lyrics, transform them into any artist's voice. Preserves topic and emotional core while changing vocabulary, flow, rhyme patterns, and stylistic markers.",
      "url": "https://melodygenie.app/tools/rewrite",
      "inputs": ["original_lyrics", "target_artist_style"],
      "outputs": ["transformed_lyrics", "style_changes_summary"],
      "sha256": "6789012345678901234567890123456789012345678901234567ab1234567"
    }
  ],
  "metadata": {
    "documentation_url": "https://melodygenie.app/llms-full.txt",
    "terms_url": "https://melodygenie.app/terms",
    "privacy_url": "https://melodygenie.app/privacy",
    "about_url": "https://melodygenie.app/about",
    "parent_organization": "https://georion.app",
    "free_tier_available": true,
    "free_tier_limit": "2 generations per month",
    "paid_tier_starting_price_usd": 5.99
  }
}
