# Membrane AI Agent Skills

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

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

Official page: https://skillscout.sh/official/membranehq/
Markdown page: https://skillscout.sh/official/membranehq/membranehq_skills_skillscout.md
Vendor website: https://getmembrane.com/

## Prompt for your agent

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

### membranehq/agent-skills

Includes 2 official skills: integrate-anything, integration-development.

Install:

```bash
npx skills add membranehq/agent-skills -y
```

Source: https://github.com/membranehq/agent-skills

## Individual skills

### integrate-anything

Official Membrane skill from membranehq/agent-skills.

Install:

```bash
npx skills add membranehq/agent-skills@integrate-anything -y
```

Package: membranehq/agent-skills
Source: https://github.com/membranehq/agent-skills/tree/main/skills/integrate-anything

### integration-development

Official Membrane skill from membranehq/agent-skills.

Install:

```bash
npx skills add membranehq/agent-skills@integration-development -y
```

Package: membranehq/agent-skills
Source: https://github.com/membranehq/agent-skills/tree/main/skills/integration-development

## membranehq/agent-skills package overview

Includes 2 official skills: integrate-anything, integration-development.

### Top skills in this package

- integrate-anything: Official Membrane skill from membranehq/agent-skills.
- integration-development: Official Membrane skill from membranehq/agent-skills.

### Install

Install the full package:

```bash
npx skills add membranehq/agent-skills -y
```

Install a specific skill:

```bash
npx skills add membranehq/agent-skills@integrate-anything -y
```

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

Source: https://github.com/membranehq/agent-skills#readme
