# YourStreamingTools AI Agent Skills

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

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

Official page: https://skillscout.sh/official/yourstreamingtools/
Markdown page: https://skillscout.sh/official/yourstreamingtools/yourstreamingtools_skills_skillscout.md
Vendor website: https://yourstreamingtools.com/

## Prompt for your agent

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

### yourstreamingtools/botofthespecter

Includes 3 official skills: exchangerate-api-v6, openweathermap-onecall-api, ui-theme.

Install:

```bash
npx skills add yourstreamingtools/botofthespecter -y
```

Source: https://github.com/YourStreamingTools/BotOfTheSpecter

## Individual skills

### exchangerate-api-v6

Official YourStreamingTools skill from yourstreamingtools/botofthespecter.

Install:

```bash
npx skills add yourstreamingtools/botofthespecter@exchangerate-api-v6 -y
```

Package: yourstreamingtools/botofthespecter
Source: https://github.com/yourstreamingtools/botofthespecter/tree/HEAD/.grok/skills/exchangerate-api-v6

### openweathermap-onecall-api

Official YourStreamingTools skill from yourstreamingtools/botofthespecter.

Install:

```bash
npx skills add yourstreamingtools/botofthespecter@openweathermap-onecall-api -y
```

Package: yourstreamingtools/botofthespecter
Source: https://github.com/yourstreamingtools/botofthespecter/tree/HEAD/.grok/skills/openweathermap-onecall-api

### ui-theme

Official YourStreamingTools skill from yourstreamingtools/botofthespecter.

Install:

```bash
npx skills add yourstreamingtools/botofthespecter@ui-theme -y
```

Package: yourstreamingtools/botofthespecter
Source: https://github.com/yourstreamingtools/botofthespecter/tree/HEAD/.grok/skills/ui-theme

## yourstreamingtools/botofthespecter package overview

Includes 3 official skills: exchangerate-api-v6, openweathermap-onecall-api, ui-theme.

### Top skills in this package

- exchangerate-api-v6: Official YourStreamingTools skill from yourstreamingtools/botofthespecter.
- openweathermap-onecall-api: Official YourStreamingTools skill from yourstreamingtools/botofthespecter.
- ui-theme: Official YourStreamingTools skill from yourstreamingtools/botofthespecter.

### Install

Install the full package:

```bash
npx skills add yourstreamingtools/botofthespecter -y
```

Install a specific skill:

```bash
npx skills add yourstreamingtools/botofthespecter@exchangerate-api-v6 -y
```

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

Source: https://github.com/yourstreamingtools/botofthespecter#readme
