From b6201103bb39827c10a59602a81a003391233923 Mon Sep 17 00:00:00 2001 From: rishabhraj36 Date: Thu, 23 Apr 2026 10:51:39 +0530 Subject: [PATCH 1/2] feat: added support for authsome --- AGENTS.md | 5 ++++- README.md | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index dc41ce0..882744d 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -70,7 +70,10 @@ mailchimp auth login # Option 2: Environment variable export MAILCHIMP_API_KEY=your-api-key-us21 -# Option 3: Direct flag (any command) +# Option 3: `authsome` + authsome skill for runtime credential injection in agent workflows +# https://github.com/manojbajaj95/authsome + +# Option 4: Direct flag (any command) mailchimp lists list --api-key your-api-key-us21 ``` diff --git a/README.md b/README.md index 317a1e1..76045cb 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,8 @@ mailchimp auth login # Or use environment variable export MAILCHIMP_API_KEY=your-api-key-us21 +# Or use [`authsome`](https://github.com/manojbajaj95/authsome) with the authsome skill, which handles runtime credential injection for agent workflows + # Or pass directly to any command mailchimp lists list --api-key your-api-key-us21 ``` From 6e5f570da08dfa16d693dd515ecd028f5de4696c Mon Sep 17 00:00:00 2001 From: rishabhraj36 Date: Thu, 23 Apr 2026 10:56:23 +0530 Subject: [PATCH 2/2] feat: auth support added for authsome --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 76045cb..43b21e9 100644 --- a/README.md +++ b/README.md @@ -47,12 +47,12 @@ mailchimp auth login # Or use environment variable export MAILCHIMP_API_KEY=your-api-key-us21 -# Or use [`authsome`](https://github.com/manojbajaj95/authsome) with the authsome skill, which handles runtime credential injection for agent workflows - # Or pass directly to any command mailchimp lists list --api-key your-api-key-us21 ``` +Or use [`authsome`](https://github.com/manojbajaj95/authsome) with the authsome skill, which handles runtime credential injection for agent workflows. + ### Priority Order 1. `--api-key` flag