# Fetch AI Agent Skills

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

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

Official page: https://skillscout.sh/official/fetch-rewards/
Markdown page: https://skillscout.sh/official/fetch-rewards/fetch-rewards_skills_skillscout.md
Vendor website: https://fetch.com/

## Prompt for your agent

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

### fetch-rewards/swift-mocking

Includes 2 official skills: prepare-release, publish-release.

Install:

```bash
npx skills add fetch-rewards/swift-mocking -y
```

Source: https://github.com/fetch-rewards/swift-mocking

## Individual skills

### prepare-release

Official Fetch skill from fetch-rewards/swift-mocking.

Install:

```bash
npx skills add fetch-rewards/swift-mocking@prepare-release -y
```

Package: fetch-rewards/swift-mocking
Source: https://github.com/fetch-rewards/swift-mocking/tree/main/.claude/skills/prepare-release

### publish-release

Official Fetch skill from fetch-rewards/swift-mocking.

Install:

```bash
npx skills add fetch-rewards/swift-mocking@publish-release -y
```

Package: fetch-rewards/swift-mocking
Source: https://github.com/fetch-rewards/swift-mocking/tree/main/.claude/skills/publish-release

## fetch-rewards/swift-mocking package overview

Includes 2 official skills: prepare-release, publish-release.

### Top skills in this package

- prepare-release: Official Fetch skill from fetch-rewards/swift-mocking.
- publish-release: Official Fetch skill from fetch-rewards/swift-mocking.

### Install

Install the full package:

```bash
npx skills add fetch-rewards/swift-mocking -y
```

Install a specific skill:

```bash
npx skills add fetch-rewards/swift-mocking@prepare-release -y
```

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

Source: https://github.com/fetch-rewards/swift-mocking#readme
