Agent Skill · Microsoft 365 Copilot
list-kinds
List all available kind discriminator values from the Copilot Studio YAML schema. Use when the user asks what kinds/types are available.
Skill body
List Available Kind Values
List all available kind discriminator values from the schema, dynamically.
Instructions
- Run the schema lookup script to get all kinds:
node ${CLAUDE_SKILL_DIR}/../../scripts/schema-lookup.bundle.js kinds -
If
$ARGUMENTScontains a filter keyword, filter the output to show only matching kinds. - 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)
- Present the categorized list to the user.
Important: Always use the script output as the source of truth. Do NOT hardcode kind values.
Skill frontmatter
user-invocable: false
argument-hint:
allowed-tools: Bash(node *schema-lookup.bundle.js *)
Work with this as data
Every skill here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for agent skills
4 MCP tools reach this
find_skillsBrowse and filter every skill in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This skill
curl "https://apis.io/api/v1/skills/list-kinds"
All agent skills
curl "https://apis.io/api/v1/skills?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.