# Goldman Sachs AI Agent Skills

Goldman Sachs publishes official AI agent skills for its tools, services, and developer workflows. Goldman Sachs publishes open-source developer tools, including the gs-quant library for quantitative finance, pricing, and risk analytics.

Browse 1 official AI agent skill across 1 Goldman Sachs repository, with install commands and source links.

Official page: https://skillscout.sh/official/goldmansachs/
Markdown page: https://skillscout.sh/official/goldmansachs/goldmansachs_skills_skillscout.md
Vendor website: https://www.goldmansachs.com/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/goldmansachs/goldmansachs_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Goldman Sachs skills package or packages for my goal, explain which individual skills matter, and wait for my approval. After I approve, install with the npx command. If no project is open, install it as an agent skill I can use later.

## Skills packages

### goldmansachs/gs-quant

Python toolkit for quantitative finance. Includes 1 official skill: gs-quant-overview.

Install:

```bash
npx skills add goldmansachs/gs-quant --full-depth -y
```

Source: https://github.com/goldmansachs/gs-quant

## Individual skills

### gs-quant-overview

Quick-start guide for gs_quant: session setup with GsSession, constructing portfolios, resolving instruments. Start here for any coding task that uses the gs_quant library

Install:

```bash
npx skills add goldmansachs/gs-quant --skill gs-quant-overview --full-depth -y
```

Package: goldmansachs/gs-quant
Source: https://github.com/goldmansachs/gs-quant/tree/master/gs_quant/skills/gs-quant-overview

## goldmansachs/gs-quant package overview

Python toolkit for quantitative finance. Includes 1 official skill: gs-quant-overview.

### Top skills in this package

- gs-quant-overview: Quick-start guide for gs_quant: session setup with GsSession, constructing portfolios, resolving instruments. Start here for any coding task that uses the gs_quant library

### Install

Install the full package:

```bash
npx skills add goldmansachs/gs-quant --full-depth -y
```

Install a specific skill:

```bash
npx skills add goldmansachs/gs-quant --skill gs-quant-overview --full-depth -y
```

Use the package when you want your agent to choose the relevant skill from this official repository.

Source: https://github.com/goldmansachs/gs-quant#readme
