add authsome under Development & Code Tools#845
Open
zriyansh wants to merge 2 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
hey, opening this to add authsome under Development & Code Tools (alphabetical position between
artifacts-builderandaws-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@latestorpip install authsome.i'm not the original author of authsome, i work alongside the team on distribution. 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/