From f19e5bbecbe4edc1127f8ae2a79a7ee2e0fc3c51 Mon Sep 17 00:00:00 2001 From: nicholasDxy Date: Sat, 11 Jul 2026 11:18:36 +0000 Subject: [PATCH] fix(byok): restore full vendor-trigger description, add Meta to it The 2.4.0 bump accidentally collapsed the description to a Meta-only one-liner, dropping the 'Use when' trigger list agents rely on for intent matching. Restore the original format with Meta (Muse Spark) added alongside the existing vendors. skills.json index synced. Co-authored-by: Starchild --- byok-custom-model/SKILL.md | 5 ++++- skills.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/byok-custom-model/SKILL.md b/byok-custom-model/SKILL.md index 294cc958..82e783f5 100644 --- a/byok-custom-model/SKILL.md +++ b/byok-custom-model/SKILL.md @@ -1,7 +1,10 @@ --- name: byok-custom-model version: 2.4.0 -description: Register a custom LLM endpoint with your own API key for chat in Starchild, including Meta/Muse Spark 1.1. +description: | + Register a custom LLM endpoint with your own API key for chat in Starchild. + + Use when adding a personal Anthropic, OpenAI, Grok, Qwen, DeepSeek, Meta (Muse Spark), NEAR AI, or Venice key as a chat model (e.g. add my Claude key, register DeepSeek, use Muse Spark 1.1). author: starchild delivery: script protected: true diff --git a/skills.json b/skills.json index 1f61c529..e4dab9df 100644 --- a/skills.json +++ b/skills.json @@ -131,7 +131,7 @@ "name": "byok-custom-model", "path": "byok-custom-model/SKILL.md", "version": "2.4.0", - "description": "Register a custom LLM endpoint with your own API key for chat in Starchild, including Meta/Muse Spark 1.1." + "description": "Register a custom LLM endpoint with your own API key for chat in Starchild.\n\nUse when adding a personal Anthropic, OpenAI, Grok, Qwen, DeepSeek, Meta (Muse Spark), NEAR AI, or Venice key as a chat model (e.g. add my Claude key, register DeepSeek, use Muse Spark 1.1)." }, { "name": "chart",