# Beacon Labs AI Agent Skills

Beacon Labs publishes official AI agent skills for its tools, services, and developer workflows. Beacon Labs is an R&D institution for a positive sum world through exploring inclusive coordination design.

Browse 4 official AI agent skills across 1 Beacon Labs repository, with install commands and source links.

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

## Prompt for your agent

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

### beaconlabs-io/muse

Includes 4 official skills: evidence-matching, evidence-presentation, logic-model-generation, recommend-metrics.

Install:

```bash
npx skills add beaconlabs-io/muse -y
```

Source: https://github.com/beaconlabs-io/muse

## Individual skills

### evidence-matching

Official Beacon Labs skill from beaconlabs-io/muse.

Install:

```bash
npx skills add beaconlabs-io/muse@evidence-matching -y
```

Package: beaconlabs-io/muse
Source: https://github.com/beaconlabs-io/muse/tree/main/mastra/skills/evidence-matching

### evidence-presentation

Official Beacon Labs skill from beaconlabs-io/muse.

Install:

```bash
npx skills add beaconlabs-io/muse@evidence-presentation -y
```

Package: beaconlabs-io/muse
Source: https://github.com/beaconlabs-io/muse/tree/main/mastra/skills/evidence-presentation

### logic-model-generation

Official Beacon Labs skill from beaconlabs-io/muse.

Install:

```bash
npx skills add beaconlabs-io/muse@logic-model-generation -y
```

Package: beaconlabs-io/muse
Source: https://github.com/beaconlabs-io/muse/tree/main/mastra/skills/logic-model-generation

### recommend-metrics

Official Beacon Labs skill from beaconlabs-io/muse.

Install:

```bash
npx skills add beaconlabs-io/muse@recommend-metrics -y
```

Package: beaconlabs-io/muse
Source: https://github.com/beaconlabs-io/muse/tree/main/mastra/skills/recommend-metrics

## beaconlabs-io/muse package overview

Includes 4 official skills: evidence-matching, evidence-presentation, logic-model-generation, recommend-metrics.

### Top skills in this package

- evidence-matching: Official Beacon Labs skill from beaconlabs-io/muse.
- evidence-presentation: Official Beacon Labs skill from beaconlabs-io/muse.
- logic-model-generation: Official Beacon Labs skill from beaconlabs-io/muse.
- recommend-metrics: Official Beacon Labs skill from beaconlabs-io/muse.

### Install

Install the full package:

```bash
npx skills add beaconlabs-io/muse -y
```

Install a specific skill:

```bash
npx skills add beaconlabs-io/muse@evidence-matching -y
```

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

Source: https://github.com/beaconlabs-io/muse#readme
