# CloudWeGo AI Agent Skills

CloudWeGo publishes official AI agent skills for its tools, services, and developer workflows. A leading practice for building enterprise-class cloud native architectures.

Browse 5 official AI agent skills across 2 CloudWeGo repositories, with install commands and source links.

Official page: https://skillscout.sh/official/cloudwego/
Markdown page: https://skillscout.sh/official/cloudwego/cloudwego_skills_skillscout.md
Vendor website: https://www.cloudwego.io/

## Prompt for your agent

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

### cloudwego/eino-ext

Includes 4 official skills: eino-agent, eino-guide, eino-compose, eino-component.

Install:

```bash
npx skills add cloudwego/eino-ext -y
```

Source: https://github.com/cloudwego/eino-ext

### cloudwego/eino-examples

Includes 1 official skill: log_analyzer.

Install:

```bash
npx skills add cloudwego/eino-examples -y
```

Source: https://github.com/cloudwego/eino-examples

## Individual skills

### eino-agent

Official CloudWeGo skill from cloudwego/eino-ext.

Install:

```bash
npx skills add cloudwego/eino-ext@eino-agent -y
```

Package: cloudwego/eino-ext
Source: https://github.com/cloudwego/eino-ext/tree/main/skills/eino-agent

### eino-guide

Official CloudWeGo skill from cloudwego/eino-ext.

Install:

```bash
npx skills add cloudwego/eino-ext@eino-guide -y
```

Package: cloudwego/eino-ext
Source: https://github.com/cloudwego/eino-ext/tree/main/skills/eino-guide

### eino-compose

Official CloudWeGo skill from cloudwego/eino-ext.

Install:

```bash
npx skills add cloudwego/eino-ext@eino-compose -y
```

Package: cloudwego/eino-ext
Source: https://github.com/cloudwego/eino-ext/tree/main/skills/eino-compose

### eino-component

Official CloudWeGo skill from cloudwego/eino-ext.

Install:

```bash
npx skills add cloudwego/eino-ext@eino-component -y
```

Package: cloudwego/eino-ext
Source: https://github.com/cloudwego/eino-ext/tree/main/skills/eino-component

### log_analyzer

Official CloudWeGo skill from cloudwego/eino-examples.

Install:

```bash
npx skills add cloudwego/eino-examples@log_analyzer -y
```

Package: cloudwego/eino-examples
Source: https://github.com/cloudwego/eino-examples/tree/main/adk/middlewares/skill/workdir/skills/log_analyzer

## cloudwego/eino-ext package overview

Includes 4 official skills: eino-agent, eino-guide, eino-compose, eino-component.

### Top skills in this package

- eino-agent: Official CloudWeGo skill from cloudwego/eino-ext.
- eino-guide: Official CloudWeGo skill from cloudwego/eino-ext.
- eino-compose: Official CloudWeGo skill from cloudwego/eino-ext.
- eino-component: Official CloudWeGo skill from cloudwego/eino-ext.

### Install

Install the full package:

```bash
npx skills add cloudwego/eino-ext -y
```

Install a specific skill:

```bash
npx skills add cloudwego/eino-ext@eino-agent -y
```

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

Source: https://github.com/cloudwego/eino-ext#readme
