Commit Graph
6 Commits
Author SHA1 Message Date
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