# Stellar AI Agent Skills

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

Browse 11 official AI agent skills across 3 Stellar repositories, with install commands and source links.

Official page: https://skillscout.sh/official/stellar/
Markdown page: https://skillscout.sh/official/stellar/stellar_skills_skillscout.md
Vendor website: https://www.stellar.org/

## Prompt for your agent

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

### stellar/stellar-dev-skill

Includes 8 official skills: dapp, standards, data, assets, agentic-payments, zk-proofs.

Install:

```bash
npx skills add stellar/stellar-dev-skill -y
```

Source: https://github.com/stellar/stellar-dev-skill

### stellar/x402-stellar

Includes 2 official skills: x402-stellar-checks, x402-stellar-context.

Install:

```bash
npx skills add stellar/x402-stellar -y
```

Source: https://github.com/stellar/x402-stellar

### stellar/freighter

Includes 1 official skill: freighter-best-practices.

Install:

```bash
npx skills add stellar/freighter -y
```

Source: https://github.com/stellar/freighter

## Individual skills

### dapp

Official Stellar skill from stellar/stellar-dev-skill.

Install:

```bash
npx skills add stellar/stellar-dev-skill@dapp -y
```

Package: stellar/stellar-dev-skill
Source: https://github.com/stellar/stellar-dev-skill/tree/main/skills/dapp

### standards

Official Stellar skill from stellar/stellar-dev-skill.

Install:

```bash
npx skills add stellar/stellar-dev-skill@standards -y
```

Package: stellar/stellar-dev-skill
Source: https://github.com/stellar/stellar-dev-skill/tree/main/skills/standards

### data

Official Stellar skill from stellar/stellar-dev-skill.

Install:

```bash
npx skills add stellar/stellar-dev-skill@data -y
```

Package: stellar/stellar-dev-skill
Source: https://github.com/stellar/stellar-dev-skill/tree/main/skills/data

### assets

Official Stellar skill from stellar/stellar-dev-skill.

Install:

```bash
npx skills add stellar/stellar-dev-skill@assets -y
```

Package: stellar/stellar-dev-skill
Source: https://github.com/stellar/stellar-dev-skill/tree/main/skills/assets

### agentic-payments

Official Stellar skill from stellar/stellar-dev-skill.

Install:

```bash
npx skills add stellar/stellar-dev-skill@agentic-payments -y
```

Package: stellar/stellar-dev-skill
Source: https://github.com/stellar/stellar-dev-skill/tree/main/skills/agentic-payments

### zk-proofs

Official Stellar skill from stellar/stellar-dev-skill.

Install:

```bash
npx skills add stellar/stellar-dev-skill@zk-proofs -y
```

Package: stellar/stellar-dev-skill
Source: https://github.com/stellar/stellar-dev-skill/tree/main/skills/zk-proofs

### smart-contracts

Official Stellar skill from stellar/stellar-dev-skill.

Install:

```bash
npx skills add stellar/stellar-dev-skill@smart-contracts -y
```

Package: stellar/stellar-dev-skill
Source: https://github.com/stellar/stellar-dev-skill/tree/HEAD/skills/smart-contracts

### cross-chain

Official Stellar skill from stellar/stellar-dev-skill.

Install:

```bash
npx skills add stellar/stellar-dev-skill@cross-chain -y
```

Package: stellar/stellar-dev-skill
Source: https://github.com/stellar/stellar-dev-skill/tree/HEAD/skills/cross-chain

### x402-stellar-checks

Official Stellar skill from stellar/x402-stellar.

Install:

```bash
npx skills add stellar/x402-stellar@x402-stellar-checks -y
```

Package: stellar/x402-stellar
Source: https://github.com/stellar/x402-stellar/tree/main/.opencode/skills/x402-stellar-checks

### x402-stellar-context

Official Stellar skill from stellar/x402-stellar.

Install:

```bash
npx skills add stellar/x402-stellar@x402-stellar-context -y
```

Package: stellar/x402-stellar
Source: https://github.com/stellar/x402-stellar/tree/main/.opencode/skills/x402-stellar-context

### freighter-best-practices

Official Stellar skill from stellar/freighter.

Install:

```bash
npx skills add stellar/freighter@freighter-best-practices -y
```

Package: stellar/freighter
Source: https://github.com/stellar/freighter/tree/master/docs/skills/freighter-best-practices

## stellar/stellar-dev-skill package overview

Includes 8 official skills: dapp, standards, data, assets, agentic-payments, zk-proofs.

### Top skills in this package

- dapp: Official Stellar skill from stellar/stellar-dev-skill.
- standards: Official Stellar skill from stellar/stellar-dev-skill.
- data: Official Stellar skill from stellar/stellar-dev-skill.
- assets: Official Stellar skill from stellar/stellar-dev-skill.
- agentic-payments: Official Stellar skill from stellar/stellar-dev-skill.
- zk-proofs: Official Stellar skill from stellar/stellar-dev-skill.
- smart-contracts: Official Stellar skill from stellar/stellar-dev-skill.
- cross-chain: Official Stellar skill from stellar/stellar-dev-skill.

### Install

Install the full package:

```bash
npx skills add stellar/stellar-dev-skill -y
```

Install a specific skill:

```bash
npx skills add stellar/stellar-dev-skill@dapp -y
```

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

Source: https://github.com/stellar/stellar-dev-skill#readme
