# Morpho Org AI Agent Skills

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

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

Official page: https://skillscout.sh/official/morpho-org/
Markdown page: https://skillscout.sh/official/morpho-org/morpho-org_skills_skillscout.md
Vendor website: https://morpho.org/

## Prompt for your agent

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

### morpho-org/morpho-skills

Includes 2 official skills: earn-integration, borrow-integration.

Install:

```bash
npx skills add morpho-org/morpho-skills -y
```

Source: https://github.com/morpho-org/morpho-skills

## Individual skills

### earn-integration

Official Morpho Org skill from morpho-org/morpho-skills.

Install:

```bash
npx skills add morpho-org/morpho-skills@earn-integration -y
```

Package: morpho-org/morpho-skills
Source: https://github.com/morpho-org/morpho-skills/tree/HEAD/plugins/morpho-builder/skills/earn-integration

### borrow-integration

Official Morpho Org skill from morpho-org/morpho-skills.

Install:

```bash
npx skills add morpho-org/morpho-skills@borrow-integration -y
```

Package: morpho-org/morpho-skills
Source: https://github.com/morpho-org/morpho-skills/tree/HEAD/plugins/morpho-builder/skills/borrow-integration

## morpho-org/morpho-skills package overview

Includes 2 official skills: earn-integration, borrow-integration.

### Top skills in this package

- earn-integration: Official Morpho Org skill from morpho-org/morpho-skills.
- borrow-integration: Official Morpho Org skill from morpho-org/morpho-skills.

### Install

Install the full package:

```bash
npx skills add morpho-org/morpho-skills -y
```

Install a specific skill:

```bash
npx skills add morpho-org/morpho-skills@earn-integration -y
```

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

Source: https://github.com/morpho-org/morpho-skills#readme
