# Runbear AI Agent Skills

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

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

Official page: https://skillscout.sh/official/runbear-io/
Markdown page: https://skillscout.sh/official/runbear-io/runbear-io_skills_skillscout.md
Vendor website: https://runbear.io/

## Prompt for your agent

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

### runbear-io/aweek

Includes 14 official skills: delegate-task, slack-init, calendar, config, hire, manage.

Install:

```bash
npx skills add runbear-io/aweek -y
```

Source: https://github.com/runbear-io/aweek

## Individual skills

### delegate-task

Official Runbear skill from runbear-io/aweek.

Install:

```bash
npx skills add runbear-io/aweek@delegate-task -y
```

Package: runbear-io/aweek
Source: https://github.com/runbear-io/aweek/tree/HEAD/skills/delegate-task

### slack-init

Official Runbear skill from runbear-io/aweek.

Install:

```bash
npx skills add runbear-io/aweek@slack-init -y
```

Package: runbear-io/aweek
Source: https://github.com/runbear-io/aweek/tree/main/skills/slack-init

### calendar

Official Runbear skill from runbear-io/aweek.

Install:

```bash
npx skills add runbear-io/aweek@calendar -y
```

Package: runbear-io/aweek
Source: https://github.com/runbear-io/aweek/tree/main/skills/calendar

### config

Official Runbear skill from runbear-io/aweek.

Install:

```bash
npx skills add runbear-io/aweek@config -y
```

Package: runbear-io/aweek
Source: https://github.com/runbear-io/aweek/tree/main/skills/config

### hire

Official Runbear skill from runbear-io/aweek.

Install:

```bash
npx skills add runbear-io/aweek@hire -y
```

Package: runbear-io/aweek
Source: https://github.com/runbear-io/aweek/tree/HEAD/skills/hire

### manage

Official Runbear skill from runbear-io/aweek.

Install:

```bash
npx skills add runbear-io/aweek@manage -y
```

Package: runbear-io/aweek
Source: https://github.com/runbear-io/aweek/tree/HEAD/skills/manage

### plan

Official Runbear skill from runbear-io/aweek.

Install:

```bash
npx skills add runbear-io/aweek@plan -y
```

Package: runbear-io/aweek
Source: https://github.com/runbear-io/aweek/tree/main/skills/plan

### query

Official Runbear skill from runbear-io/aweek.

Install:

```bash
npx skills add runbear-io/aweek@query -y
```

Package: runbear-io/aweek
Source: https://github.com/runbear-io/aweek/tree/HEAD/skills/query

### recurring

Official Runbear skill from runbear-io/aweek.

Install:

```bash
npx skills add runbear-io/aweek@recurring -y
```

Package: runbear-io/aweek
Source: https://github.com/runbear-io/aweek/tree/main/skills/recurring

### report

Official Runbear skill from runbear-io/aweek.

Install:

```bash
npx skills add runbear-io/aweek@report -y
```

Package: runbear-io/aweek
Source: https://github.com/runbear-io/aweek/tree/main/skills/report

### run-once

Official Runbear skill from runbear-io/aweek.

Install:

```bash
npx skills add runbear-io/aweek@run-once -y
```

Package: runbear-io/aweek
Source: https://github.com/runbear-io/aweek/tree/HEAD/skills/run-once

### setup

Official Runbear skill from runbear-io/aweek.

Install:

```bash
npx skills add runbear-io/aweek@setup -y
```

Package: runbear-io/aweek
Source: https://github.com/runbear-io/aweek/tree/main/skills/setup

### summary

Official Runbear skill from runbear-io/aweek.

Install:

```bash
npx skills add runbear-io/aweek@summary -y
```

Package: runbear-io/aweek
Source: https://github.com/runbear-io/aweek/tree/HEAD/skills/summary

### teardown

Official Runbear skill from runbear-io/aweek.

Install:

```bash
npx skills add runbear-io/aweek@teardown -y
```

Package: runbear-io/aweek
Source: https://github.com/runbear-io/aweek/tree/main/skills/teardown

## runbear-io/aweek package overview

Includes 14 official skills: delegate-task, slack-init, calendar, config, hire, manage.

### Top skills in this package

- delegate-task: Official Runbear skill from runbear-io/aweek.
- slack-init: Official Runbear skill from runbear-io/aweek.
- calendar: Official Runbear skill from runbear-io/aweek.
- config: Official Runbear skill from runbear-io/aweek.
- hire: Official Runbear skill from runbear-io/aweek.
- manage: Official Runbear skill from runbear-io/aweek.
- plan: Official Runbear skill from runbear-io/aweek.
- query: Official Runbear skill from runbear-io/aweek.

### Install

Install the full package:

```bash
npx skills add runbear-io/aweek -y
```

Install a specific skill:

```bash
npx skills add runbear-io/aweek@delegate-task -y
```

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

Source: https://github.com/runbear-io/aweek#readme
