# Agora Community AI Agent Skills

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

Browse 9 official AI agent skills across 1 Agora Community repository, with install commands and source links.

Official page: https://skillscout.sh/official/agoraio-community/
Markdown page: https://skillscout.sh/official/agoraio-community/agoraio-community_skills_skillscout.md
Vendor website: https://agora.io/

## Prompt for your agent

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

### agoraio-community/conversational-ai-demo

Includes 9 official skills: ac-execute, ac-memory, ac-plan, ac-review, ac-workflow, receiving-code-review.

Install:

```bash
npx skills add agoraio-community/conversational-ai-demo -y
```

Source: https://github.com/AgoraIO-Community/Conversational-AI-Demo

## Individual skills

### ac-execute

Official Agora Community skill from agoraio-community/conversational-ai-demo.

Install:

```bash
npx skills add agoraio-community/conversational-ai-demo@ac-execute -y
```

Package: agoraio-community/conversational-ai-demo
Source: https://github.com/agoraio-community/conversational-ai-demo/tree/HEAD/android/.agents/skills/ac-execute

### ac-memory

Official Agora Community skill from agoraio-community/conversational-ai-demo.

Install:

```bash
npx skills add agoraio-community/conversational-ai-demo@ac-memory -y
```

Package: agoraio-community/conversational-ai-demo
Source: https://github.com/AgoraIO-Community/Conversational-AI-Demo/tree/main/android/.agents/skills/ac-memory

### ac-plan

Official Agora Community skill from agoraio-community/conversational-ai-demo.

Install:

```bash
npx skills add agoraio-community/conversational-ai-demo@ac-plan -y
```

Package: agoraio-community/conversational-ai-demo
Source: https://github.com/agoraio-community/conversational-ai-demo/tree/HEAD/android/.agents/skills/ac-plan

### ac-review

Official Agora Community skill from agoraio-community/conversational-ai-demo.

Install:

```bash
npx skills add agoraio-community/conversational-ai-demo@ac-review -y
```

Package: agoraio-community/conversational-ai-demo
Source: https://github.com/AgoraIO-Community/Conversational-AI-Demo/tree/main/android/.agents/skills/ac-review

### ac-workflow

Official Agora Community skill from agoraio-community/conversational-ai-demo.

Install:

```bash
npx skills add agoraio-community/conversational-ai-demo@ac-workflow -y
```

Package: agoraio-community/conversational-ai-demo
Source: https://github.com/AgoraIO-Community/Conversational-AI-Demo/tree/main/android/.agents/skills/ac-workflow

### receiving-code-review

Official Agora Community skill from agoraio-community/conversational-ai-demo.

Install:

```bash
npx skills add agoraio-community/conversational-ai-demo@receiving-code-review -y
```

Package: agoraio-community/conversational-ai-demo
Source: https://github.com/agoraio-community/conversational-ai-demo/tree/HEAD/android/.agents/skills/receiving-code-review

### requesting-code-review

Official Agora Community skill from agoraio-community/conversational-ai-demo.

Install:

```bash
npx skills add agoraio-community/conversational-ai-demo@requesting-code-review -y
```

Package: agoraio-community/conversational-ai-demo
Source: https://github.com/agoraio-community/conversational-ai-demo/tree/HEAD/android/.agents/skills/requesting-code-review

### self-improving-agent

Official Agora Community skill from agoraio-community/conversational-ai-demo.

Install:

```bash
npx skills add agoraio-community/conversational-ai-demo@self-improving-agent -y
```

Package: agoraio-community/conversational-ai-demo
Source: https://github.com/agoraio-community/conversational-ai-demo/tree/HEAD/android/.agents/skills/self-improving-agent

### writing-skills

Official Agora Community skill from agoraio-community/conversational-ai-demo.

Install:

```bash
npx skills add agoraio-community/conversational-ai-demo@writing-skills -y
```

Package: agoraio-community/conversational-ai-demo
Source: https://github.com/agoraio-community/conversational-ai-demo/tree/HEAD/android/.agents/skills/writing-skills

## agoraio-community/conversational-ai-demo package overview

Includes 9 official skills: ac-execute, ac-memory, ac-plan, ac-review, ac-workflow, receiving-code-review.

### Top skills in this package

- ac-execute: Official Agora Community skill from agoraio-community/conversational-ai-demo.
- ac-memory: Official Agora Community skill from agoraio-community/conversational-ai-demo.
- ac-plan: Official Agora Community skill from agoraio-community/conversational-ai-demo.
- ac-review: Official Agora Community skill from agoraio-community/conversational-ai-demo.
- ac-workflow: Official Agora Community skill from agoraio-community/conversational-ai-demo.
- receiving-code-review: Official Agora Community skill from agoraio-community/conversational-ai-demo.
- requesting-code-review: Official Agora Community skill from agoraio-community/conversational-ai-demo.
- self-improving-agent: Official Agora Community skill from agoraio-community/conversational-ai-demo.

### Install

Install the full package:

```bash
npx skills add agoraio-community/conversational-ai-demo -y
```

Install a specific skill:

```bash
npx skills add agoraio-community/conversational-ai-demo@ac-execute -y
```

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

Source: https://github.com/agoraio-community/conversational-ai-demo#readme
