mirror of
https://github.com/Starchild-ai-agent/official-skills.git
synced 2026-09-18 10:19:40 +08:00
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 <noreply@iamstarchild.com>
This commit is contained in:
@@ -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
|
||||
|
||||
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user