dguiducci
3a3bc4e1e9
Add Google Calendar connector (gcal)
...
- connector.json: OAuth Google, scope https://www.googleapis.com/auth/calendar
deliver: file/google_authorized_user → {secrets}/google_creds.json
mcp_config.env.GOOGLE_CREDS_PATH = {secrets}/google_creds.json
- verify.py: loads creds + API probe (calendarList.list)
- gcal_mcp_server.py: 8 tools (status, list_calendars, list_events,
get_event, create_event, update_event, delete_event, respond_to_event)
+ push notification polling
- icons: calendar SVG (48px + 96px)
- connectors.json index: gcal entry with auth + sha256
- SKALD.md: tabella connector + stato verify aggiornati
2026-07-17 20:53:38 +01:00
dguiducci
04912fccd9
SKALD.md: document OAuth deliver, auth in index, oauth/show.html
2026-07-17 20:48:54 +01:00
dguiducci
e9192d0439
gmail: add OAuth deliver block to manifest + index
...
connector.json: auth.deliver declares {as, format, path} so Skald
can write the Google authorized_user JSON without hardcoding paths.
connectors.json: gmail entry gains auth {type, provider, scopes}
for UI badge rendering without downloading the full manifest.
No changes to email, ssh, or tavily connectors.
2026-07-17 20:47:25 +01:00
dguiducci
48751ba91f
oauth/show.html: simpler layout, fix HTML escaping, no textarea
2026-07-17 13:46:27 +01:00
dguiducci
51d166017d
Add OAuth callback page (oauth/show.html)
...
Client-side page that captures the OAuth authorization code from
Google's redirect URL (?code=...) and displays it in a textarea
for copy-paste into Skald. Shows error details on failure.
Access at https://connectors.skaldagent.net/oauth/show.html
2026-07-17 13:43:14 +01:00
dguiducci
1caba6946c
Add Email (IMAP/SMTP) and SSH Remote Access connectors
...
- CLAUDE.md: developer guide for the marketplace repo
- email/: generic IMAP+SMTP connector (stdlib only, config via env)
- env[] array, auth.type: password, verify.py (IMAP+SMTP probe)
- ssh/: SSH Remote Access connector ported from Skald, modified
- ALIASES_FILE → ~/.ssh_aliases.json (was ./secrets/...)
- optional env[] (TTL/timeout tunables)
- auth.type: none (per-alias auth at runtime via elicitation)
- tavily/: restructured with env[] (tavilyApiKey), verify.py, auth block
- connectors.json: added email, ssh, and tavily verify.py entries
- SKALD.md: documented env[], verify, password auth, SSH connector
2026-07-16 22:29:33 +01:00
dguiducci
dedd09d7c7
Initial commit: marketplace structure with connectors.json and index.html
2026-07-16 18:49:01 +01:00