# Cisco DevNet AI Agent Skills

Cisco DevNet publishes official AI agent skills for its tools, services, and developer workflows. Place for DevNet community to access sample code and collaborate on open source projects that are used in some way in DevNet.

Browse 3 official AI agent skills across 2 Cisco DevNet repositories, with install commands and source links.

Official page: https://skillscout.sh/official/ciscodevnet/
Markdown page: https://skillscout.sh/official/ciscodevnet/ciscodevnet_skills_skillscout.md
Vendor website: http://developer.cisco.com/

## Prompt for your agent

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

### ciscodevnet/ciscoworkflowsautomation

Includes 2 official skills: exchange-remediation, exchange-review.

Install:

```bash
npx skills add ciscodevnet/ciscoworkflowsautomation -y
```

Source: https://github.com/CiscoDevNet/CiscoWorkflowsAutomation

### ciscodevnet/xrd-sandbox

Includes 1 official skill: devnet-vm-infra.

Install:

```bash
npx skills add ciscodevnet/xrd-sandbox -y
```

Source: https://github.com/CiscoDevNet/XRd-Sandbox

## Individual skills

### exchange-remediation

Official Cisco DevNet skill from ciscodevnet/ciscoworkflowsautomation.

Install:

```bash
npx skills add ciscodevnet/ciscoworkflowsautomation@exchange-remediation -y
```

Package: ciscodevnet/ciscoworkflowsautomation
Source: https://github.com/CiscoDevNet/CiscoWorkflowsAutomation/tree/main/toolkit/skills/exchange-remediation

### exchange-review

Official Cisco DevNet skill from ciscodevnet/ciscoworkflowsautomation.

Install:

```bash
npx skills add ciscodevnet/ciscoworkflowsautomation@exchange-review -y
```

Package: ciscodevnet/ciscoworkflowsautomation
Source: https://github.com/CiscoDevNet/CiscoWorkflowsAutomation/tree/main/toolkit/skills/exchange-review

### devnet-vm-infra

Official Cisco DevNet skill from ciscodevnet/xrd-sandbox.

Install:

```bash
npx skills add ciscodevnet/xrd-sandbox@devnet-vm-infra -y
```

Package: ciscodevnet/xrd-sandbox
Source: https://github.com/CiscoDevNet/XRd-Sandbox/tree/main/devnet-vm-infra

## ciscodevnet/ciscoworkflowsautomation package overview

Includes 2 official skills: exchange-remediation, exchange-review.

### Top skills in this package

- exchange-remediation: Official Cisco DevNet skill from ciscodevnet/ciscoworkflowsautomation.
- exchange-review: Official Cisco DevNet skill from ciscodevnet/ciscoworkflowsautomation.

### Install

Install the full package:

```bash
npx skills add ciscodevnet/ciscoworkflowsautomation -y
```

Install a specific skill:

```bash
npx skills add ciscodevnet/ciscoworkflowsautomation@exchange-remediation -y
```

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

Source: https://github.com/ciscodevnet/ciscoworkflowsautomation#readme
