# NEAR AI Agent Skills

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

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

Official page: https://skillscout.sh/official/near/
Markdown page: https://skillscout.sh/official/near/near_skills_skillscout.md
Vendor website: https://near.org/

## Prompt for your agent

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

### near/agent-skills

Includes 8 official skills: near-intents, near-api-js, near-smart-contracts, near-kit, near-ai-cloud, near-contract-audit.

Install:

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

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

## Individual skills

### near-intents

Official NEAR skill from near/agent-skills.

Install:

```bash
npx skills add near/agent-skills@near-intents -y
```

Package: near/agent-skills
Source: https://github.com/near/agent-skills/tree/main/skills/near-intents

### near-api-js

Official NEAR skill from near/agent-skills.

Install:

```bash
npx skills add near/agent-skills@near-api-js -y
```

Package: near/agent-skills
Source: https://github.com/near/agent-skills/tree/main/skills/near-api-js

### near-smart-contracts

Official NEAR skill from near/agent-skills.

Install:

```bash
npx skills add near/agent-skills@near-smart-contracts -y
```

Package: near/agent-skills
Source: https://github.com/near/agent-skills/tree/main/skills/near-smart-contracts

### near-kit

Official NEAR skill from near/agent-skills.

Install:

```bash
npx skills add near/agent-skills@near-kit -y
```

Package: near/agent-skills
Source: https://github.com/near/agent-skills/tree/main/skills/near-kit

### near-ai-cloud

Official NEAR skill from near/agent-skills.

Install:

```bash
npx skills add near/agent-skills@near-ai-cloud -y
```

Package: near/agent-skills
Source: https://github.com/near/agent-skills/tree/main/skills/near-ai-cloud

### near-contract-audit

Official NEAR skill from near/agent-skills.

Install:

```bash
npx skills add near/agent-skills@near-contract-audit -y
```

Package: near/agent-skills
Source: https://github.com/near/agent-skills/tree/main/skills/near-contract-audit

### near-dapp

Official NEAR skill from near/agent-skills.

Install:

```bash
npx skills add near/agent-skills@near-dapp -y
```

Package: near/agent-skills
Source: https://github.com/near/agent-skills/tree/main/skills/near-dapp

### near-cli-rs

Official NEAR skill from near/agent-skills.

Install:

```bash
npx skills add near/agent-skills@near-cli-rs -y
```

Package: near/agent-skills
Source: https://github.com/near/agent-skills/tree/HEAD/skills/near-cli-rs

## near/agent-skills package overview

Includes 8 official skills: near-intents, near-api-js, near-smart-contracts, near-kit, near-ai-cloud, near-contract-audit.

### Top skills in this package

- near-intents: Official NEAR skill from near/agent-skills.
- near-api-js: Official NEAR skill from near/agent-skills.
- near-smart-contracts: Official NEAR skill from near/agent-skills.
- near-kit: Official NEAR skill from near/agent-skills.
- near-ai-cloud: Official NEAR skill from near/agent-skills.
- near-contract-audit: Official NEAR skill from near/agent-skills.
- near-dapp: Official NEAR skill from near/agent-skills.
- near-cli-rs: Official NEAR skill from near/agent-skills.

### Install

Install the full package:

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

Install a specific skill:

```bash
npx skills add near/agent-skills@near-intents -y
```

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

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