{
 "protocolVersion": "0.3.0",
 "name": "Audius Search",
 "description": "The Audius trending catalog — 12.6k tracks, 4.4k artists, 700 playlists, with their genres, moods and tags — searchable by meaning. Describe a sound, a vibe or a scene.",
 "url": "https://test-skill-audius.pages.dev/",
 "version": "1",
 "capabilities": {
  "streaming": false,
  "pushNotifications": false,
  "stateTransitionHistory": false,
  "extensions": [
   {
    "uri": "https://fangorn.network/a2a/app/v1",
    "description": "The Fangorn app this agent fronts.",
    "required": false,
    "params": {
     "chainId": 421614,
     "appRegistry": "0x11d228c4774af3d9cae3b4b6874a12576a1a83ec",
     "dataRegistry": "0x775026e905d7b58b34d16bcbd385fa630ee36c26",
     "appId": "0xf97471253a26e4b0caf8393f85aaa45bfd23e7991dbfd23ba58ddb996b60b1a8",
     "fromBlock": "312275691",
     "namespaces": [
      "test-skill-audius"
     ],
     "views": [
      "https://test-skill-audius.pages.dev/view"
     ]
    }
   }
  ]
 },
 "defaultInputModes": [
  "application/json"
 ],
 "defaultOutputModes": [
  "application/json"
 ],
 "skills": [
  {
   "id": "search-audius",
   "name": "Search audius",
   "description": "Search the Audius trending catalog (tracks, artists, playlists, genres, moods, tags) by meaning: describe a sound, a vibe or a scene in plain words. Call this first.",
   "tags": [
    "music",
    "audius",
    "webmcp"
   ]
  },
  {
   "id": "get-audius",
   "name": "Get audius",
   "description": "One record in full, by the id search returns (e.g. audius:track:0044Q4) or its exact title.",
   "tags": [
    "music",
    "audius",
    "webmcp"
   ]
  },
  {
   "id": "count-audius",
   "name": "Count audius",
   "description": "Count records by a field's values (genre, mood, tags, artist), optionally narrowed by type/genre/mood. Use it to learn the exact filter values.",
   "tags": [
    "music",
    "audius",
    "webmcp"
   ]
  }
 ]
}