From bfb7d421642921a8ff562a1b86c93027081b0d23 Mon Sep 17 00:00:00 2001 From: decolua Date: Mon, 4 May 2026 11:35:32 +0700 Subject: [PATCH] Fix Bug --- skills/9router-chat/SKILL.md | 2 +- skills/9router-embeddings/SKILL.md | 2 +- skills/9router-image/SKILL.md | 2 +- skills/9router-tts/SKILL.md | 2 +- skills/9router-web-fetch/SKILL.md | 2 +- skills/9router-web-search/SKILL.md | 2 +- skills/9router/SKILL.md | 12 ++++++------ skills/README.md | 16 ++++++++-------- src/app/(dashboard)/dashboard/skills/page.js | 8 ++++---- src/shared/constants/skills.js | 6 +++--- 10 files changed, 27 insertions(+), 27 deletions(-) diff --git a/skills/9router-chat/SKILL.md b/skills/9router-chat/SKILL.md index 2c826da3..d385b669 100644 --- a/skills/9router-chat/SKILL.md +++ b/skills/9router-chat/SKILL.md @@ -5,7 +5,7 @@ description: Chat / code generation via 9Router using OpenAI /v1/chat/completion # 9Router — Chat -Requires `NINEROUTER_URL` (and `NINEROUTER_KEY` if auth enabled). See https://raw.githubusercontent.com/decolua/9router/main/app/skills/9router/SKILL.md for setup. +Requires `NINEROUTER_URL` (and `NINEROUTER_KEY` if auth enabled). See https://raw.githubusercontent.com/decolua/9router/refs/heads/master/skills/9router/SKILL.md for setup. ## Endpoints diff --git a/skills/9router-embeddings/SKILL.md b/skills/9router-embeddings/SKILL.md index 13ed14ae..04286b2e 100644 --- a/skills/9router-embeddings/SKILL.md +++ b/skills/9router-embeddings/SKILL.md @@ -5,7 +5,7 @@ description: Generate vector embeddings via 9Router /v1/embeddings using OpenAI # 9Router — Embeddings -Requires `NINEROUTER_URL` (and `NINEROUTER_KEY` if auth enabled). See https://raw.githubusercontent.com/decolua/9router/main/app/skills/9router/SKILL.md for setup. +Requires `NINEROUTER_URL` (and `NINEROUTER_KEY` if auth enabled). See https://raw.githubusercontent.com/decolua/9router/refs/heads/master/skills/9router/SKILL.md for setup. ## Discover models diff --git a/skills/9router-image/SKILL.md b/skills/9router-image/SKILL.md index 48cb8c7e..b6a9e32e 100644 --- a/skills/9router-image/SKILL.md +++ b/skills/9router-image/SKILL.md @@ -5,7 +5,7 @@ description: Generate images via 9Router /v1/images/generations using OpenAI / G # 9Router — Image Generation -Requires `NINEROUTER_URL` (and `NINEROUTER_KEY` if auth enabled). See https://raw.githubusercontent.com/decolua/9router/main/app/skills/9router/SKILL.md for setup. +Requires `NINEROUTER_URL` (and `NINEROUTER_KEY` if auth enabled). See https://raw.githubusercontent.com/decolua/9router/refs/heads/master/skills/9router/SKILL.md for setup. ## Discover models diff --git a/skills/9router-tts/SKILL.md b/skills/9router-tts/SKILL.md index 766f3698..6a7fecf8 100644 --- a/skills/9router-tts/SKILL.md +++ b/skills/9router-tts/SKILL.md @@ -5,7 +5,7 @@ description: Text-to-speech via 9Router /v1/audio/speech using OpenAI / ElevenLa # 9Router — Text-to-Speech -Requires `NINEROUTER_URL` (and `NINEROUTER_KEY` if auth enabled). See https://raw.githubusercontent.com/decolua/9router/main/app/skills/9router/SKILL.md for setup. +Requires `NINEROUTER_URL` (and `NINEROUTER_KEY` if auth enabled). See https://raw.githubusercontent.com/decolua/9router/refs/heads/master/skills/9router/SKILL.md for setup. ## Discover voices diff --git a/skills/9router-web-fetch/SKILL.md b/skills/9router-web-fetch/SKILL.md index 19a0693a..f6b8be90 100644 --- a/skills/9router-web-fetch/SKILL.md +++ b/skills/9router-web-fetch/SKILL.md @@ -5,7 +5,7 @@ description: Fetch URL → markdown / text / HTML via 9Router /v1/web/fetch usin # 9Router — Web Fetch -Requires `NINEROUTER_URL` (and `NINEROUTER_KEY` if auth enabled). See https://raw.githubusercontent.com/decolua/9router/main/app/skills/9router/SKILL.md for setup. +Requires `NINEROUTER_URL` (and `NINEROUTER_KEY` if auth enabled). See https://raw.githubusercontent.com/decolua/9router/refs/heads/master/skills/9router/SKILL.md for setup. ## Discover providers diff --git a/skills/9router-web-search/SKILL.md b/skills/9router-web-search/SKILL.md index 3a6e9b12..57a36b21 100644 --- a/skills/9router-web-search/SKILL.md +++ b/skills/9router-web-search/SKILL.md @@ -5,7 +5,7 @@ description: Web search via 9Router /v1/search using Tavily / Exa / Brave / Serp # 9Router — Web Search -Requires `NINEROUTER_URL` (and `NINEROUTER_KEY` if auth enabled). See https://raw.githubusercontent.com/decolua/9router/main/app/skills/9router/SKILL.md for setup. +Requires `NINEROUTER_URL` (and `NINEROUTER_KEY` if auth enabled). See https://raw.githubusercontent.com/decolua/9router/refs/heads/master/skills/9router/SKILL.md for setup. ## Discover providers diff --git a/skills/9router/SKILL.md b/skills/9router/SKILL.md index a872a8f8..0bc6d24e 100644 --- a/skills/9router/SKILL.md +++ b/skills/9router/SKILL.md @@ -46,12 +46,12 @@ When the user needs a specific capability, fetch that skill's `SKILL.md` from it | Capability | Raw URL | |---|---| -| Chat / code-gen | https://raw.githubusercontent.com/decolua/9router/main/app/skills/9router-chat/SKILL.md | -| Image generation | https://raw.githubusercontent.com/decolua/9router/main/app/skills/9router-image/SKILL.md | -| Text-to-speech | https://raw.githubusercontent.com/decolua/9router/main/app/skills/9router-tts/SKILL.md | -| Embeddings | https://raw.githubusercontent.com/decolua/9router/main/app/skills/9router-embeddings/SKILL.md | -| Web search | https://raw.githubusercontent.com/decolua/9router/main/app/skills/9router-web-search/SKILL.md | -| Web fetch (URL → markdown) | https://raw.githubusercontent.com/decolua/9router/main/app/skills/9router-web-fetch/SKILL.md | +| Chat / code-gen | https://raw.githubusercontent.com/decolua/9router/refs/heads/master/skills/9router-chat/SKILL.md | +| Image generation | https://raw.githubusercontent.com/decolua/9router/refs/heads/master/skills/9router-image/SKILL.md | +| Text-to-speech | https://raw.githubusercontent.com/decolua/9router/refs/heads/master/skills/9router-tts/SKILL.md | +| Embeddings | https://raw.githubusercontent.com/decolua/9router/refs/heads/master/skills/9router-embeddings/SKILL.md | +| Web search | https://raw.githubusercontent.com/decolua/9router/refs/heads/master/skills/9router-web-search/SKILL.md | +| Web fetch (URL → markdown) | https://raw.githubusercontent.com/decolua/9router/refs/heads/master/skills/9router-web-fetch/SKILL.md | ## Errors diff --git a/skills/README.md b/skills/README.md index 992800ba..67d3afd2 100644 --- a/skills/README.md +++ b/skills/README.md @@ -8,20 +8,20 @@ Drop-in skills for any AI agent (Claude, Cursor, ChatGPT, custom SDK). Just **co | Capability | Copy link below and paste to your AI | |---|---| -| **Entry / Setup** (start here) | https://raw.githubusercontent.com/decolua/9router/main/app/skills/9router/SKILL.md | -| Chat / code-gen | https://raw.githubusercontent.com/decolua/9router/main/app/skills/9router-chat/SKILL.md | -| Image generation | https://raw.githubusercontent.com/decolua/9router/main/app/skills/9router-image/SKILL.md | -| Text-to-speech | https://raw.githubusercontent.com/decolua/9router/main/app/skills/9router-tts/SKILL.md | -| Embeddings | https://raw.githubusercontent.com/decolua/9router/main/app/skills/9router-embeddings/SKILL.md | -| Web search | https://raw.githubusercontent.com/decolua/9router/main/app/skills/9router-web-search/SKILL.md | -| Web fetch (URL → markdown) | https://raw.githubusercontent.com/decolua/9router/main/app/skills/9router-web-fetch/SKILL.md | +| **Entry / Setup** (start here) | https://raw.githubusercontent.com/decolua/9router/refs/heads/master/skills/9router/SKILL.md | +| Chat / code-gen | https://raw.githubusercontent.com/decolua/9router/refs/heads/master/skills/9router-chat/SKILL.md | +| Image generation | https://raw.githubusercontent.com/decolua/9router/refs/heads/master/skills/9router-image/SKILL.md | +| Text-to-speech | https://raw.githubusercontent.com/decolua/9router/refs/heads/master/skills/9router-tts/SKILL.md | +| Embeddings | https://raw.githubusercontent.com/decolua/9router/refs/heads/master/skills/9router-embeddings/SKILL.md | +| Web search | https://raw.githubusercontent.com/decolua/9router/refs/heads/master/skills/9router-web-search/SKILL.md | +| Web fetch (URL → markdown) | https://raw.githubusercontent.com/decolua/9router/refs/heads/master/skills/9router-web-fetch/SKILL.md | ## How to use Paste to your AI (Claude, Cursor, ChatGPT, …): ``` -Read this skill and use it: https://raw.githubusercontent.com/decolua/9router/main/app/skills/9router/SKILL.md +Read this skill and use it: https://raw.githubusercontent.com/decolua/9router/refs/heads/master/skills/9router/SKILL.md ``` Then ask normally — *"generate an image of a cat"*, *"transcribe this URL"*, etc. diff --git a/src/app/(dashboard)/dashboard/skills/page.js b/src/app/(dashboard)/dashboard/skills/page.js index ee3f6299..de3c67dd 100644 --- a/src/app/(dashboard)/dashboard/skills/page.js +++ b/src/app/(dashboard)/dashboard/skills/page.js @@ -29,10 +29,10 @@ function SkillRow({ skill }) { const url = getSkillRawUrl(skill.id); return (