From 8eeb6711971ab6cefca43782b8bf09f1509e7764 Mon Sep 17 00:00:00 2001 From: Priyansh Khodiyar Date: Mon, 25 May 2026 16:31:45 +0530 Subject: [PATCH] add authsome Signed-off-by: Priyansh Khodiyar --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6c41f50..38f689e 100644 --- a/README.md +++ b/README.md @@ -341,6 +341,8 @@ Sandboxes, routers, browser/terminal automation, and extension tools. Sorted by - **[OneCLI](https://github.com/onecli/onecli)** `⭐ 2.2k` — Open-source credential vault for AI agents; Rust HTTP gateway injects API keys transparently so agents never handle raw secrets. Per-agent scoped tokens, AES-256-GCM encryption at rest. Apache-2.0. +- **[authsome](https://github.com/agentrhq/authsome)** `⭐ 35` — Local credential broker for AI agents; Python CLI with encrypted local vault and a local HTTPS proxy that injects OAuth2 access tokens and API keys at request time. 45 providers bundled (14 OAuth2, 31 API key) including GitHub, Google, OpenAI, Linear, Slack, Notion, Resend, Stripe. Browser PKCE / device code / API key flows, background token refresh, no SaaS dependency. MIT. + - **[Claude Code Tools](https://github.com/pchalasani/claude-code-tools)** `⭐ 1.8k` — Utilities around Claude Code workflows (automation helpers, helpers for common tasks). - **[Coasts](https://github.com/coast-guard/coasts)** `⭐ 389` — Containerized host orchestration for git worktrees; isolates ports, networks, and services per environment using DinD/Sysbox/Podman. MIT.