# List Kinds

> List all available kind discriminator values from the Copilot Studio YAML schema. Use when the user asks what kinds/types are available.

- **Type:** Skill
- **Install:** `agentstack add skill-microsoft-skills-for-copilot-studio-list-kinds`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [microsoft](https://agentstack.voostack.com/s/microsoft)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [microsoft](https://github.com/microsoft)
- **Source:** https://github.com/microsoft/skills-for-copilot-studio/tree/main/skills/list-kinds

## Install

```sh
agentstack add skill-microsoft-skills-for-copilot-studio-list-kinds
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# List Available Kind Values

List all available `kind` discriminator values from the schema, dynamically.

## Instructions

1. Run the schema lookup script to get all kinds:
   ```bash
   node ${CLAUDE_SKILL_DIR}/../../scripts/schema-lookup.bundle.js kinds
   ```

2. If `$ARGUMENTS` contains a filter keyword, filter the output to show only matching kinds.

3. Categorize the results for easier reading:
   - **Triggers** — kinds starting with "On" (e.g., OnRecognizedIntent, OnConversationStart)
   - **Actions** — node actions (e.g., SendActivity, Question, SetVariable)
   - **Dialogs** — dialog types (e.g., AdaptiveDialog, TaskDialog, AgentDialog)
   - **Cards** — card templates (e.g., AdaptiveCardTemplate, HeroCardTemplate)
   - **Knowledge Sources** — knowledge kinds (e.g., KnowledgeSourceConfiguration)
   - **Inputs** — input kinds (e.g., AutomaticTaskInput, ManualTaskInput)

4. Present the categorized list to the user.

**Important**: Always use the script output as the source of truth. Do NOT hardcode kind values.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [microsoft](https://github.com/microsoft)
- **Source:** [microsoft/skills-for-copilot-studio](https://github.com/microsoft/skills-for-copilot-studio)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-microsoft-skills-for-copilot-studio-list-kinds
- Seller: https://agentstack.voostack.com/s/microsoft
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
