# Polar AI Agent Skills

Polar publishes official AI agent skills for its tools, services, and developer workflows.

Browse 2 official AI agent skills across 1 Polar repository, with install commands and source links.

Official page: https://skillscout.sh/official/polarsource/
Markdown page: https://skillscout.sh/official/polarsource/polarsource_skills_skillscout.md
Vendor website: https://polar.sh/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/polarsource/polarsource_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Polar 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

### polarsource/polar-sdk-generator

Includes 2 official skills: python-api-sdk, python-api-sdk-group.

Install:

```bash
npx skills add polarsource/polar-sdk-generator -y
```

Source: https://github.com/polarsource/polar-sdk-generator

## Individual skills

### python-api-sdk

Official Polar skill from polarsource/polar-sdk-generator.

Install:

```bash
npx skills add polarsource/polar-sdk-generator@python-api-sdk -y
```

Package: polarsource/polar-sdk-generator
Source: https://github.com/polarsource/polar-sdk-generator/tree/HEAD/.vibe/skills/python-api-sdk

### python-api-sdk-group

Official Polar skill from polarsource/polar-sdk-generator.

Install:

```bash
npx skills add polarsource/polar-sdk-generator@python-api-sdk-group -y
```

Package: polarsource/polar-sdk-generator
Source: https://github.com/polarsource/polar-sdk-generator/tree/main/.vibe/skills/python-api-sdk-group

## polarsource/polar-sdk-generator package overview

Includes 2 official skills: python-api-sdk, python-api-sdk-group.

### Top skills in this package

- python-api-sdk: Official Polar skill from polarsource/polar-sdk-generator.
- python-api-sdk-group: Official Polar skill from polarsource/polar-sdk-generator.

### Install

Install the full package:

```bash
npx skills add polarsource/polar-sdk-generator -y
```

Install a specific skill:

```bash
npx skills add polarsource/polar-sdk-generator@python-api-sdk -y
```

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

Source: https://github.com/polarsource/polar-sdk-generator#readme
