# ChatLuna Lab AI Agent Skills

ChatLuna Lab publishes official AI agent skills for its tools, services, and developer workflows. ChatLuna 实验室团队，探索 AIGC 的相关应用。.

Browse 4 official AI agent skills across 1 ChatLuna Lab repository, with install commands and source links.

Official page: https://skillscout.sh/official/chatlunalab/
Markdown page: https://skillscout.sh/official/chatlunalab/chatlunalab_skills_skillscout.md
Vendor website: https://chatluna.chat/

## Prompt for your agent

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

### chatlunalab/chatluna

Includes 4 official skills: agentcli, coding-agent, skill-creator, sub-agent-creator.

Install:

```bash
npx skills add chatlunalab/chatluna -y
```

Source: https://github.com/ChatLunaLab/chatluna

## Individual skills

### agentcli

Official ChatLuna Lab skill from chatlunalab/chatluna.

Install:

```bash
npx skills add chatlunalab/chatluna@agentcli -y
```

Package: chatlunalab/chatluna
Source: https://github.com/ChatLunaLab/chatluna/tree/v1-dev/packages/extension-agent/resources/skills/agentcli

### coding-agent

Official ChatLuna Lab skill from chatlunalab/chatluna.

Install:

```bash
npx skills add chatlunalab/chatluna@coding-agent -y
```

Package: chatlunalab/chatluna
Source: https://github.com/chatlunalab/chatluna/tree/HEAD/packages/extension-agent/resources/skills/coding-agent

### skill-creator

Official ChatLuna Lab skill from chatlunalab/chatluna.

Install:

```bash
npx skills add chatlunalab/chatluna@skill-creator -y
```

Package: chatlunalab/chatluna
Source: https://github.com/chatlunalab/chatluna/tree/HEAD/packages/extension-agent/resources/skills/skill-creator

### sub-agent-creator

Official ChatLuna Lab skill from chatlunalab/chatluna.

Install:

```bash
npx skills add chatlunalab/chatluna@sub-agent-creator -y
```

Package: chatlunalab/chatluna
Source: https://github.com/ChatLunaLab/chatluna/tree/v1-dev/packages/extension-agent/resources/skills/sub-agent-creator

## chatlunalab/chatluna package overview

Includes 4 official skills: agentcli, coding-agent, skill-creator, sub-agent-creator.

### Top skills in this package

- agentcli: Official ChatLuna Lab skill from chatlunalab/chatluna.
- coding-agent: Official ChatLuna Lab skill from chatlunalab/chatluna.
- skill-creator: Official ChatLuna Lab skill from chatlunalab/chatluna.
- sub-agent-creator: Official ChatLuna Lab skill from chatlunalab/chatluna.

### Install

Install the full package:

```bash
npx skills add chatlunalab/chatluna -y
```

Install a specific skill:

```bash
npx skills add chatlunalab/chatluna@agentcli -y
```

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

Source: https://github.com/chatlunalab/chatluna#readme
