From e8ce11989dd578b89b9d3044e6dfff6fa34f17e2 Mon Sep 17 00:00:00 2001 From: xavix-yo Date: Sun, 19 Jul 2026 14:15:12 +0100 Subject: [PATCH] =?UTF-8?q?SKALD.md:=20update=20connector=20table=20?= =?UTF-8?q?=E2=80=94=20add=20Exa,=20fill=20missing=20entries?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SKALD.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/SKALD.md b/SKALD.md index 4cb81d1..72cd8e9 100644 --- a/SKALD.md +++ b/SKALD.md @@ -1,6 +1,6 @@ # Skald Connectors Marketplace -_Updated: 2026-07-17_ +_Updated: 2026-07-19_ **Remote**: `https://git.skaldagent.net/dguiducci/skald-connectors.git` **Live**: `https://connectors.skaldagent.net/` @@ -466,12 +466,17 @@ sudo find /var/www/connectors.skaldagent.net/ -type f -exec chmod 644 {} \; | ID | Nome | Tipo | Scope | Auth | Verify | |----|------|------|-------|------|--------| +| `exa` | Exa | `mcp_remote` | `global` | api_key (`{SECRET:exaApiKey}` in URL — optional, free tier) | `verify.py` (MCP initialize probe) | | `tavily` | Tavily | `mcp_remote` | `global` | api_key (`{SECRET:tavilyApiKey}` in URL) | `verify.py` (HTTP probe `/search`) | | `gmail` | Gmail | `mcp_local` | `user` | oauth2 (Google) + deliver: `env/google_authorized_user` (via `GMAIL_CREDS_JSON`) | ⏳ Fase 2 — OAuth via loopback listener | | `gcal` | Google Calendar | `mcp_local` | `user` | oauth2 (Google) + deliver: `env/google_authorized_user` (via `GCAL_CREDS_JSON`) | `verify.py` (creds load + API probe) | | `email` | Email (IMAP/SMTP) | `mcp_local` | `user` | password (env) | `verify.py` (IMAP+SMTP probe) | -| `ssh` | SSH Remote Access | `mcp_local` | `user` | none (auth runtime per-alias) | — (nessun setup credential) | -**Stato del verify-before-save in skald**: `email`, `tavily`, e `gcal` hanno `verify` completo -(script + JSON output); `gmail` aspetta la Fase 2 (OAuth via loopback listener). +| `firecrawl` | Firecrawl | `mcp_local` | `global` | api_key (env) | — | +| `http-fetch` | HTTP Fetch | `mcp_local` | `global` | none | — | +| `ssh` | SSH Remote Access | `mcp_local` | `user` | none (auth runtime per-alias) | — | +| `weather` | Weather (Open-Meteo) | `mcp_local` | `global` | none | — | +| `wikipedia` | Wikipedia | `mcp_local` | `global` | none | — | +| `whatsapp` | WhatsApp | `mcp_local` | `user` | qr | — | +**Stato del verify-before-save in skald**: `exa`, `email`, `tavily`, e `gcal` hanno `verify` completo (script + JSON output); `gmail` aspetta la Fase 2 (OAuth via loopback listener). Un connector senza `verify` viene attivato senza test — vedi § Senza verify.