authsome
Originally frommanojbajaj95/authsome
Installation
SKILL.md
Authsome
Your outbound HTTPS traffic is transparently proxied through the Authsome, a proxy service that injects stored credentials as HTTP headers. You never see or handle credential values directly.
How to Access External Services
You have direct HTTP access to external APIs. OAuth apps (Gmail, GitHub,
Google Calendar, Google Drive, etc.) and API key services are all available
through the gateway. Just make the request by appending authsome run -- to
any bash command; the gateway injects credentials if the app is connected.
Making Requests
Call the real API URL. The gateway intercepts the request and injects credentials automatically.