# Partner Skill Name

> >

- **Type:** Skill
- **Install:** `agentstack add skill-moonpay-skills-template`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [moonpay](https://agentstack.voostack.com/s/moonpay)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [moonpay](https://github.com/moonpay)
- **Source:** https://github.com/moonpay/skills/tree/main/template
- **Website:** https://www.moonpay.com/agents

## Install

```sh
agentstack add skill-moonpay-skills-template
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Skill Name

## Overview

What this skill does and why an agent would use it. Keep it to 2-3 sentences.

## Prerequisites

- MoonPay CLI installed (`npm i -g @moonpay/cli`)
- Authenticated (`mp login` → `mp verify`)
- Partner CLI installed (if applicable): `npm i -g `
- Any other setup needed (e.g., funded wallet, API keys)

## Commands

List the key CLI commands this skill uses. These must be **real, verifiable commands** from installed CLIs — not fabricated.

```bash
# MoonPay CLI commands
mp  [options]

# Partner CLI commands (if applicable)
partner-cli  [options]
```

## Workflow

Step-by-step instructions for the agent to follow. Each step should be unambiguous and executable.

1. Step one — what to do and what command to run
2. Step two — what to do with the output
3. Step three — how to complete the task

## Examples

```bash
# Show a complete end-to-end workflow with real commands and expected output
```

## Error Handling

Common errors and how the agent should respond:

| Error | Cause | Fix |
|-------|-------|-----|
| `401 Unauthorized` | Missing or expired auth | Run `mp login` → `mp verify` |

## Related Skills

Link to skills that exist in this repo. Do not reference skills that haven't been merged.

- [moonpay-auth](../moonpay-auth/) — authentication
- [moonpay-check-wallet](../moonpay-check-wallet/) — wallet balance checks

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [moonpay](https://github.com/moonpay)
- **Source:** [moonpay/skills](https://github.com/moonpay/skills)
- **License:** MIT
- **Homepage:** https://www.moonpay.com/agents

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-moonpay-skills-template
- Seller: https://agentstack.voostack.com/s/moonpay
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
