# Python AI Agent Skills

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

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

Official page: https://skillscout.sh/official/python/
Markdown page: https://skillscout.sh/official/python/python_skills_skillscout.md
Vendor website: https://www.python.org/

## Prompt for your agent

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

### python/python-docs-zh-tw

Includes 3 official skills: check-terminology, translate-po, validate-translation.

Install:

```bash
npx skills add python/python-docs-zh-tw -y
```

Source: https://github.com/python/python-docs-zh-tw

## Individual skills

### check-terminology

Official Python skill from python/python-docs-zh-tw.

Install:

```bash
npx skills add python/python-docs-zh-tw@check-terminology -y
```

Package: python/python-docs-zh-tw
Source: https://github.com/python/python-docs-zh-tw/tree/3.14/.claude/skills/check-terminology

### translate-po

Official Python skill from python/python-docs-zh-tw.

Install:

```bash
npx skills add python/python-docs-zh-tw@translate-po -y
```

Package: python/python-docs-zh-tw
Source: https://github.com/python/python-docs-zh-tw/tree/3.14/.claude/skills/translate-po

### validate-translation

Official Python skill from python/python-docs-zh-tw.

Install:

```bash
npx skills add python/python-docs-zh-tw@validate-translation -y
```

Package: python/python-docs-zh-tw
Source: https://github.com/python/python-docs-zh-tw/tree/3.14/.claude/skills/validate-translation

## python/python-docs-zh-tw package overview

Includes 3 official skills: check-terminology, translate-po, validate-translation.

### Top skills in this package

- check-terminology: Official Python skill from python/python-docs-zh-tw.
- translate-po: Official Python skill from python/python-docs-zh-tw.
- validate-translation: Official Python skill from python/python-docs-zh-tw.

### Install

Install the full package:

```bash
npx skills add python/python-docs-zh-tw -y
```

Install a specific skill:

```bash
npx skills add python/python-docs-zh-tw@check-terminology -y
```

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

Source: https://github.com/python/python-docs-zh-tw#readme
