# Raisely AI Agent Skills

Raisely publishes official AI agent skills for its tools, services, and developer workflows. Online fundraising for ambitious campaigns.

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

Official page: https://skillscout.sh/official/raisely/
Markdown page: https://skillscout.sh/official/raisely/raisely_skills_skillscout.md
Vendor website: https://raisely.com/

## Prompt for your agent

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

### raisely/cursor-plugin

Includes 3 official skills: raisely-ensure-cli, raisely-start-local, raisely-create-campaign.

Install:

```bash
npx skills add raisely/cursor-plugin -y
```

Source: https://github.com/raisely/cursor-plugin

## Individual skills

### raisely-ensure-cli

Official Raisely skill from raisely/cursor-plugin.

Install:

```bash
npx skills add raisely/cursor-plugin@raisely-ensure-cli -y
```

Package: raisely/cursor-plugin
Source: https://github.com/raisely/cursor-plugin/tree/HEAD/skills/raisely-ensure-cli

### raisely-start-local

Official Raisely skill from raisely/cursor-plugin.

Install:

```bash
npx skills add raisely/cursor-plugin@raisely-start-local -y
```

Package: raisely/cursor-plugin
Source: https://github.com/raisely/cursor-plugin/tree/HEAD/skills/raisely-start-local

### raisely-create-campaign

Official Raisely skill from raisely/cursor-plugin.

Install:

```bash
npx skills add raisely/cursor-plugin@raisely-create-campaign -y
```

Package: raisely/cursor-plugin
Source: https://github.com/raisely/cursor-plugin/tree/HEAD/skills/raisely-create-campaign

## raisely/cursor-plugin package overview

Includes 3 official skills: raisely-ensure-cli, raisely-start-local, raisely-create-campaign.

### Top skills in this package

- raisely-ensure-cli: Official Raisely skill from raisely/cursor-plugin.
- raisely-start-local: Official Raisely skill from raisely/cursor-plugin.
- raisely-create-campaign: Official Raisely skill from raisely/cursor-plugin.

### Install

Install the full package:

```bash
npx skills add raisely/cursor-plugin -y
```

Install a specific skill:

```bash
npx skills add raisely/cursor-plugin@raisely-ensure-cli -y
```

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

Source: https://github.com/raisely/cursor-plugin#readme
