From 2fa07b7bc91b959c84ca7f5fc3a1bf64d82a9680 Mon Sep 17 00:00:00 2001 From: Andy Date: Thu, 21 May 2026 16:45:18 -0700 Subject: [PATCH 1/2] docs: fix repo URL and Cowork installation steps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update GitHub URL from financial-services to financial-services-plugins in all docs. Replace the incorrect Settings → Plugins UI path with the correct Cowork tab → Customize → + → Add marketplace from GitHub flow. Co-Authored-By: Claude Sonnet 4.6 --- README.md | 9 +++++---- claude-for-msft-365-install/README.md | 4 ++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b64981db6..6aaad6246 100644 --- a/README.md +++ b/README.md @@ -49,16 +49,17 @@ scripts/ # deploy-managed-agent.sh · check.py · validate ### Cowork -In Cowork, open **Settings → Plugins → Add plugin** and either: +In the Claude Desktop app, click the **Cowork** tab → **Customize** in the left sidebar → **+** → **Add marketplace from GitHub**. Paste this repo URL: -- **Paste this repo URL** — `https://github.com/anthropics/financial-services` — then pick the agents and verticals you want from the marketplace list, or -- **Upload a zip** — zip any directory under `plugins/` (e.g. `plugins/agent-plugins/pitch-agent/`) and drop it in. +`https://github.com/anthropics/financial-services-plugins` + +Then pick the agents and verticals you want from the marketplace list. Alternatively, **Upload a zip** — zip any directory under `plugins/` (e.g. `plugins/agent-plugins/pitch-agent/`) and drop it in. ### Claude Code ```bash # Add the marketplace -claude plugin marketplace add anthropics/financial-services +claude plugin marketplace add anthropics/financial-services-plugins # Core skills + connectors (install first) claude plugin install financial-analysis@claude-for-financial-services diff --git a/claude-for-msft-365-install/README.md b/claude-for-msft-365-install/README.md index 21c04a046..1edac7144 100644 --- a/claude-for-msft-365-install/README.md +++ b/claude-for-msft-365-install/README.md @@ -6,7 +6,7 @@ Admin tooling for configuring the Claude Office add-in to call your own cloud ## Install ```bash -claude plugin marketplace add anthropics/financial-services +claude plugin marketplace add anthropics/financial-services-plugins claude plugin install claude-for-msft-365-install@claude-for-financial-services ``` @@ -29,7 +29,7 @@ For per-user MCP servers, skills, or dynamic config, host a bootstrap endpoint and point the add-in at it: ```bash -claude plugin marketplace add anthropics/financial-services # if not already added +claude plugin marketplace add anthropics/financial-services-plugins # if not already added claude plugin install claude-for-msft-365-install@claude-for-financial-services ``` From eee646090147675b6c85a8c78f722489599643a0 Mon Sep 17 00:00:00 2001 From: Andy Date: Thu, 21 May 2026 16:51:47 -0700 Subject: [PATCH 2/2] docs: fix Cowork marketplace URL and installation steps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Correct the GitHub URL to financial-services-plugins and replace the inaccurate Settings → Plugins UI path with the verified flow: Cowork tab → Customize → + → Add marketplace from GitHub. Co-Authored-By: Claude Sonnet 4.6 --- README.md | 2 +- claude-for-msft-365-install/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6aaad6246..c45666e73 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Then pick the agents and verticals you want from the marketplace list. Alternati ```bash # Add the marketplace -claude plugin marketplace add anthropics/financial-services-plugins +claude plugin marketplace add anthropics/financial-services # Core skills + connectors (install first) claude plugin install financial-analysis@claude-for-financial-services diff --git a/claude-for-msft-365-install/README.md b/claude-for-msft-365-install/README.md index 1edac7144..21c04a046 100644 --- a/claude-for-msft-365-install/README.md +++ b/claude-for-msft-365-install/README.md @@ -6,7 +6,7 @@ Admin tooling for configuring the Claude Office add-in to call your own cloud ## Install ```bash -claude plugin marketplace add anthropics/financial-services-plugins +claude plugin marketplace add anthropics/financial-services claude plugin install claude-for-msft-365-install@claude-for-financial-services ``` @@ -29,7 +29,7 @@ For per-user MCP servers, skills, or dynamic config, host a bootstrap endpoint and point the add-in at it: ```bash -claude plugin marketplace add anthropics/financial-services-plugins # if not already added +claude plugin marketplace add anthropics/financial-services # if not already added claude plugin install claude-for-msft-365-install@claude-for-financial-services ```