# AElfProject AI Agent Skills

AElfProject publishes official AI agent skills for its tools, services, and developer workflows. aelf is an AI-enhanced cloud-native layer-1 blockchain network based in Singapore.

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

Official page: https://skillscout.sh/official/aelfproject/
Markdown page: https://skillscout.sh/official/aelfproject/aelfproject_skills_skillscout.md
Vendor website: https://www.aelf.com/

## Prompt for your agent

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

### aelfproject/aelf-skills

Includes 3 official skills: aelf-skills, fixture-core-skill, fixture-node-skill.

Install:

```bash
npx skills add aelfproject/aelf-skills -y
```

Source: https://github.com/AElfProject/aelf-skills

## Individual skills

### aelf-skills

Official AElfProject skill from aelfproject/aelf-skills.

Install:

```bash
npx skills add aelfproject/aelf-skills@aelf-skills -y
```

Package: aelfproject/aelf-skills
Source: https://github.com/aelfproject/aelf-skills/tree/HEAD/aelf-skills

### fixture-core-skill

Official AElfProject skill from aelfproject/aelf-skills.

Install:

```bash
npx skills add aelfproject/aelf-skills@fixture-core-skill -y
```

Package: aelfproject/aelf-skills
Source: https://github.com/AElfProject/aelf-skills/tree/main/testdata/skills/fixture-core-skill

### fixture-node-skill

Official AElfProject skill from aelfproject/aelf-skills.

Install:

```bash
npx skills add aelfproject/aelf-skills@fixture-node-skill -y
```

Package: aelfproject/aelf-skills
Source: https://github.com/AElfProject/aelf-skills/tree/main/testdata/skills/fixture-node-skill

## aelfproject/aelf-skills package overview

Includes 3 official skills: aelf-skills, fixture-core-skill, fixture-node-skill.

### Top skills in this package

- aelf-skills: Official AElfProject skill from aelfproject/aelf-skills.
- fixture-core-skill: Official AElfProject skill from aelfproject/aelf-skills.
- fixture-node-skill: Official AElfProject skill from aelfproject/aelf-skills.

### Install

Install the full package:

```bash
npx skills add aelfproject/aelf-skills -y
```

Install a specific skill:

```bash
npx skills add aelfproject/aelf-skills@aelf-skills -y
```

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

Source: https://github.com/aelfproject/aelf-skills#readme
