hey, opening this to add authsome under Development & Code Tools (alphabetical position between artifacts-builder and aws-skills).
authsome is a local OAuth2 and API-key credential broker for AI agents. login once via browser PKCE or device code, credentials live in an encrypted vault at ~/.authsome, a local proxy injects them at request time so the agent's env never holds raw keys. 30+ providers preconfigured (github, google, openai, linear, slack, notion, resend, stripe, etc).
ships an agentskills.io-compatible SKILL.md at https://github.com/agentrhq/authsome/tree/main/skills/authsome that's compatible with the format described in your README intro (YAML frontmatter, Markdown body, progressive disclosure). standalone CLI installs via uvx authsome@latest or pip install authsome.
heads-up that authsome and Composio overlap in category (credential brokering for agents) — authsome is the local-first, single-user MIT alternative and complements Composio for use cases where users don't want a hosted service. completely understand if you'd rather not list a category peer; happy to close if so.
repo: https://github.com/agentrhq/authsome license: MIT pypi: https://pypi.org/project/authsome/