# Instadapp AI Agent Skills

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

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

Official page: https://skillscout.sh/official/instadapp/
Markdown page: https://skillscout.sh/official/instadapp/instadapp_skills_skillscout.md
Vendor website: https://instadapp.io/

## Prompt for your agent

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

### instadapp/fluid-governance

Includes 2 official skills: verify-payload, add-payload-token.

Install:

```bash
npx skills add instadapp/fluid-governance -y
```

Source: https://github.com/Instadapp/fluid-governance

## Individual skills

### verify-payload

Official Instadapp skill from instadapp/fluid-governance.

Install:

```bash
npx skills add instadapp/fluid-governance@verify-payload -y
```

Package: instadapp/fluid-governance
Source: https://github.com/Instadapp/fluid-governance/tree/main/.cursor/skills/verify-payload

### add-payload-token

Official Instadapp skill from instadapp/fluid-governance.

Install:

```bash
npx skills add instadapp/fluid-governance@add-payload-token -y
```

Package: instadapp/fluid-governance
Source: https://github.com/Instadapp/fluid-governance/tree/main/.cursor/skills/add-payload-token

## instadapp/fluid-governance package overview

Includes 2 official skills: verify-payload, add-payload-token.

### Top skills in this package

- verify-payload: Official Instadapp skill from instadapp/fluid-governance.
- add-payload-token: Official Instadapp skill from instadapp/fluid-governance.

### Install

Install the full package:

```bash
npx skills add instadapp/fluid-governance -y
```

Install a specific skill:

```bash
npx skills add instadapp/fluid-governance@verify-payload -y
```

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

Source: https://github.com/instadapp/fluid-governance#readme
